HP VPN Firewall Appliances Network Management Command Reference
546
interface interface-type interface-number: Displays the PBR configuration on the specified interface.
local: Displays the local PBR information.
|: Filters command output by specifying a regular expression. For more information about regular
expressions, see Getting Started 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 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.