02-05-2015 03:59 AM - edited 03-05-2019 12:43 AM
Hi.
I have ISR 2821.
How can i forbid to received rip packet?
I want send packets only.
02-05-2015 04:18 AM
You could either -
1) use a distribute list inbound to stop RIP receiving any routes although it would still be receving RIP updates.
It just wouldn't put them in the routing table
or
2) if there is only one other router on the same network segment make that routers interface passive which means it won't send any RIP updates out of the interface.
Obviously if there are other routers on the same segment that need to receive RIP updates that wouldn't work.
Jon
02-05-2015 04:26 AM
Jon is completely right for preventing rip updates to be installed into the routing table or using passive interface for not sending rip updates.
If you want to completely block rip packets you have to use an ACL
Example:
access-list 101 deny udp any eq rip any eq rip access-list 101 permit any any
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