show ipv6 route
Syntax
show ipv6 route
Description
Displays the current IPv6 routing table content for the routing switch.
Where there are multiple routes to the same destination, only the route with the lowest administrative distance is entered in the routing table and used to forward traffic to that destination.
Options
[
ipv6-destination
[connected|static|ospf3]]
[ connected
ipv6-destination
]
[ static
ipv6-destination
]
[ ospf3
ipv6-destination
]
Usage
The complete IPv6 route table is displayed by entering the CLI command
show ipv6 route
from any context level in the console CLI.
Example output
Switch(config)# show ipv6 route
IPv6 Route Entries
Destination : ::/0
Gateway : 2001:db8:e::55:2
Type: static Sub-Type: NA Distance: 130 1
Metric: 1
Destination : ::1/128
Gateway : lo0
Type: connected Sub-Type: NA Distance: 0 Metric: 1
Destination : 2001:db8:1::127/128
Gateway : lo6
Type: connected Sub-Type: NA Distance: 0 Metric: 1
Destination : 2001:db8:a::/64
Gateway : fe80::22:1%vlan22
Type: ospf3 Sub-Type: InterArea 2
Distance: 110 Metric: 2
Destination : 2001:db8:b::/64
Gateway : VLAN22
Type: connected Sub-Type: NA Distance: 0 3 Metric: 1
Destination : 2001:db8:c::/64
Gateway : 2001:db8:e::55:2
Type: static Sub-Type: NA Distance: 120 Metric: 1
1 The Default Route configured with a Non-Default Distance
2 OSPFv3 Route, with "InterArea" Sub-Type and Default Distance
3 Static Route with Non-Default Distance