R2511-HP MSR Router Series Layer 3 - IP Routing Command Reference(V5)
487
Syntax
display ipv6 policy-based-route statistics { interface interface-type interface-number | local } [ | { begin
| exclude | include } regular-expression ]
Views
Any view
Default command level
1: Monitor level
Parameters
interface interface-type interface-number: Displays IPv6 PBR statistics on the specified interface.
local: Displays IPv6 local PBR statistics.
|: 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.
Usage guidelines
Packets matching a deny-mode node are forwarded according to the routing table. Therefore, no
statistics are available for such packets.
Examples
# Display IPv6 local PBR statistics.
<Sysname> display ipv6 policy-based-route statistics local
Local policy based routing statistics information:
ipv6 policy-based-route: test
permit node 10:
if-match acl6 2000
apply output-interface:
Ethernet1/1
matched: 50
Total matched: 50
Table 108 Command output
Field Description
Local policy based routing statistics information Local PBR information.
ipv6 policy-based-route Name of the referenced policy.
permit node The match mode of the node is permit.
if-match acl6 Match IPv6 packets against IPv6 ACL.
apply output-interface Output interface specified for matching packets.
matched Matching packets on the node.
Total matched Total matching packets on all nodes.










