set routing pbr map sequence match destination-ipv6
The set routing pbr map sequence match destination-ipv6 command configures a match rule based on the destination IPv6 address for PBR traffic classification.
The delete routing pbr map sequence match destination-ipv6 command deletes the configuration.
Â
Command Syntax
set routing pbr map <map-name> sequence <sequence-number> match destination-ipv6 <ipv6-address/prefix-length>
delete routing pbr map <map-name>sequence <sequence-number> match destination-ipv6
Â
Parameter
Parameter | Description |
map <map-name> | Specifies the map name of a PBR policy. The value is a string. |
sequence <sequence-number> | Specifies sequence number. The value is an integer that ranges from 1 to 700. |
destination-ipv6 <ipv6-address/prefix-length> | Specifies destination IPv6 address, it should be an IPv6 subnet in the format of IPv6-address/prefix-length. For example, 2001::0/32. |
Â
Example
Configure a match rule based on the destination IPv6 address for PBR traffic classification.
admin@PICOS# set routing pbr map PBR_map1 sequence 100 match destination-ipv6 2001::0/64
admin@PICOS# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.