5 mins read

SR-MPLS – Fallback for inetcolor.0

1. Intro

This is a continuation of the previous post: SR-MPLS –  Static colored LSP. There we configured a colored LSP and we saw how the next-hop is installed in the inetcolor.0 table.

But, what will happen if that LSP goes down? With no more valid next-hops in the inetcolor.0 table the traffic will be discarded. Well, why not use the next-hops that are available in the inet.3 table?

Because this is a continuation of the previous post, the topology is the same:

2. Configure backup routes for the inetcolor.0 table

If the R7 router goes down, obviously the R1-to-R8 colored LSP will be down as well. This will impact our traffic. We will configure a rib-group to copy routes form inet.3 to inetcolor.0 so then can be used as backups when the Colored LSP are down:

Here we copied L-ISIS (SR) routes to the inetcolor.0, but nothing is holding us to copy LDP/RSVP routes if those are available.


Leave a Reply