Segment Routing Tunnel down
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2016 08:24 AM
I have basic scenario R1-R2-R3-R4 in a full mesh
I built a tunnel from R1 to R4 that traverse R2 and R3: R1->R2->R3->R4:
These are loopbacks:
explicit-path name R1234
index 10 next-address strict ipv4 unicast 100.1.1.2
index 20 next-address strict ipv4 unicast 100.1.1.3
index 30 next-address strict ipv4 unicast 100.1.1.4
!
interface Loopback0
ipv4 address 100.1.1.1 255.255.255.255
!
interface tunnel-te14
ipv4 unnumbered Loopback0
destination 100.1.1.4
path-selection
segment-routing adjacency protected
!
path-option 1 explicit name R1234 segment-routing
Each router has a config that looks like this:
router ospf 1
segment-routing mpls
segment-routing forwarding mpls
area 0
mpls traffic-eng
segment-routing mpls
interface Loopback0
prefix-sid index 101 !! (102,103,104 for the others)
!
interface GigabitEthernet0/0/0/0
network point-to-point
segment-routing forwarding mpls
!
interface GigabitEthernet0/0/0/1
network point-to-point
segment-routing forwarding mpls
!
interface GigabitEthernet0/0/0/2
network point-to-point
segment-routing forwarding mpls
RP/0/0/CPU0:R1#show mpls traffic-eng tunnels
Thu Sep 1 15:12:52.750 UTC
Name: tunnel-te14 Destination: 100.1.1.4 Ifhandle:0x580
Signalled-Name: R1_t14
Status:
Admin: up Oper: down Path: not valid Signalling: Down
path option 1, (Segment-Routing) type explicit R1234
Protected-by PO index: none
Last PCALC Error: Wed Aug 31 15:17:02 2016
Info: No topology
G-PID: 0x0800 (derived from egress interface properties)
Bandwidth Requested: 0 kbps CT0
Creation Time: Wed Aug 31 15:16:33 2016 (23:56:20 ago)
RP/0/0/CPU0:R1#show mpls forwarding
Thu Sep 1 15:13:51.386 UTC
Local Outgoing Prefix Outgoing Next Hop Bytes
Label Label or ID Interface Switched
------ ----------- ------------------ ------------ --------------- ------------
16102 Pop SR Pfx (idx 102) Gi0/0/0/0 10.1.2.2 520
16103 Pop SR Pfx (idx 103) Gi0/0/0/2 10.1.3.3 520
16104 Pop SR Pfx (idx 104) Gi0/0/0/1 10.1.4.4 51480
Can you tell me what else I am missing?
Thanks,
Bryan
- Labels:
-
XR OS and Platforms

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2016 09:35 PM
Hi Bryan,
Can you add " mpls traffic-eng router-id <router-id>" under OSPF and retry ?
Hope you added interfaces under "mpls traffic-eng". Looks like TE topology doesn't have any info, please check "show mpls traffic-eng topology model-type rdm" output for the prefixes
thanks/Anoop
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2016 04:40 AM
Hi,
I do not want to open a new discussion.
Do we have support for segment routing on Trident Line Cards (1st Gen ethernet

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2016 07:01 PM
No, SR is not supported on trident based cards
thanks/Anoop
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2017 02:12 AM
Ok, thanks for that info.
So we can say that SR is supported on any Typhoon and Tomahawk based line card?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2017 05:04 AM
It begs a question why?
I mean SR was around since in 5.2.x, so it’s not the 5.3.4 limit.
Is it then the microcode on Trident that has some limitations with regards to label stack?
adam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2017 05:13 AM
it's because of the instruction memory size on Trident NP. There was no space to add more features.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2017 07:30 AM
Aah I see, thank you very much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2017 03:10 AM
Hi,
I am testing a few SR scenarios. We have a large
This example is working for me (using binding-sid on edge router) but this is more complicated than
Is it really not possible to create a tunnel with
I think that the LSP path is broken between SR and RSVP and that is the reason why we need to use binding sid.
