Display the status of static routes in the routing table. You can specify an IPv6 mask that filters specific routes.
![]() |
|
To display the status of static routes in the routing table:
host1# show ipv6 static Prefix/Length NextHop Dst/Met Tag Interface ICMP Unreach -------------- ---------- ---------- --------- ------------- ---------------- 6::/64 5::2 1/0 0 ATM4/0.15 2003::/16 5::1 1/0 0 ATM4/0.15 2:1::/64 :: 1/0 0 null0 reject 3:1::/64 :: 1/0 0 null0 discard 55::/55 44::44 1/0 1234 Unresolved
Table 1 lists the show ipv6 static command output fields.
Table 1: show ipv6 static Output Fields
Field Name | Field Description |
|---|---|
Prefix | IPv6 address prefix |
Length | Prefix length |
Next Hop | IPv6 address of the next hop |
Dst | Administrative distance of the route |
Met | Number of hops |
tag | Route tag for IPv6 static route |
Interface | Interface type and interface specifier |
ICMP Unreach | Indicates whether the transmission of ICMPv6 unreachable messages to the originator is enabled for packets that are discarded from processing on each interface configured with a static route:
|