Use this command to display IPv6 routes.
dest-ipv6-address | (Optional) Specifies only information for routes with the specified destination IPv6 address will display. |
prefix/prefix-length | (Optional) Displays any routes that match the specified prefix and prefix-length. |
longer-prefixes | (Optional) Displays all routes that match the specified prefix and length. |
bgp | (Optional) Specifies that only BGP routes will display (S-, 7100-Series). |
host | (Optional) Specifies that only routes with host destination addresses will display. |
connected | (Optional) Specifies that only information for connected routes will display. |
static | (Optional) Specifies that only information for static routes will display. |
summary | (Optional) Specifies that a summary level of IPv6 route information will display. |
ospf | (Optional) Displays routes configured for the OSPF routing protocol. For details on configuring OSPF, refer to the S-, K-, and 7100 Series Configuration Guide. |
isis | (Optional) Displays routes configured for the ISIS routing protocol. For details on configuring ISIS, refer to the S-, K-, and 7100 Series Configuration Guide. |
rip | (Optional) Displays routes configured for the RIP routing protocol. For details on configuring RIP, refer to the S-, K-, and 7100 Series Configuration Guide (S-, K-Series). |
topology topology-name | (Optional) Displays routes for the specified topology. |
If an option is not specified, all IPv6 routes display.
All command modes.
To display entries in an IPv6 multicast topology routing table, use the show ipv6 route command with the topology option.
The following example shows how to display information about the IPv6 route with the destination IPv6 address 1111:1111:1111::/48:
System(su)->show ipv6 route 1111:1111:1111::/48 IPv6 Route Table for VRF (global) Codes: C-connected, S-static, R-RIP, B-BGP, O-OSPF C 1111:1111:1111::/48 [0/0] direct 1111:1111:1111:1111::1111:0 vlan.0.50 1d03h05m42s Number of routes = 1 System(su)->
The following example shows how to display information for all connected IPv6 routes on the router:
System(su)->show ipv6 route connected IPv6 Route Table for VRF (global) Codes: C-connected, S-static, R-RIP, B-BGP, O-OSPF C 1111:1111:1111::/48 [0/0] direct 1111:1111:1111:1111::1111:0 vlan.0.50 1d04h21m00s C 1111:1111:1111:1111::/64 [0/0] direct 1111:1111:1111:1111::1111:1010 vlan.0.50 1d04h21m00s C 2006:7777::3333:0:0:0:0/64 [0/0] direct 2006:7777::3333:0:0:0:1 vlan.0.50 1d04h15m09s C ba10:1100:aa11::/48 [0/0] direct ba10:1100:aa11:c171::1111:0 vlan.0.50 1d04h21m00s Number of routes = 4 System(su)->