Hi,
I have a extended ACL thats applied to a vlan but I'd like to remove one line from the ACL i.e.
Part of the ACL:
ip access-list extended "T-Wifi-ACL1"
5 deny icmp 192.168.218.0 0.0.1.255 192.168.0.0 0.0.255.255 8
5 remark “deny-ping-to-192-range”
6 deny icmp 192.168.218.0 0.0.1.255 192.168.0.0 0.0.255.255 0
6 remark “deny-ping-to-192-range”
I'd like to remove line 5 but the following did not work:
ip access-list extended "T-Wifi-ACL1"
NO 5 deny icmp 192.168.218.0 0.0.1.255 192.168.0.0 0.0.255.255 8
Any ideas what I need to do?
Thanks
Rob
#ACLs