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


Apply a Filter to a Forwarding Table

You can apply an input filter to a forwarding table. To do this, include the input statement at the [edit routing-options rib routing-table-name filter] hierarchy level (for routing instances, include the statement at the [edit routing-instances routing-instance-name routing-options rib routing-table-name filter] hierarchy level):

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

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


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