set firewall filter input interface
The set firewall filter input interface command applies firewall filter to the incoming packets at an interface. To remove the input interface from the filter, use the delete format of the command.
Command Syntax
set firewall filter <filer-name> input interface <interface-name>
delete firewall filter <filer-name> input interface <interface-name>
Parameters
Parameter | Description |
filter <filter-name> | Specifies filter name, the value is a string type, spaces are not allowed. |
interface <interface-name> | Specifies a switch interface. The value could be a physical interface, a logic interface or inbound-control-plane. For example, te-1/1/49, ae1. Note: When the interface name is configured to inbound-control-plane, it means applying firewall filter to the incoming packets directed to switch CPU. As this function is substituted by CoPP feature, the value inbound-control-plane will have no effect. For details of CoPP, please refer to CoPP Configuration Guide. |
Example
- Set the firewall filter f1 at interface te-1/1/49.
admin@Switch# set firewall filter f1 input interface te-1/1/49
Copyright © 2025 Pica8 Inc. All Rights Reserved.