/
set firewall filter sequence then policer
set firewall filter sequence then policer
The set firewall filter sequence then policer command configures the policer for packets matching a filter sequence.
Command Syntax
set firewall filter <filter-name> sequence <sequence-number> then policer <policer-name>
Parameters
Parameter | Description |
filter <filter-name> | Specifies filter name, the value is a string type, spaces are not allowed. |
sequence <sequence-number> | Specifies filter sequence number. The value is an integer that ranges from 0 to 9999. |
policer <policer-name> | Specifies the policer name. The value is a string. |
Example
- This example configures sequence 1 of the MyFilter filter to match packets with source address 192.168.1.1 and the MyPolicer policer to be applied to packets matching the MyFilter filter:
admin@Switch# set firewall filter MyFilter sequence 1 from source-address-ipv4 192.168.1.1/32 admin@Switch# set firewall filter MyFilter sequence 1 then policer MyPolicer
Copyright © 2025 Pica8 Inc. All Rights Reserved.