Aruba & ProVision-based
1753510 Members
5208 Online
108795 Solutions
New Discussion

Re: Edit a Extended ACL

 
robbyde
Occasional Contributor

Edit a Extended ACL

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

1 REPLY 1
jakubp
Visitor

Re: Edit a Extended ACL

Hi Rob,

 

What exactly do you mean by 'I didn't work' ?

 

Do you mean, it did not accept the command or I did not make any changes

 

Jakub