07-19-2023 10:05 AM
I adopted this configuration on RR used also as mapping server on my MPLS SR backbone.
I need MP server because this backbone will be connected to a legacy MPLS LDP, so i need to announce via opaque type 10 in OSPF the SIDs for the LDP PE routers.
MP config
router ospf SR
log adjacency changes detail
router-id 8.8.8.8
segment-routing mpls
prefix-suppression
segment-routing prefix-sid-map advertise-local
area 0
interface Loopback0
passive enable
!
interface GigabitEthernet0/0/0/2
cost 10000
network point-to-point
!
!
!
segment-routing
mapping-server
prefix-sid-map
address-family ipv4
4.4.4.4/32 4
5.5.5.5/32 5
6.6.6.6/32 6
13.13.13.13/32 13
!
...and everything is working!
My concern is that if i remove the command "segment-routing mpls" under OSPF process, the MP stop to advertise the SIDs. Actually i don't want to involve the MP that is also a RR in the SR label swapping, so i was thinking to remove the command "segment-routing mpls "on RR.
From configuration guide https://www.cisco.com/c/en/us/td/docs/routers/ncs6000/software/segment-routing/configuration/guide/b-segment-routing-cg-ncs6k/b-segment-routing-cg-ncs6k_chapter_01001.html no mention is done that i need to enable SR on MP.
Is it propedeutic to have SR enabled on the router that i want work also as MP?
Thanks
Mario
Solved! Go to Solution.
07-19-2023 12:17 PM
Hi @Mario Rosi ,
Yes, it is required to configure "segment-routing mpls" under the ospf process, as this command enables the segment routing extensions. It simply won't work without it.
Regards,
07-19-2023 12:17 PM
Hi @Mario Rosi ,
Yes, it is required to configure "segment-routing mpls" under the ospf process, as this command enables the segment routing extensions. It simply won't work without it.
Regards,
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide