You can configure a separate set of firewall filters for each logical system on the router. To configure a firewall filter for a logical system, you must perform at least the following tasks:
- [edit logical-systems logical-system-name]
- firewall {
-
-
family family-name {
-
-
filter filter-name {
-
accounting-profile name;
-
interface-specific;
-
-
term term-name {
-
- from {
-
match-conditions;
- }
-
- then {
-
action;
-
action-modifiers;
- }
- }
- }
- }
- }
- [edit logical-systems logical-system-name interfaces interface-name unit logical-unit-number family family-name]
- filter {
- input filter-name;
- output filter-name;
- }
To identify firewall objects configured under logical systems, operational show commands and firewall-related SNMP MIB objects include a __logical-system-name/ prefix in the object name. For example, firewall objects configured under the ls1 logical system include an __ls1/ prefix.
This section includes the following topics: