[an error occurred while processing this directive] [an error occurred while processing this directive]

firewall

Syntax

firewall {
family family-name {
filter filter-name {
term term-name {
from {
match-conditions;
}
then {
action;
action-modifiers;
}
}
}
}
policer policer-name {
if-exceeding{
bandwidth-limit bps;
burst-size-limit bytes;
}
then {
policer-action;
}
}
}

Hierarchy Level

[edit]

Release Information

Statement introduced in JUNOS Release 9.0 for EX-series switches.

Description

Configure firewall filters and policers.

The statements are explained separately.

Required Privilege Level

firewall—To view this statement in the configuration.
firewall-control—To add this statement to the configuration.

[an error occurred while processing this directive]