Port-Filter Examples
The following table provides some examples of egress port-filters:
Description |
Command |
The following egress port-filter drops all packets with a VLAN ID between 100..200 from tool port 14/2/g40: |
(config) # port 14/2/g40 filter rule add drop vlan 100..200 |
Similarly, this command passes only IPv6 traffic on egress port 14/2/g44: |
(config) # port 14/2/g44 filter rule add pass ipver 6 |