Cisco - Tunnel MPLS + TE (Problema)

 
Vista:
Imágen de perfil de Carlos

Tunnel MPLS + TE (Problema)

Publicado por Carlos (1 intervención) el 16/08/2017 15:56:23
Hola buen día estimada comunidad.

Espero puedan ayudarme con lo siguiente: % Only valid in Label Switching mode

** Problemas Tunnel **

Necesito implementar un Tunnel MPLS de manera dinámmica desde Cagua hacia el
Host 6.6.6.253

Previamente, he configurado paso a paso todos lo necesario.

Interfaces
OSPF (Multiárea como se muestra en la topología)
MPLS (Activo junto a MPLS + TE para soporte de Ingeniería de Tráfico)
LDP-IGP (Para Sincronizar LDP con OSPF)
RSVP (Reservando el Ancho de Banda Deseado)
Tunnels


El diseño ha sido probado gradualmente, a medida que se va configurando cada uno
de los puntos anteriores.


* Al iniciar el Router tenemos:

Cisco IOS Software, 7200 Software (C7200-ADVIPSERVICESK9-M), Version 15.2(4)S5, RELEA
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2014 by Cisco Systems, Inc.
Compiled Thu 20-Feb-14 06:51 by prod_rel_team
*Aug 16 08:46:02.935: %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to ad
*Aug 16 08:46:03.723: %LINK-5-CHANGED: Interface FastEthernet2/1, changed state to ad
*Aug 16 08:46:03.767: %LINK-5-CHANGED: Interface GigabitEthernet3/0, changed state to
*Aug 16 08:46:04.723: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet2/1
*Aug 16 08:46:04.767: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernetn
*Aug 16 08:46:43.667: %OSPF-5-ADJCHG: Process 1, Nbr 10.10.10.25 on FastEthernet2/0 fing Done
*Aug 16 08:46:48.991: %LDP-5-NBRCHG: LDP Neighbor 10.10.10.25:0 (1) is UP
*Aug 16 08:46:55.995: %LDP-5-NBRCHG: LDP Neighbor 10.10.10.9:0 (2) is UP


*Cagua#show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
+ - replicated route, % - next hop override

Gateway of last resort is not set

6.0.0.0/24 is subnetted, 1 subnets
O IA 6.6.6.0 [110/5] via 10.10.10.17, 00:16:33, FastEthernet2/0
10.0.0.0/8 is variably subnetted, 9 subnets, 2 masks
O 10.10.10.0/30 [110/2] via 10.10.10.17, 00:16:48, FastEthernet2/0
O 10.10.10.4/30 [110/3] via 10.10.10.17, 00:16:33, FastEthernet2/0
C 10.10.10.8/30 is directly connected, FastEthernet1/0
L 10.10.10.10/32 is directly connected, FastEthernet1/0
C 10.10.10.16/30 is directly connected, FastEthernet2/0
L 10.10.10.18/32 is directly connected, FastEthernet2/0
O IA 10.10.10.20/30 [110/4] via 10.10.10.17, 00:16:33, FastEthernet2/0
O 10.10.10.24/30 [110/2] via 10.10.10.17, 00:16:48, FastEthernet2/0
O IA 10.10.10.28/30 [110/5] via 10.10.10.17, 00:16:33, FastEthernet2/0


*Cagua# show mpls interfaces
Interface IP Tunnel BGP Static Operational
FastEthernet0/0 No Yes No No No
FastEthernet1/0 Yes (ldp) Yes No No Yes
FastEthernet2/0 Yes (ldp) Yes No No Yes


*Cagua#show ip rsvp interface
interface rsvp allocated i/f max flow max sub max VRF
Fa0/0 ena 0 0 0 0
Fa1/0 ena 0 90M 90M 0
Fa2/0 ena 0 70M 70M 0


*Cagua#tracer 6.6.6.253
Type escape sequence to abort.
Tracing the route to 6.6.6.253
VRF info: (vrf in name/id, vrf out name/id)
1 10.10.10.17 [MPLS: Label 20 Exp 0] 96 msec 104 msec 108 msec
2 10.10.10.2 [MPLS: Label 18 Exp 0] 128 msec 92 msec 104 msec
3 10.10.10.6 [MPLS: Label 17 Exp 0] 108 msec 64 msec 88 msec
4 10.10.10.22 124 msec 92 msec 108 msec
5 6.6.6.253 136 msec 136 msec 152 msec


******* El Problema ********

Al momento de configurar el tunnel


Cagua#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Cagua(config)#int tunnel 0
*Aug 16 08:54:39.503: %LINEPROTO-5-UPDOWN: Line protocol on Interface Tunnel0, changed state to down
Cagua(config-if)#ip unnumbered loopback 0
*Aug 16 08:54:48.299: %LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback0, changed state to up

Cagua(config-if)#tunnel mpls traffic-eng priority 3 3
% Only valid in Label Switching mode
Cagua(config-if)#tunnel mpls traffic-eng priority 3 3
% Only valid in Label Switching mode

Cagua(config-if)#tunnel mpls traffic-eng bandwidth 65000
% Only valid in Label Switching mode

Cagua(config-if)#tunnel mpls traffic-eng autoroute announce
% Only valid in Label Switching mode

¿Qué significa esto, % Only valid in Label Switching mode? ¿Cómo puedo solventarlo?

De verdad espero que puedan orientarme para resolver dicho problema.

Topologia-OSPF-RSVP-MPLS-TE
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder
sin imagen de perfil

Tunnel MPLS + TE (Problema)

Publicado por Hector (1 intervención) el 01/08/2018 05:33:18
hola
te falta un comando:

Router(config-if)#tunnel mode mpls traffic-eng
Router(config-if)#tunnel mpls traffic-eng fast-reroute
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar