01-05-2025 04:14 AM
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.
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
!
Solved! Go to Solution.
01-05-2025 08:18 AM - edited 01-05-2025 08:21 AM
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,
01-05-2025 04:26 AM
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
01-05-2025 04:39 AM
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
!
and there is no change..
01-05-2025 04:47 AM
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
01-05-2025 04:51 AM
01-05-2025 04:58 AM
show mpls ldp neig <<- share this for all router
thanks
MHM
01-05-2025 05:05 AM
I have not configured LDP , so the command does not show anything. Here it's all about rsvp signaling.
01-05-2025 05:14 AM
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
01-05-2025 05:21 AM
There's no command or any similiar one to "show mpls traff tunnel detail"
Loopbacks are known to both PE routers
01-05-2025 05:30 AM
Show mpls traffic-engineer tunnels details <<-
MHM
01-05-2025 05:32 AM
01-05-2025 07:14 AM - edited 01-05-2025 07:42 AM
Deleted
01-05-2025 07:28 AM - edited 01-05-2025 07:29 AM
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,
01-05-2025 07:39 AM
01-05-2025 07:55 AM - edited 01-05-2025 08:07 AM
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,
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