/
set firewall filter sequence from protocol ip
set firewall filter sequence from protocol ip
To configure a filter sequence to match IP (Internet Porotocol) packets, use the set firewall filter sequence from protocol ip command in L2/L3 configuration mode. To remove IP packet matching from the filter sequence, use the delete form of the command.
Command Syntax
set firewall filter filter-name sequence number from protocol ip
delete firewall filter filter-name sequence number from protocol
Parameters
filter-name | Filter name. |
number | Filter sequence number. The range is 0-9999. |
Examples
The following example configures sequence 10 of the MyFilter filter to match IP packets:
admin@Switch# set firewall filter MyFilter sequence 10 from protocol ip
The following example removes the condition that matches IP packets from sequence 10 of the MyFilter filter:
admin@Switch# delete firewall filter MyFilter sequence 10 from protocol Deleting: > protocol { > ip { > } > } OK
Copyright © 2025 Pica8 Inc. All Rights Reserved.