Easy ACL question

I have the following access list, configured in the router as:

access-list 1624 permit 10.33.224.0 0.0.0.255 access-list 1624 permit 172.22.20.0 0.0.0.15 access-list 1624 permit 10.160.224.0 0.0.0.255

The "show access-list 1624" command shows: Standard IP access list 1624 10 permit 10.33.224.0, wildcard bits 0.0.0.255 (11389 matches) 20 permit 172.22.20.0, wildcard bits 0.0.0.15 30 permit 10.160.224.0, wildcard bits 0.0.0.255 (2515 matches)

I want to remove the last line, line "30" while leaving the rest of the ACL intact.

What is the command to make this happen?

read more and respond »

Posted 5 years ago by philbo30 in Cisco Systems

Report misuse

Image for Easy ACL question