Berikut contoh konfigurasi static route pada masing-masing router yang sudah di konfigurasi ipv6 address nya di masing-masing Interface router.
Router R1:
R1$enable
R1#conf term
R1(config)#ipv6 unicast-routing
R1(config)#ipv6 route 2001:0:1:2::/64 2001:0:1:1::2
R1(config)#ipv6 route 2001:0:1:5::/64 2001:0:1:1::2
R1(config)#ipv6 route 2001:0:1:4::/64 2001:0:1:1::2
Router R2 :
R2$enable
R2#conf term
R2(config)#ipv6 unicast-routing
R2(config)#ipv6 route 2001:0:1:5::/64 2001:0:1:2::2
R2(config)#ipv6 route 2001:0:1:4::/64 2001:0:1:2::2
Router R3 :
R3$enable
R3#conf term
R3(config)#ipv6 unicast-routing
R3(config)#ipv6 route 2001:0:1:1::/64 2001:0:1:2::1
R3(config)#ipv6 route 2001:0:1:4::/64 2001:0:1:5::2
Router R4
R4$enable
R4#conf term
R4(config)#ipv6 unicast-routing
R4(config)#ipv6 route 2001:0:1:1::/64 2001:0:1:5::1
R4(config)#ipv6 route 2001:0:1:2::/64 2001:0:1:5::1
Router R5 :
R1$enable
R1#conf term
R1(config)#ipv6 unicast-routing
R1(config)#ipv6 route 2001:0:1:5::/64 2001:0:1:4::1
R1(config)#ipv6 route 2001:0:1:2::/64 2001:0:1:4::1
R1(config)#ipv6 route 2001:0:1:1::/64 2001:0:1:4::1
You can leave a response, or trackback from your own site.