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


Firewall Filter Configuration

To configure firewall filters, you include statements at the [edit] 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; 

                }
            }
        }
    }
}

The JUNOS software supports the following Requests for Comments (RFCs) related to filtering:

This chapter describes the following tasks for configuring firewall filters:


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