Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Enabling ICMP on Router

Status
Not open for further replies.

acabezas7

MIS
Mar 5, 2007
71
US
Hi can someone please help me I am trying to enable ICMP on a router I just got and am not at good with Cisco. The router currently has the following command below does anyone know if this access-list is whats blocking ICMP from being enabled around my network and if i remove this access-list does that enable it or do i have to do some extra steps. Thank you.

access-list 102 remark Allow access to Trend box - Oscar
access-list 102 permit icmp any host 10.156.138.73
access-list 102 remark Allow access to RESQSRV
access-list 102 permit icmp any host 10.156.138.85
access-list 102 remark Allow access from DOH SMTP server
access-list 102 permit icmp any host 10.228.0.169
access-list 102 remark Allow access from SMS-TAZ
access-list 102 permit icmp any host 10.156.138.74
access-list 102 deny icmp any any echo
access-list 102 permit ip any any
access-list 103 remark Allow access from Trend box
access-list 103 permit icmp host 10.156.138.73 any
access-list 103 remark Allow access from RESQSRV
access-list 103 permit icmp host 10.156.138.85 any
access-list 103 remark Allow access to Whats up on Jaws
access-list 103 permit icmp host 10.156.138.70 any
access-list 103 remark Allow access from SMS-TAZ
access-list 103 permit icmp host 10.156.138.74 any
access-list 103 deny icmp any any echo
access-list 103 permit ip any any
 
You can only ping to and from the four servers listed. If you don't want this, then
router>en
router#conf t
router(config)#no access-list 102
router(config)#no access-list 103
router(config)#end
router#wr

Burt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top