cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
660
Views
0
Helpful
1
Replies

Choose one path of two eigrp processes

jegobc15c0
Level 1
Level 1

I have 2 EIGRP processes, sharing same lan network on differents ISP, what should I write or change to make one of those be the favorite path and leave the other only for backup.

Example I need process 10 to be the chosen:

router eigrp 1

net 192.168.0.0 //lan

net 172.16.0.0 //tunnel wan

router eigrp 10

net 192.168.0.0 //lan

net 172.16.2.0 //tunnel wan

Thanks.

1 Accepted Solution

Accepted Solutions

Harold Ritter
Spotlight
Spotlight

Hi,

Make the admin distance higher on the backup one as follow:

router eigrp 10

distance eigrp 91 171

Regards

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

View solution in original post

1 Reply 1

Harold Ritter
Spotlight
Spotlight

Hi,

Make the admin distance higher on the backup one as follow:

router eigrp 10

distance eigrp 91 171

Regards

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