Configuring a Routing Table Group on an M, MX or T Series Router to Add Interface Routes into the Forwarding Instance
Next, import the interface routes into the forwarding
instance. This step is necessary because the next hops specified in
the forwarding instances must be installed in the forwarding instances
themselves. To configure, include the import-rib
statement
at the [edit routing-options rib-groups group-name]
hierarchy level. The export
statement at the [edit routing-options forwarding-table]
hierarchy level and
the pplb policy enable load balancing.
[edit] routing-options { interface-routes { rib-group inet bc-vrf; } rib-groups { bc-vrf { import-rib [inet.0 tcp-routing-table.inet.0 udp-routing-table.inet.0]; } } forwarding-table { export pplb; } } policy-options { policy-statement pplb { then { load-balance per-packet; } } }