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


Firewall Filter Configuration

To configure firewall filters, you include statements at the [edit firewall] hierarchy level of the configuration:

[edit firewall]
family family-name {
    filter filter-name {
        accounting-profile name; 
        interface-specific; 
        term term-name {
            from {
                match-conditions ;
            }
            then {
                action ; 
                action-modifiers ; 

            }
        }
    }
    service-filter filter-name {
        term term-name {
            from {
                match-conditions ;
            }
            then {
                action ; 
                action-modifiers ; 

            }
        }
    }
}

This chapter describes the following tasks for configuring firewall filters:


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