cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2505
Views
9
Helpful
38
Replies

RSVP-TE tunnel does not establish

quad99
Level 1
Level 1

Hi
I am doing a simple lab and at the very beginning I have a problem .Well it does not set up the tunnel ,I have checked the configuration many times with the official cisco materials and the configuration seems correct. Anyone can help ?

Below i am uploading my topology along with the configuration.

quad99_0-1736079250611.png

 

PE1 Configuration:

!
ip cef
mpls traffic-eng tunnels
mpls traffic-eng logging lsp setups
mpls traffic-eng logging lsp teardowns
mpls traffic-eng reoptimize events link-up
!
interface Loopback0
ip address 1.1.1.1 255.255.255.255
!
interface GigabitEthernet1/0
no shutdown
ip address 192.168.12.1 255.255.255.252
mpls traffic-eng tunnels
ip rsvp bandwidth 1000
!
interface GigabitEthernet2/0
no shutdown
ip address 192.168.23.1 255.255.255.252
mpls traffic-eng tunnels
ip rsvp bandwidth 1000
!
router ospf 1
mpls traffic-eng router-id Loopback0
mpls traffic-eng area 0
router-id 1.1.1.1
network 1.1.1.1 0.0.0.0 area 0
network 192.168.12.1 0.0.0.3 area 0
network 192.168.23.1 0.0.0.3 area 0
!
ip explicit-path name PE1-PE2 enable
next-address 192.168.12.2
next-address 192.168.34.2
next-address 4.4.4.4
!
interface Tunnel12
ip unnumbered Loopback0
tunnel destination 4.4.4.4
tunnel mode mpls traffic-eng
tunnel mpls traffic-eng priority 2 2
tunnel mpls traffic-eng bandwidth 100
tunnel mpls traffic-eng path-option 1 explicit name PE1-PE2
!
...................................................................
PE2 Configuration:

!
ip cef
mpls traffic-eng tunnels
mpls traffic-eng logging lsp setups
mpls traffic-eng logging lsp teardowns
mpls traffic-eng reoptimize events link-up
!
interface Loopback0
ip address 4.4.4.4 255.255.255.255
!
interface GigabitEthernet1/0
no shutdown
ip address 192.168.34.2 255.255.255.252
mpls traffic-eng tunnels
ip rsvp bandwidth 1000
!
interface GigabitEthernet2/0
no shutdown
ip address 192.168.45.2 255.255.255.252
mpls traffic-eng tunnels
ip rsvp bandwidth 1000
!
router ospf 1
mpls traffic-eng router-id Loopback0
mpls traffic-eng area 0
router-id 4.4.4.4
network 4.4.4.4 0.0.0.0 area 0
network 192.168.34.0 0.0.0.3 area 0
network 192.168.45.0 0.0.0.3 area 0
!
ip explicit-path name PE2-PE1 enable
next-address 192.168.34.1
next-address 192.168.12.1
next-address 1.1.1.1
!
interface Tunnel21
ip unnumbered Loopback0
tunnel destination 1.1.1.1
tunnel mode mpls traffic-eng
tunnel mpls traffic-eng priority 2 2
tunnel mpls traffic-eng bandwidth 100
tunnel mpls traffic-eng path-option 1 explicit name PE2-PE1
!

...................................................................
P1 Configuration:

ip cef
mpls traffic-eng tunnels
!
router ospf 1
mpls traffic-eng router-id Loopback0
mpls traffic-eng area 0
router-id 2.2.2.2
network 2.2.2.2 0.0.0.0 area 0
network 192.168.12.0 0.0.0.3 area 0
network 192.168.34.0 0.0.0.3 area 0
network 192.168.56.0 0.0.0.3 area 0
!
interface GigabitEthernet0/0
no shutdown
ip address 192.168.12.2 255.255.255.252
mpls traffic-eng tunnels
ip rsvp bandwidth 1000
!
interface GigabitEthernet1/0
no shutdown
ip address 192.168.34.1 255.255.255.252
mpls traffic-eng tunnels
ip rsvp bandwidth 1000
!
interface GigabitEthernet2/0
no shutdown
ip address 192.168.56.1 255.255.255.252
mpls traffic-eng tunnels
ip rsvp bandwidth 1000
!
interface Loopback0
ip address 2.2.2.2 255.255.255.255
!

...................................................................
P2 Configuration:

ip cef
mpls traffic-eng tunnels
!
router ospf 1
mpls traffic-eng router-id Loopback0
mpls traffic-eng area 0
router-id 3.3.3.3
network 3.3.3.3 0.0.0.0 area 0
network 192.168.23.0 0.0.0.3 area 0
network 192.168.45.0 0.0.0.3 area 0
network 192.168.56.0 0.0.0.3 area 0
!
interface GigabitEthernet0/0
no shutdown
ip address 192.168.23.2 255.255.255.252
mpls traffic-eng tunnels
ip rsvp bandwidth 1000
!
interface GigabitEthernet1/0
no shutdown
ip address 192.168.45.1 255.255.255.252
mpls traffic-eng tunnels
ip rsvp bandwidth 1000
!
interface GigabitEthernet2/0
no shutdown
ip address 192.168.56.2 255.255.255.252
mpls traffic-eng tunnels
ip rsvp bandwidth 1000
!
interface Loopback0
ip address 3.3.3.3 255.255.255.255
!

quad99_2-1736079032268.png

 

 

1 Accepted Solution

Accepted Solutions

Hi @quad99 ,

The issue is with the "mpls traffic-eng router-id Loopback0" that was initially configured out of sequence (before loopback 0 was configured) on P1 and P2. Please configured it again and the problems will be solved.

Regards, 

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

View solution in original post

38 Replies 38

in
ip explicit-path name <X>

Use LO of P1 and P2 dont use direct connect IP 

try above and check Oper of Tunnel 

MHM

I've done on PE1:

ip explicit-path name PE1-PE2 enable
next-address 2.2.2.2
next-address 4.4.4.4
!

and on PE2 :

ip explicit-path name PE2-PE1 enable
next-address 2.2.2.2
next-address 1.1.1.1
!

quad99_0-1736080747899.png

and there is no change..

 

I dont see topolgy' but I think P1 and P2 is between two PE and last your config you use only one LO? Last LO for tunnel destination it not count.

MHM

I have inserted a png of the topology above , but I am uploading it in an attachment just in case.

show mpls ldp neig <<- share this for all router 
thanks 

MHM

I have not configured LDP , so the command does not show anything. Here it's all about rsvp signaling.

show mpls traff tunnel detail <<- in both PE1/2 share this 
show ip route <<- in PE1/2 check if P1/P2 LO is known or not 

MHM

There's no command or any similiar one to "show mpls traff tunnel detail"

Loopbacks are known to both PE routers

Show mpls traffic-engineer tunnels details <<-

MHM

quad99_0-1736083946398.png

 

Deleted

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

Hi @quad99 ,

It appears that "mpls traffic-eng tunnels" might be missing from P1 in global mode. That is probably why the output says "unknown address 2.2.2.2".

Can you provide the output for the following command from PE1:

sh mpls traffic-eng topology brief

Regards,

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

quad99_0-1736091449625.png

 

Hi @quad99 ,

The mpls traffic engineering database is missing the information for P1 (2.2.2.2) and P2 (3.3.3.3). Please make sure you enter "mpls traffic-eng tunnels"  in global mode and "mpls traffic-eng router-id Loopback0" under router ospf  on these two routers. 

Regards,

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