F3726, F3211, F3174, R5135, R3816-HP Firewalls and UTM Devices Network Management Command Reference-6PW100

Table Of Contents
545
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 PBR configuration for policy pr01.
<Sysname> display ip policy-based-route setup pr01
policy Name interface
pr01 GigabitEthernet 0/1
# Display PBR configuration on GigabitEthernet 0/1.
<Sysname> display ip policy-based-route setup interface gigabitethernet 0/1
Interface GigabitEthernet 0/1 policy based routing configuration information:
policy-based-route: pr01
permit node 1
if-match acl 3101
apply output-interface GigabitEthernet 0/2
# Display local PBR configuration.
<Sysname> display ip policy-based-route setup local
Local policy based routing configuration information:
policy-based-route: pr01
permit node 1:
if-match acl 3101
apply output-interface GigabitEthernet 0/2
Table 110 Command output
Field Descri
p
tion
policy Name Policy name.
interface
Interface where the policy is applied. Local means the
policy is applied locally.
Interface GigabitEthernet 0/1 policy based routing
configuration information
PBR configuration on GigabitEthernet 0/1.
Local policy based routing configuration information
Local PBR information.
policy-based-route Policy name.
permit node The match mode is permit.
if-match acl Match packets against ACL.
apply output-interface GigabitEthernet 0/2 Specify the output interface.
display ip policy-based-route statistics
Use display ip policy-based-route statistics to display PBR statistics.
Syntax
display ip policy-based-route statistics { interface interface-type interface-number | local } [ | { begin |
exclude | include } regular-expression ]