/
set firewall filter sequence from destination-address-ipv6
set firewall filter sequence from destination-address-ipv6
To configure a filter sequence to match packets based on the destination IPv6 address, use the set firewall filter sequence from destination-address-ipv6 command in L2/L3 configuration mode. To remove the destination IPv6 address, use the delete form of the command.
Command Syntax
set firewall filter filter-name sequence number from destination-address-ipv6 ipv6-address/mask
delete firewall filter filter-name sequence number from destination-address-ipv6
Parameters
filter-name | Filter name. |
number | Filter sequence number. The range is 0-9999. |
ipv6-address/mask | IPv6 address and prefix length. |
Example
The following example configures sequence 2 of the MyFilter filter to match packets with IPv6 destination address 2001::1/32:
admin@Switch# set firewall filter MyFilter sequence 2 from destination-address-ipv6 2001::1/128
The following example removes IPv6 destination address 2001::1/32 from sequence 2 of the MyFilter filter:
admin@XorPlus# delete firewall filter MyFilter sequence 2 from destination-address-ipv6 Deleting: > destination-address-ipv6: 2001::1/128 OK
Copyright © 2025 Pica8 Inc. All Rights Reserved.