Reference Guide

View IPv6 information
Use the show ipv6 route command to view conguration information specic to IPv6, or use the show address ipv6 command
to view the IPv6 address information
View IPv6 connected information
OS10# show ipv6 route connected
Codes: C - connected
S - static
B - BGP, IN - internal BGP, EX - external BGP
O - OSPF,IA - OSPF inter area, N1 - OSPF NSSA external type 1,
N2 - OSPF NSSA external type 2, E1 - OSPF external type 1,
E2 - OSPF external type 2, > - non-active route
Gateway of last resort is not set
Destination Gateway Dist/Metric Last Change
-----------------------------------------------------------------
C 2001:db86::/32 via 2001:db86:fff::1 ethernet1/1/1 0/0 00:03:24
View IPv6 static information
OS10# show ipv6 route static
Codes: C - connected
S - static
B - BGP, IN - internal BGP, EX - external BGP
O - OSPF,IA - OSPF inter area, N1 - OSPF NSSA external type 1,
N2 - OSPF NSSA external type 2, E1 - OSPF external type 1,
E2 - OSPF external type 2, > - non-active route
Gateway of last resort is not set
Destination Gateway Dist/Metric Last Change
------------------------------------------------------------------
S 2111:dddd:eee::22/12via 2001:db86:fff::2 ethernet1/1/1 1/1 00:01:24
IPv6 commands
clear ipv6 route
Clears the specied routes from the IPv6 routing table.
Syntax
clear ipv6 route {* | A::B/mask}
Parameters
*—Specify to clear the entire IPv6 routing table. This option refreshes all the routes in the routing table and
the trac ow is aected for all the routes in the switch.
A::B/mask —Specify the IPv6 route to be removed from the IPv6 routing table. This option refreshes all the
routes in the routing table, but the trac ow is aected only for the specied route in the switch.
Default Not congured
Command Mode EXEC
Usage Information This command does not remove the static routes from the routing table.
Example
OS10# clear ipv6 route *
Supported Releases 10.3.0E or later
Layer 3 285