display ipv6 routing-table verbose
Syntax
display ipv6 routing-table verbose [ | { begin | exclude | include } regular-expression ]
View
Any view
Default level
1: Monitor level
Parameters
|: Filters command output by specifying a regular expression. For more information about regular expressions, see the Fundamentals Configuration Guide.
begin: Displays the first line that matches the specified regular expression and all lines that follow.
exclude: Displays all lines that do not match the specified regular expression.
include: Displays all lines that match the specified regular expression.
regular-expression: Specifies a regular expression, which is a case sensitive string of 1 to 256 characters.
Description
Use the display ipv6 routing-table verbose command to display detailed information about all active and inactive routes, including the statistics of the entire routing table and information for each route.
Examples
# Display detailed information about all active and inactive routes.
<Sysname> display ipv6 routing-table verbose Routing Table : Destinations : 1 Routes : 1 Destination : ::1 PrefixLength : 128 NextHop : ::1 Preference : 0 RelayNextHop : :: Tag : 0H Neighbour : :: ProcessID : 0 Interface : InLoopBack0 Protocol : Direct State : Active NoAdv Cost : 0 Tunnel ID : 0x0 Label : NULL Age : 22161sec
Table 6: Output description
Field | Description |
---|---|
Destination | Destination IPv6 address |
PrefixLength | Prefix length of the address |
Nexthop | Next hop |
Preference | Route priority |
RelayNextHop | Recursive next hop |
Tag | Tag of the route |
Neighbour | Neighbor address |
ProcessID | Process ID |
Interface | Outbound interface |
Protocol | Routing protocol |
State | State of the route, Active, Inactive, Adv (advertised), or NoAdv (not advertised) |
Cost | Cost of the route |
Tunnel ID | Tunnel ID |
Label | Label |
Age | Time that has elapsed since the route was generated |