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


Apply a Filter to a Forwarding Table

To apply an input filter to a forwarding table, include the input statement:

[edit]
routing-options {
    rib routing-table-name {
        filter {
            input filter-name; 
        }
    }
}

For a list of hierarchy levels at which you can configure this statement, see the statement summary section for this statement.

NOTE: Forwarding table filtering is not supported on the interfaces you configure as tunnel sources. This affects only the transit packets exiting the tunnel.


For more information about forwarding table filters, see the JUNOS Policy Framework Configuration Guide.


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