Unsupported Firewall Filter Statements for Logical Systems
Table 1 shows
statements that are supported at the [edit firewall] hierarchy level but not at
the [edit logical-systems logical-system-name firewall] hierarchy
level.
Statement |
Example |
Description |
|---|---|---|
|
[edit]
logical-systems {
ls1 {
firewall {
family inet {
filter myfilter {
accounting-profile fw-profile;
...
term accept-all {
then {
count counter1;
accept;
}
}
}
}
}
}
}
|
In this example, the |
|
[edit]
logical-systems {
lr1 {
firewall {
hierarchical-policer {
...
}
}
}
}
|
In this example, the |
|
[edit]
logical-systems {
ls1 {
firewall {
load-balance-group lb-group {
next-hop-group nh-group;
}
}
}
}
|
This configuration is not allowed because the Currently, the |
|
[edit]
logical-systems {
ls1 {
firewall {
family inet {
filter foo {
term one {
from {
source-address 10.1.0.0/16;
}
then {
virtual-channel sammy;
}
}
}
}
}
}
}
|
This configuration is not allowed because the virtual channel Note:
The |