Feb 24, 2004 #1 mattburton Technical User Jan 26, 2004 9 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 Feb 13, 2004 5 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 Jan 26, 2004 9 US what commands would i put in? Upvote 0 Downvote
Feb 24, 2004 #4 mtashiro Technical User Mar 27, 2003 249 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.