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

Configuring the Routing Table Group

Configure the multicast routing table group by adding the VPNA-mcast-rib statement at the [edit routing-options] hierarchy level. This group accesses inet.2 when doing RPF checks. However, if you are using inet.0 for multicast RPF checks, this step will prevent your multicast configuration from working.

You must also include the interface routes in inet.2. For more information about creating routing table groups, see the JUNOS Routing Protocols Configuration Guide.

routing-options {
interface-routes {
rib-group VPNA-mcast-rib;
}
rib-groups {
VPNA-mcast-rib {
export-rib VPN-A.inet.2;
import-rib VPN-A.inet.2;
}
}
}

After you configure the multicast routing table group, activate it by including the rib-group inet VPNA-mcast-rib statement at the [edit routing-instances instance-name protocols pim] hierarchy level of the VPN's VRF instance.

routing-instances {
VPN-A {
protocols {
pim {
rib-group inet VPNA-mcast-rib;
}
}
}
}

Use the following commands to verify the configuration:


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