cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
628
Views
0
Helpful
1
Replies

security of ICMP type 9

johnleee
Level 1
Level 1

don't know how to set on cisco switch and router to prevent ICMP type 9 response / broadcast (router advertisement) from other computers except authorised the domain server? it's a headache when facing a big network while less control. appreciate if anyone has an idea.

1 Accepted Solution

Accepted Solutions

thisisshanky
Level 11
Level 11

On the router interface, apply an access list which looks somewhat like this...

access-list 101 deny icmp any any 9

access-list 101 permit ip any any

int e0

ip access-group 101 in

For simplicity i have used "any" as the keyword in place of source and destination ip addresses....This could be replaced with an ip address or network address... as appropriate..

Hope that helps.

Sankar Nair
UC Solutions Architect
Pacific Northwest | CDW
CCIE Collaboration #17135 Emeritus

View solution in original post

1 Reply 1

thisisshanky
Level 11
Level 11

On the router interface, apply an access list which looks somewhat like this...

access-list 101 deny icmp any any 9

access-list 101 permit ip any any

int e0

ip access-group 101 in

For simplicity i have used "any" as the keyword in place of source and destination ip addresses....This could be replaced with an ip address or network address... as appropriate..

Hope that helps.

Sankar Nair
UC Solutions Architect
Pacific Northwest | CDW
CCIE Collaboration #17135 Emeritus

Review Cisco Networking for a $25 gift card