Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Page tree
Skip to end of metadata
Go to start of metadata

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

ParameterDescription

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
  • No labels