cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
488
Views
1
Helpful
9
Replies

two mpls TE without preempt

Albazi
Level 1
Level 1

Greetings,

example,

if I have two mpls TE from the same source to the same destination with different paths by using two path options and explicit path, first with number 10 and second with number 20, number 10 will be primary till I lose it and the traffic will use the number 20, if number 10 came back up it will be the primary again.

the question is, how can I keep the traffic on number 20 even if number 10 comes back up? it is exactly how VRRP works without preemption.    

1 Accepted Solution

Accepted Solutions

Harold Ritter
Cisco Employee
Cisco Employee

Hi @Albazi ,

This can be done by disabling the mpls traffic engineering reoptimization with the following command: 

mpls traffic-eng reoptimize timers frequency 0

With this command, reoptimization will not take place automatically. You could force reoptimization manually with the following command:

mpls traffic-eng reoptimize tunnel <tunnel#>

A shift from path-option 20 to 10 will also take place automatically if the path represented by path-option 20 goes down and the path represented by path-option 10 is available.

Regards,

Harold Ritter
Sr Technical Leader
CCIE 4168 (R&S, SP)
harold@cisco.com
MĆ©xico mĆ³vil: +52 1 55 8312 4915
Cisco MĆ©xico
Paseo de la Reforma 222
Piso 19
CuauhtƩmoc, JuƔrez
Ciudad de MĆ©xico, 06600
MĆ©xico

View solution in original post

9 Replies 9

You can config MPLS TE second tunnel as backup path 

https://ccie-in-2-months.blogspot.com/2014/01/nts-advanced-mpls-te.html?m=1

MHM

Thanks for the response.

I know I can configure a backup path, but the problem is when the primary path comes up again the traffic will switch from backup to primary again, so in case the primary link used by the primary path is flapping, the traffic will continue flap between the primary and backup, which it will not accomplish what I need.   

hope i explain it well.  

can I see the config you use 
MHM

Hi,

it looks like @Harold Ritter Magic did the work.

Please see the attached file for my configuration and the lab snapshot.    

appreciate and thanks for your replay. 

that why I ask config, you have one tunnel two path not two tunnel each one have one path.

anyway glad issue is solve 

have a nice day 

MHM

sorry for the inaccurate explanation.

thanks and I appreciate it.   

Harold Ritter
Cisco Employee
Cisco Employee

Hi @Albazi ,

This can be done by disabling the mpls traffic engineering reoptimization with the following command: 

mpls traffic-eng reoptimize timers frequency 0

With this command, reoptimization will not take place automatically. You could force reoptimization manually with the following command:

mpls traffic-eng reoptimize tunnel <tunnel#>

A shift from path-option 20 to 10 will also take place automatically if the path represented by path-option 20 goes down and the path represented by path-option 10 is available.

Regards,

Harold Ritter
Sr Technical Leader
CCIE 4168 (R&S, SP)
harold@cisco.com
MĆ©xico mĆ³vil: +52 1 55 8312 4915
Cisco MĆ©xico
Paseo de la Reforma 222
Piso 19
CuauhtƩmoc, JuƔrez
Ciudad de MĆ©xico, 06600
MĆ©xico

hello Harold,

thanks a lot and appreciate your answer, that is exactly what i was looking for.    

You are very welcome @Albazi and thanks for the feedback

Harold Ritter
Sr Technical Leader
CCIE 4168 (R&S, SP)
harold@cisco.com
MĆ©xico mĆ³vil: +52 1 55 8312 4915
Cisco MĆ©xico
Paseo de la Reforma 222
Piso 19
CuauhtƩmoc, JuƔrez
Ciudad de MĆ©xico, 06600
MĆ©xico