cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
726
Views
0
Helpful
4
Replies

configuring to not accept redirects

tato386
Level 6
Level 6

Is there a command similar to "no ip redirects" but in reverse? I think my router is being affected by another router sending redirects to it. I would like to configure my router to ignore these redirects.

Thanks,

Diego

1 Accepted Solution

Accepted Solutions

If you keyed in the sample exactly then you forgot about the implied deny any any at the end. You need to put in a permit ip any any as the last line of the access list.

View solution in original post

4 Replies 4

mheusinger
Level 10
Level 10

Hi,

you can block all redirects through an ACL:

access-list 100 deny icmp any host 10.1.1.1 redirect

interface FastEthernet0/0

ip address 10.1.1.1 255.255.255.0

ip access-group 100 in

Hope this helps! Please rate all posts.

Regards, Martin

Wow, that was interesting. I created and applied the ACL and it prevented all clients on the interface it was applied to from talking to anything accross the router. The weird part is that there were no hits, zero, zilch on the ACL!

How can that happen?

Thanks,

Diego

If you keyed in the sample exactly then you forgot about the implied deny any any at the end. You need to put in a permit ip any any as the last line of the access list.

Uh... I'm an idiot.

Thanks, that was it.

Diego

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card