[Contents] [Prev] [Next] [Index] [Report an Error]

[edit firewall] Hierarchy Level

firewall {
family family-name {
dialer-filter filter-name {
accounting-profile [ profile-names ];
term term-name {
from {
match-conditions;
}
then {
action;
action-modifiers;
}
}
}
filter filter-name {
accounting-profile [ profile-names ];
interface-specific;
term term-name {
filter filter-name;
from {
match-conditions;
}
then {
action;
action-modifiers;
}
}
}
prefix-action name {
count;
destination-prefix-length prefix-length;
filter-specific;
policer policer-name;
source-prefix-length prefix-length;
subnet-prefix-length prefix-length;
}
service-filter filter-name {
term term-name {
from {
match-conditions;
}
then {
action;
action-modifiers;
}
}
}
simple-filter filter-name {
interface-specific;
term term-name {
from {
match-conditions;
}
then {
action;
action-modifiers;
}
}
}
}
filter filter-name {
accounting-profile [ profile-names ];
interface-specific;
term term-name {
filter filter-name;
from {
match-conditions;
}
then {
action;
action-modifiers;
}
}
}
interface-set interface-set-name {
interface-name;
}
load-balance-group group-name {
next-hop-group [ group-names ];
}
policer policer-name {
filter-specific;
if-exceeding {
bandwidth-limit bps;
bandwidth-percent number;
burst-size-limit bytes;
}
logical-bandwidth-policer;
logical-interface-policer;
then {
policer-action;
}
}
three-color-policer policer-name {
action {
loss-priority high then discard;
}
logical-interface-policer;
single-rate {
(color-aware | color-blind);
committed-burst-size bytes;
committed-information-rate bps;
excess-burst-size bytes;
}
two-rate {
(color-aware | color-blind);
committed-burst-size bytes;
committed-information-rate bps;
peak-information-rate bps;
peak-burst-size bytes;
}
}
}

[Contents] [Prev] [Next] [Index] [Report an Error]