cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
857
Views
3
Helpful
15
Replies

Routes behind a tunnel-te unlabelled

I have created a tunnel-te from xrv16 to csr3, the tunnel is up and getting Pop label to csr3 that's ok.
From xrv16 I have learned the route to xrv17 over the tunnel, but checking the Label it's unlabbled as well.
I believe the route from xrv16 to xrv17 would be labeled normally over the tunnel-te or am I wrong?

Base topology.
[xrv16]-----[csr10]-----[csr3]-------[xrv17]

----------------------------Route to CSR3, over the tunnel Ok.--------------------------
RP/0/0/CPU0:xrv16#show route 10.10.10.3
Mon May 13 19:32:40.832 UTC

Routing entry for 10.10.10.3/32
Known via "isis 1", distance 115, metric 20, type level-2
Installed May 13 19:21:37.618 for 00:11:03
Routing Descriptor Blocks
10.10.10.3, from 10.10.10.3, via tunnel-te10
Route metric is 20
No advertising protos.
RP/0/0/CPU0:xrv16#

----------------------------Route to CSR3, over the tunnel Ok.--------------------------


------------------------Pop Label over the tunel Ok----------------------------------

RP/0/0/CPU0:xrv16#show mpls forwarding prefix 10.10.10.3/32
Mon May 13 19:32:47.242 UTC
Local Outgoing Prefix Outgoing Next Hop Bytes
Label Label or ID Interface Switched
------ ----------- ------------------ ------------ --------------- ------------
24003 Pop 10.10.10.3/32 tt10 10.10.10.3 0
RP/0/0/CPU0:xrv16#

------------------------Pop Label over the tunel Ok----------------------------------


----------------------------Route to xrv17, over the tunnel Ok.--------------------------

RP/0/0/CPU0:xrv16#show route 10.10.10.17
Mon May 13 22:13:24.282 UTC

Routing entry for 10.10.10.17/32
Known via "isis 1", distance 115, metric 20, type level-2
Installed May 13 19:39:10.875 for 02:34:13
Routing Descriptor Blocks
10.10.10.3, from 10.10.10.17, via tunnel-te10
Route metric is 20
No advertising protos.
RP/0/0/CPU0:xrv16#

----------------------------Route to xrv17, over the tunnel Ok.--------------------------


------------------------No Label for the prefix----------------------------------

RP/0/0/CPU0:xrv16#show mpls forwarding prefix 10.10.10.17/32
Mon May 13 22:13:29.761 UTC
Local Outgoing Prefix Outgoing Next Hop Bytes
Label Label or ID Interface Switched
------ ----------- ------------------ ------------ --------------- ------------
24006 Unlabelled 10.10.10.17/32 tt10 10.10.10.3 0
RP/0/0/CPU0:xrv16#

------------------------No Label for the prefix----------------------------------

RP/0/0/CPU0:xrv16#show running-config interface tunnel-te 10
Mon May 13 22:16:16.680 UTC
interface tunnel-te10
description TO-->CSR10-->CSR3
bandwidth 100
ipv4 unnumbered Loopback0
destination 10.10.10.3
fast-reroute
forwarding-adjacency
!
path-option 10 dynamic
!

RP/0/0/CPU0:xrv16#

15 Replies 15

10.10.10.3 <<- this next hop need to have local abd outgoing, any prefix learn via tunnel only have local.

MHM