cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
727
Views
5
Helpful
2
Replies

How to change the administrative distance of EIGRP?

shan-cao
Level 1
Level 1

Hi,I want to change the AD of eigrp by command "ip summary-address eigrp 33 x.x.x.x x.x.x.x 5"configured in interface.But I can't get the related route with AD=5 in the eigrp neighbor.

How about it? Pls help me!!!

Thanks

2 Replies 2

pkhatri
Level 11
Level 11

Hi,

The AD is locally significant to a router. Setting it to 5 using the 'ip summary-address eigrp' command will only affect the AD on the router on which the command is configured.

Instead of doing this, try the following: on the router that the summary is being sent to, enter the following command:

router eigrp

distance 5 0.0.0.0 10 ! the 10 is the ACL being matched

!

access-list 10 permit x.x.x.x x.x.x.x ! this is the summary route for which you want to change the AD.

For example,

A --- B

If you have configured the "ip summary-address eigrp 33 x.x.x.x x.x.x.x 5" command on A, enter the above distance command on router B, under its EIGRP process.

Hope that helps - pls rate the post if it does.

Regards,

Paresh

Thanks for your help!:)

Review Cisco Networking for a $25 gift card