cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
916
Views
15
Helpful
4
Replies

MPLS-TE tunnel is down.

sachin30720041
Level 1
Level 1

Hello,

 

In the following topology, I have created a TE tunnel from iosr1 to iosr10 through XR6, XR7 and Xr8. But the tunnel is down.

 

iosr1(gi0/1)---(gi0/0/0/1)XR6(gi0/0/0/0)---(gi0/0/0/0)Xr7(gi0/0/0/1)---(gi0/0/0/1)Xr8(gi0/0/0/0)---(gi0/0/0/0)iosr10

 

ios1:-

mpls traffic-eng tunnels
 
hostname r1
int gi0/1
ip router isis 1
ip address 100.10.60.1 255.255.255.0
no sh
mpls traffic-eng tunnels
ip rsvp bandwidth
 
int lo0
ip router isis 1
ip address 1.1.1.1 255.255.255.255

router isis 1
metric-style wide
mpls traffic-eng level-1
mpls traffic-eng router-id lo0
net 49.0001.1111.1111.1111.00
 
XR6:-
 
mpls traffic-eng
int gi0/0/0/1
int gi0/0/0/0

rsvp
int gi0/0/0/1
bandwidth 10
int gi0/0/0/0
bandwidth 10

router isis 1
address-family ipv4 unicast
metric-style wide
mpls traffic-eng level-1
mpls traffic-eng router-id lo0
exit
is-type level-1
net 49.0001.6666.6666.6666.00
int gi0/0/0/0
address-family ipv4 unicast
int gi0/0/0/1
address-family ipv4 unicast
int lo0
address-family ipv4 unicast
 
XR7:-
mpls traffic-eng tunnels
hostname xr7
interface Loopback0
ip address 7.7.7.7 255.255.255.255
!
interface gig0/0/0/0
no sh
ip address 100.60.70.7 255.255.255.0

rsvp
int gi0/0/0/1
bandwidth 10
int gi0/0/0/0
bandwidth 10

interface gig0/0/0/1
no sh
ip address 100.70.80.7 255.255.255.0
 
mpls traffic-eng
int gi0/0/0/1
int gi0/0/0/0

router isis 1
address-family ipv4 unicast
metric-style wide
mpls traffic-eng level-1
mpls traffic-eng router-id lo0
exit
is-type level-1
net 49.0001.7777.7777.7777.00
int gi0/0/0/0
address-family ipv4 unicast
int gi0/0/0/1
address-family ipv4 unicast
int lo0
address-family ipv4 unicast
 
------------------------------
R8
mpls traffic-eng tunnels
 
rsvp
int gi0/0/0/1
bandwidth 10
int gi0/0/0/0
bandwidth 10

mpls traffic-eng
int gi0/0/0/1
int gi0/0/0/0

router isis 1
is-type level-1
address-family ipv4 unicast
metric-style wide
mpls traffic-eng level-1
mpls traffic-eng router-id lo0
net 49.0001.8888.8888.8888.00
int gi0/0/0/0
address-family ipv4 unicast
int gi0/0/0/1
address-family ipv4 unicast
int lo0
address-family ipv4 unicast
----------------------------------------
r10

mpls traffic-eng tunnels
hostname r10
int gi0/0
ip address 100.80.100.10 255.255.255.0
no sh
 
ip router isis 1
mpls traffic-eng tunnels
ip rsvp bandwidth

int lo0
ip router isis 1
ip address 10.10.10.10 255.255.255.255

router isis 1
metric-style wide
is-type level-1
mpls traffic-eng level-1
mpls traffic-eng router-id lo0
net 49.0001.1010.1010.1010.00
 
I am able to ping from 1.1.1.1 to 10.10.10.10.
I am not sure why the tunnel is down? 
What 'show' commands should I use to debug such issues in the future. 
 
Thanks,
Sachin
 

 

4 Replies 4

follow

Harold Ritter
Spotlight
Spotlight

Hi @sachin30720041 ,

 

Your configs look good. What does the tunnel configuration look like?

 

You should start with a "show mpls traffic-end tunnel tuXXX detail"

 

Regards,

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

sachin30720041
Level 1
Level 1

Hi Harold,

 

Thanks for responding.

I figured out my mistake. I reserved 10Kbps on the transit routers while the tunnel was configured for 10 Mbps. 

 

Sachin

Hi @sachin30720041 ,

 

Glad you spotted it. Thanks for updating the thread.

 

Regards,

Regards,
Harold Ritter, CCIE #4168 (EI, SP)