Feb 24, 2004 #1 mattburton Technical User Joined Jan 26, 2004 Messages 9 Location US how can i config an access list to reroute a ping to an unused or nonexistant port to make it seem to disappear? thanx in advance
how can i config an access list to reroute a ping to an unused or nonexistant port to make it seem to disappear? thanx in advance
Feb 24, 2004 #2 lrittenhouse Technical User Joined Feb 13, 2004 Messages 5 Location US If you use policy based routing with an extened access list you will be able route pings to a null interface. You could also just deny pings. Larry Upvote 0 Downvote
If you use policy based routing with an extened access list you will be able route pings to a null interface. You could also just deny pings. Larry
Feb 24, 2004 Thread starter #3 mattburton Technical User Joined Jan 26, 2004 Messages 9 Location US what commands would i put in? Upvote 0 Downvote
Feb 24, 2004 #4 mtashiro Technical User Joined Mar 27, 2003 Messages 249 Location US If you just want to deny pings do the following: access-list 100 deny icmp any any access-list 100 permit ip any any then apply the acl to an interface. Upvote 0 Downvote
If you just want to deny pings do the following: access-list 100 deny icmp any any access-list 100 permit ip any any then apply the acl to an interface.