Wired Intelligent Edge

 View Only
  • 1.  Edit a Extended ACL

    Posted May 29, 2015 05:31 AM

    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


  • 2.  RE: Edit a Extended ACL

    Posted May 29, 2015 02:44 PM

    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