R3721-F3210-F3171-HP High-End Firewalls Network Management Command Reference-6PW101
864
View
IPv6 PBR policy node view
Default level
2: System level
Parameters
acl6-number: IPv6 ACL number, in the range of 2000 to 3999. The number of a basic IPv6 ACL ranges
from 2000 to 2999 and that of an advanced IPv6 ACL ranges from 3000 to 3999.
Description
Use if-match acl6 to define an IPv6 ACL match criterion.
Use undo if-match acl6 to remove the IPv6 ACL match criterion.
Examples
# Permit the packets matching ACL 2000.
<Sysname> system-view
[Sysname] ipv6 policy-based-route aa permit node 10
[Sysname-pbr6-aa-10] if-match acl6 2000
if-match packet-length
Syntax
if-match packet-length min-len max-len
undo if-match packet-length
View
IPv6 PBR policy node view
Default level
2: System level
Parameters
min-len: Minimum IPv6 packet length in bytes, in the range of 0 to 65535.
max-len: Maximum IPv6 packet length in bytes, in the range of 1 to 65535. The value of max-len must be
no less than that of min-len.
Description
Use if-match packet-length to define a packet length match criterion.
Use undo if-match packet-length to remove the match criterion.
Examples
# Match the IPv6 packets with a length from 100 to 200 bytes.
<Sysname> system-view
[Sysname] ipv6 policy-based-route aa permit node 11
[Sysname-pbr6-aa-11] if-match packet-length 100 200