No IPv6 static route is configured by default.
Global configuration mode
VRF configuration mode
Use the no form of the command with the same parameters to remove the IPv6 static route.
The following example creates an IPv6 static route for a destination network with the prefix 2001:DB8::0/32 and a next-hop gateway with the global address 2001:DB8:0:ee44::1. It also assigns a name to it.
device# configure terminal device(config)# ipv6 route 2001:DB8::0/32 2001:DB8:0:ee44::1 name route-sj-01
The following example configures non-recursive lookup in the default VRF.
device(config)# ipv6 route next-hop-recursion
The following example configures non-recursive lookup in a non-default VRF named red.
device(config)# vrf red device(config-vrf-red)# address-family ipv6 unicast device(config-vrf-red-ipv6-unicast)# ipv6 route next-hop-recursion