cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
279
Views
3
Helpful
2
Replies

Set priority between two tunnels

boiadzhiew
Level 1
Level 1

Hi,
I have one 2821 router with this part of config;

redundancy

interface Tunnel100
  ip address 192.168.aa.bb 255.255.255.252
 ip mtu 1400
 ip authentication mode eigrp 2 md5
 ip authentication key-chain eigrp 2 EIGRP
 ip tcp adjust-mss 1350
 delay 5000
 tunnel source Vlan48
 tunnel mode ipsec ipv4
 tunnel destination 10.xx.xx.xx
 tunnel vrf sp1
 tunnel protection ipsec profile SP1_CRYPTO


interface Tunnel200
 description === to TP Var SDWAN via Vivacom ===
 ip address 192.168.cc.dd 255.255.255.252
 ip mtu 1400
 ip authentication mode eigrp 2 md5
 ip authentication key-chain eigrp 2 EIGRP
 ip tcp adjust-mss 1350
 delay 10000
 tunnel source FastEthernet0/1/0
 tunnel mode ipsec ipv4
 tunnel destination 83.xx.xx.xx
 tunnel vrf sp2
 tunnel protection ipsec profile SP2_CRYPTO shared

Seems Tunnell100 is set as primary and Tunnell200 as reserve but i don't know how, I want to set Tunnell200 as primary and Tunnell100 as reserve. How to set higher priority for Tunnell200?

2 Accepted Solutions

Accepted Solutions

 

 delay 10000

 

 delay 5000

the answer is this, flapping the delay and check 
MHM 

View solution in original post

M02@rt37
VIP
VIP

Hello @boiadzhiew 

Same answer as @MHM Cisco World 

Adjust the delay on Tunnel200 to make it less preferable.

interface Tunnel100

delay 5000 # Adjust the delay value as needed !

interface Tunnel200

delay 10000 # Set a higher delay value than Tunnel100 !

 

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

View solution in original post

2 Replies 2

 

 delay 10000

 

 delay 5000

the answer is this, flapping the delay and check 
MHM 

M02@rt37
VIP
VIP

Hello @boiadzhiew 

Same answer as @MHM Cisco World 

Adjust the delay on Tunnel200 to make it less preferable.

interface Tunnel100

delay 5000 # Adjust the delay value as needed !

interface Tunnel200

delay 10000 # Set a higher delay value than Tunnel100 !

 

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.
Review Cisco Networking for a $25 gift card