SEFOS# configure terminal SEFOS(config)# ipv6 route fec0::3333:0:0 96 fec0::2222:0:10 SEFOS(config)# exit
These steps add one static route to the routing table for the destinations of prefix fec0::3333:0:0 and prefix length 96 with the next hop as fec0::2222:0:10. The default administrative distance is 1.
SEFOS# show ipv6 route
IPv6 Routing Table:
Codes : C - Connected, S - Static
O - OSPF, R - RIP, B - BGP
C fec0::1111:0:0/96 [1/1]
via ::, vlan1
C fec0::2222:0:0/96 [1/1]
via ::, vlan3
S fec0::3333:0:0/96 [1/20]
via fec0::2222:0:10, vlan3