01-11-2006 09:49 PM - edited 03-03-2019 11:26 AM
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
01-11-2006 09:57 PM
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
!
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
01-12-2006 04:55 AM
Thanks for your help!:)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide