Konfigurasi IPv6 routing OSPFv3 di Cisco router
Konfigurasi Router-JKT:
# conf t
(config)# ipv6 unicast-routing
(config)# ipv6 router ospf 10
(config)# int s0/1
(config-if)# description *** TO Router-SBY ***
(config-if)# ipv6 address 2002:10:1:2::1/64 –> static manual IPv6 address assignment
(config-if)# ipv6 ospf 10 area 0 –> mengaktifkan routing OSPF di interface
(config-if)# no shutdown
(config-if)# int s0/0
(config-if)# description *** TO Router-MDN ***
(config-if)# ipv6 address 2002:10:1:4::1/64
(config-if)# ipv6 ospf 10 area [...]
