/
set firewall filter output interface
set firewall filter output interface
To apply a filter to egress packets at an interface, use the set firewall filter output interface command in L2/L3 configuration mode. To remove the filter from an egress interface, use the delete form of the command.
Command Syntax
set firewall filter filter-name output interface interface-name
delete firewall filter filter-name output interface interface-name
Parameters
filter-name | Filter name. |
interface-name | Interface name. |
Example
The following example applies the MyFilter filter to egress packets on the ge-1/1/2 interface:
admin@Switch# set firewall filter MyFiler output interface ge-1/1/2
The following example removes the MyFilter filter from egress packets on the ge-1/1/2 interface:
admin@Switch# delete firewall filter MyFiler output interface ge-1/1/2 Deleting: > ge-1/1/2 OK
Copyright © 2025 Pica8 Inc. All Rights Reserved.