12-21-2018 01:44 PM - edited 03-05-2019 11:08 AM
Hi,
I'm trying to figure out how to block ports and secure my older router that doesn't have SSL, crypto, ip inspect and I'm sure I'm missing a few other things.
I added these to my my config file but I think it might have worked too well because my ISP sent me an email asking that I open it up for their monitoring IPs.
Am I doing this right or is there a better way to do this? Also, how can I allow ICMP requests from my ISP?
Thanks,
Joel
interface FastEthernet0/1
description Uplink
ip address 38.88.245.170 255.255.255.248
ip nat outside
ip access-group cbac in
ip access-list extended cbac
permit icmp any any echo-reply
permit tcp any any eq bgp
permit udp any any eq bootpc
permit udp any any eq snmp
permit tcp any any established
deny ip any any
This is what my ISP sent me:
Cogent is unable to proactively test the status of your circuit
(IP Address 38.88.245.170) because it appears that there is a
universal ICMP block in place.
This can be resolved by blocking all ICMP traffic except from
the Cogent monitoring IP blocks of
66.28.3.0/24,
66.250.250.0/23,
130.117.228.0/24 and
130.117.254.0/24 for IPv4
12-21-2018 01:57 PM
Hi @badassmexican,
Try adding this to your ACL:
ip access-list extended cbac
permit icmp any any echo
permit icmp any any echo-reply
permit tcp any any eq bgp
permit udp any any eq bootpc
permit udp any any eq snmp
permit tcp any any established
deny ip any any
Regards
12-21-2018 02:17 PM - edited 12-21-2018 02:22 PM
Hello
Not so sure why would you want to allow an ISP to monitor your rtr - it can do that on a physical level without you allowing them any access?
A ISP is there to provide you a service not for you to provide them one.
12-21-2018 04:24 PM
Yeah, I'm not really sure either. They don't really offer any support. If it's working I'm sure I'll know before they do. This is what they said though:
Unfortunately if Cogent is unable to monitor the IP specified it is impossible for us to honor the Guarantees and Service Credits provided in any Service Level Agreement, Customer Service Agreement or other type of performance level agreement that you currently have with Cogent Communications. More importantly, it makes it impossible for Cogent Support to proactively troubleshoot problems because we have no visibility.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide