cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
412
Views
15
Helpful
2
Replies

rip receive disable

Hi.

I have ISR 2821.

How can i forbid to received  rip packet?

I want send packets only.

 

2 Replies 2

Jon Marshall
Hall of Fame
Hall of Fame

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

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
Review Cisco Networking for a $25 gift card