logical-interface-policer
Syntax
logical-interface-policer;
Hierarchy Level
[edit dynamic-profiles profile-name firewall policer policer-name], [edit dynamic-profiles profile-name firewall three-color-policer name], [edit firewall atm-policeratm-policer-name], [edit firewall policer policer-name], [edit firewall policer policer-template-name], [edit firewall three-color-policer policer-name], [edit logical-systems logical-system-name firewall policer policer-name], [edit logical-systems logical-system-name firewall three-color-policer name]
Description
Configure a logical interface policer.
To configure the aggregate policer, configure the firewall policer
you want to use as logical-interface-policer
. And at the firewall family family-name filter filter-name
hierarchy level where you will reference
the policer, make the policer an interface-specific
firewall
filter action.
The sample configuration shows the relationship.
firewall { policer Shared_Policer { logical-interface-policer; if-exceeding { bandwidth-limit 100m; burst-size-limit 500k; } then { discard; } } }
family inet { filter filter_name{ interface-specific; term term_name { then { policer Shared_Policer; count cinet; } } } }
Required Privilege Level
firewall—To view this statement in the configuration.
firewall-control—To add this statement to the configuration.