03-30-2019 05:13 AM
Hi Everybody.
I am testing EIGRP SIA Query and EIGRP SIA Reply packets and would like to capture them with Wireshark. I shut down loopback 0 on R1. Then R1 sends an EIGRP Query (not EIGRP SIA Query) message for the network configured on loopback 0. R2 quickly sends an EIGRP Reply to R1.
How do I prevent the EIGRP Reply (not the EIGRP SIA reply) from R2 from reaching R1, without breaking EIGRP hello relationship between the two routers.?
My goal is to have R1 enter the SIA state while waiting for an EIGRP Reply from R2.
Extended access list would not help here.
03-30-2019 05:50 AM - edited 03-30-2019 05:51 AM
Hello
You could try :
disabling the active timers altogether on the router as a whole or increase the eigrp hold timers and negate all packets via a acl from the eigrp neighbour you wish not to receive an reply to a SIA query then drop the interface you wish eigrp to query for.
03-30-2019 10:03 AM
Hi,
Try to play around with the active timer.
This timer controls the time the router waits after sending a query before declaring the route stuck in active (SIA) and resetting the neighbor relationship. To avoid this neighbor resetting you can temporary increase the active timer until you solve the problem by eliminating the cause.
timers active-time command can be used to adjust the active timer.
Check if that works.
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