R3303-HP HSR6800 Routers Layer 3 - IP Routing Command Reference
23
display ipv6 routing-table statistics
Use display ipv6 routing-table statistics to display IPv6 routing statistics, including total number of routes
and number of added, deleted, active, and freed routes.
Syntax
display ipv6 routing-table [ vpn-instance vpn-instance-name ] statistics [ | { begin | exclude | include }
regular-expression ]
Views
Any view
Default command level
1: Monitor level
Parameters
vpn-instance vpn-instance-name: Specifies an MPLS L3VPN. vpn-instance-name is a case-sensitive string
of 1 to 31 characters. If no VPN is specified, the information of the public network is displayed.
|: Filters command output by specifying a regular expression. For more information about regular
expressions, see 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, a case-sensitive string of 1 to 256 characters.
Examples
# Display IPv6 routing statistics.
<Sysname> display ipv6 routing-table statistics
Protocol route active added deleted freed
DIRECT 1 1 1 0 0
STATIC 3 0 3 0 0
RIPng 0 0 0 0 0
OSPFv3 0 0 0 0 0
IS-ISv6 0 0 0 0 0
BGP4+ 0 0 0 0 0
Total 4 1 4 0 0
Table 6 Command output
Field Description
Protocol Routing protocol.
route Route number of the protocol.
active Number of active routes.
added Routes added after the last startup of the router.
deleted Deleted routes, which are released after a specified time.
freed Released (totally removed from the routing table) route number.