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

Configuring Unicast RPF on a VPN

You can configure unicast RPF on a VPN interface by enabling unicast RPF on the interface and including the interface statement at the [edit routing-instances routing-instance-name] hierarchy level.

You can configure unicast RPF only on the interfaces you specify in the routing instance. This means the following:

For unicast RPF configuration guidelines, see Configuring Unicast RPF. For more information about VPNs and virtual-router routing instances, see the JUNOS VPNs Configuration Guide. For more information about FBF, see the JUNOS Routing Protocols Configuration Guide.

Example: Configuring Unicast RPF on a VPN

Configure unicast RPF on a Layer 3 VPN interface:

[edit interfaces]
so-0/0/0 {
unit 0 {
family inet {
rpf-check;
}
}
}
[edit routing-instance]
VPN-A {
interface so-0/0/0.0;
}

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