Greetings all,
Can someone please tell me how to remove line 7 from the following Cisco configuration?
1 access-list 101 permit tcp any any established
2 access-list 101 permit icmp any any echo
3 access-list 101 permit icmp any any echo-reply
4 access-list 101 permit icmp any any packet-too-big
5 access-list 101 permit icmp any any time-exceeded
6 access-list 101 permit icmp any any unreachable
7 access-list 101 permit icmp any any echo-reply log
I've tried "no access-list 101 permit icmp any any echo-reply log" but that deletes the whole access list 101. Is there a way to erase just a single entry?
Thanks,
JT
Can someone please tell me how to remove line 7 from the following Cisco configuration?
1 access-list 101 permit tcp any any established
2 access-list 101 permit icmp any any echo
3 access-list 101 permit icmp any any echo-reply
4 access-list 101 permit icmp any any packet-too-big
5 access-list 101 permit icmp any any time-exceeded
6 access-list 101 permit icmp any any unreachable
7 access-list 101 permit icmp any any echo-reply log
I've tried "no access-list 101 permit icmp any any echo-reply log" but that deletes the whole access list 101. Is there a way to erase just a single entry?
Thanks,
JT