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

Table Of Contents
946
local: Displays the IPv6 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 IPv6 PBR configuration for policy test.
<Sysname> display ipv6 policy-based-route setup test
policy Name interface
test local
# Display IPv6 PBR configuration on GigabitEthernet 0/1.
<Sysname> display ipv6 policy-based-route setup interface gigabitethernet 0/1
Interface GigabitEthernet0/1 policy based routing configuration information:
policy-based-route: test
permit node 6:
if-match acl6 2000
apply ipv6-address next-hop
1::1
# Display IPv6 local PBR configuration.
<Sysname> display ipv6 policy-based-route setup local
Local policy based routing configuration information:
policy-based-route: test
permit node 6:
if-match acl6 2000
apply ipv6-address next-hop
1::1
Table 218 Command output
Field Description
policy Name Policy name.
interface
Interface where the policy is applied. Local means the policy is
applied locally.
Interface GigabitEthernet0/1 policy
based routing configuration information
IPv6 PBR configuration on interface GigabitEthernet 0/1.
Local policy based routing configuration
information
IPv6 local PBR information.
policy-based-route Name of the referenced policy.
permit node The match mode is permit.
if-match acl6 Match IPv6 packets against IPv6 ACL.
apply ipv6-address next-hop Permitted IPv6 packets are sent to the specified next hop.