display ipv6 routing-table ipv6-address1 ipv6-address2
Syntax
display ipv6 routing-table ipv6-address1 prefix-length1 ipv6-address2 prefix-length2 [ verbose ] [ | { begin | exclude | include } regular-expression ]
View
Any view
Default level
1: Monitor level
Parameters
ipv6-address1/ipv6-address2: An IPv6 address range from IPv6 address1 to IPv6 address2.
prefix-length1/prefix-length2: Prefix length, in the range 0 to 128.
verbose: Displays both active and inactive verbose routing information. Without this keyword, only brief active routing information is displayed.
|: 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 ipv6-address1 ipv6-address2 command to display routes with destinations falling into the specified IPv6 address range.
Examples
# Display routes with destinations falling into the IPv6 address range.
<Sysname> display ipv6 routing-table 100:: 64 300:: 64 Routing Table : Summary Count : 3 Destination: 100::/64 Protocol : Static NextHop : :: Preference: 60 Interface : NULL0 Cost : 0 Destination: 200::/64 Protocol : Static NextHop : :: Preference: 60 Interface : NULL0 Cost : 0 Destination: 300::/64 Protocol : Static NextHop : :: Preference: 60 Interface : NULL0 Cost : 0
See Table 2 for description of the output.