show ipv6 route
Syntax
show ipv6 route
ipv6-addr
connected
Description
Displays the routes in the IPv6 routing table of the switch.
Options
ipv6-addr
-
Optional. Limits the output to show the gateway to the specified IPv6 address.
connected
-
Optional. Limits the output to show only the gateways to IPv6 addresses connected to VLAN interfaces configured on the switch, including the loopback (::1/128) address.
Dest
-
The destination address for a detected route.
Gateway
-
The IPv6 address or VLAN interface used to reach the destination. (Includes the loopback address.)
Type
-
Indicates route type (static, connected, or OSPF).
Distance
-
The administrative route distance, used to determine the best path to the destination.
Metric
-
Indicates the route cost for the selected destination.
Example output
This example displays the routes in the IPv6 routing table of the switch.
- “Unknown” Address
-
Dest : ::/0 Type : static Gateway : fe80::213:c4ff:fedd:14b0%vlan10 Dist. : 40 Metric : 0
- Loopback Address
-
Dest : ::1/128 Type : connected Gateway : lo0 Dist. : 0 Metric : 1
- Global Unicast Address configured on the Switch
-
Dest : 2001:db8:a03:e102::/64 Type : connected Gateway : VLAN10 Dist. : 0 Metric : 1
- Link-Local Address configured on the Switch
-
Dest : fe80::%vlan10 Type : connected Gateway : VLAN10 Dist. : 0 Metric : 1
- Link-Local Address Assigned to the Loopback Address
-
Dest : fe80::1%lo0 Type : connected Gateway : lo0 Dist. : 0 Metric : 1