How to configure IPV6 Static Routing?

author
,
System Administrator
  • Total 1 Answer
  • 4143
Can You answer this question?
author

R1

config)# ipv6 unicast-routing

config)# interface f0/0

config-if)# ipv6 address 10::1/64

config-if)# no shutdown

config)# interface loopback 1

config-if)# ipv6 address 30::1/64

config)# ipv6 route 20::1/64 f0/0 10::2

 

R2

config)# ipv6 unicast-routing

config)# interface f0/0

config-if)# ipv6 address 10::2/64

config-if)# no shutdown

config)# interface loopback 1

config-if)# ipv6 address 20::1/64

config)# ipv6 route 30::1/64 f0/0 10::1