Aldur wrote: » The one major difference is that 'mpls-forwarding' allows you to use the non-mpls related routes for routing and the mpls based routes for forwarding. So lets look at what happens when you use 'bgp-igp-both-ribs'. The routes from the inet.3 table get moved into the inet.0 table. Those routes, LDP or RSVP, have a much lower preference then any other routes in that RIB so they are chosen as the active routes. This can be a problem since routing policies can only act upon active routes. By using the 'mpls-forwarding' command instead it allows you to use the mpls based routes for forwarding but keep the BGP/IGP routes active for routing purposes, such as routing policies. So in production networks I mainly see 'mpls-forwarding' used for this reason, it really gives the best of both worlds.
dwater2010 wrote: » Aldur so bgp-igp option will make BGP to establish over MPLS Tunnel path?