1 of 5

      • Static
      • RIPng – Next Generation
      • OSPFv3
      • EIGRP for IPv6

Router(config)#ipv6 enable�Router(config)#ipv6 unicast-routing /*cho phép router hoạt động định tuyến với IPv6*/

2 of 5

IPv6 Static Route

f0/0

f0/1

f0/1

PC1

PC2

R1

R2

GW: no

2001:0:0:12::1/64

2001:0:0:12::2/64

2001:0:0:1::1/64

2001:0:0:2::1/64

f0/0

GW: no

2001:0:0:1::2/64

2001:0:0:2::2/64

R1(config)# ipv6 route 2001:0:0:2::/64 2001:0:0:12::2

3 of 5

IPv6 RIPng

f0/0

f0/1

f0/1

PC1

PC2

R1

R2

GW: no

2001:0:0:12::1/64

2001:0:0:12::2/64

2001:0:0:1::1/64

2001:0:0:2::1/64

f0/0

GW: no

2001:0:0:1::2/64

2001:0:0:2::2/64

R1(config)# ipv6 router rip RIPng

R1(config)# interface f0/0

R1(config-if)# ipv6 rip RIPng enable

R1(config)# interface f0/1

R1(config-if)# ipv6 rip RIPng enable

R1# show ipv6 route

4 of 5

IPv6 EIGRP

f0/0

f0/1

f0/1

PC1

PC2

R1

R2

GW: no

2001:0:0:12::1/64

2001:0:0:12::2/64

2001:0:0:1::1/64

2001:0:0:2::1/64

f0/0

GW: no

2001:0:0:1::2/64

2001:0:0:2::2/64

R1(config)# ipv6 router eigrp 100

R1(config-rtr)# router-id 1.1.1.1

R1(config-rtr)# no shutdown

R1(config)# interface f0/0

R1(config-if)# ipv6 eigrp 100

R1(config)# interface f0/1

R1(config-if)# ipv6 eigrp 100

R1# show ipv6 eigrp neighbors

5 of 5

OSPFv3

f0/0

f0/1

f0/1

PC1

PC2

R1

R2

GW: no

2001:0:0:12::1/64

2001:0:0:12::2/64

2001:0:0:1::1/64

2001:0:0:2::1/64

f0/0

GW: no

2001:0:0:1::2/64

2001:0:0:2::2/64

R1(config)# ipv6 router ospf 1

R1(config-rtr)# router-id 1.1.1.1

R1(config)# interface f0/0

R1(config-if)# ipv6 ospf 1 area 0

R1(config)# interface f0/1

R1(config-if)# ipv6 ospf 1 area 0

R1# show ipv6 ospf neighbors