Viewing gateway and IPv6 route information
Syntax:
show ipv6 route [ipv6–addr] [connected]
Displays the routes in the IPv6 routing switch table.
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 or connected).
Distance
: The administrative distance of the route used to determine the best path to the destination.
Metric
: Indicates the route cost for the selected destination.
show ipv6 route
command:
Switch(config)# show ipv6 route IPv6 Route Entries Dest : ::/0 Type : static Gateway : fe80::213:c4ff:fedd:14b0%vlan10 Dist. : 40 Metric : 0 Dest : ::1/128 Type : connected Gateway : lo0 Dist. : 0 Metric : 1 Dest : 2001:db8:a03:e102::/64 Type : connected Gateway : VLAN10 Dist. : 0 Metric : 1 Dest : fe80::%vlan10 Type : connected Gateway : VLAN10 Dist. : 0 Metric : 1 Dest : fe80::1%lo0 Type : connected Gateway : lo0 Dist. : 0 Metric : 1