instance-type forwarding;
}
To apply a forwarding table filter to a VPN routing and forwarding (VRF) table, include
the filter and input statements at the [edit routing-instance instance-name
forwarding-options family family-name] hierarchy level:
[edit routing-instances instance-name]
instance-type forwarding;
forwarding-options {
family family-name {
filter {
input filter-name;
}
}
}
To apply a forwarding table filter to a forwarding table, include the filter and input
statements at the [edit forwarding-options family family-name] hierarchy level:
[edit forwarding-options family family-name]
filter {
input filter-name;
}
To apply a forwarding table filter to the default forwarding table inet.0, which is not
associated with a specific routing instance, include the filter and input statements at the
[edit forwarding-options family inet] hierarchy level:
[edit forwarding-options family inet]
filter {
input filter-name;
}
Related
Documentation
• Guidelines for Configuring Firewall Filters on page 1044
• Guidelines for Applying Standard Firewall Filters on page 1049
• Applying Forwarding Table Filters
1085Copyright © 2017, Juniper Networks, Inc.
Chapter 32: Configuring Firewall Filters