cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2930
Views
10
Helpful
8
Replies

Deleting ACL list

goat1
Level 1
Level 1

How to delete all ACL list, for example I have access list named "Printer" and how to completely remove it. 

 

1 Accepted Solution

Accepted Solutions

no ip access-list standard x

View solution in original post

8 Replies 8

first deactivate it by

interface
no ip access group NAME

then 
No access-list NAME 
 

What if I have not implemented it on any interface yet but even tho I want to delete it. 

 

no access-list NAME 

doesn't work

 

 

first do

show ip access-list

 
check the name as it appear there 
use same name with 
no access-list 
If you want just share the

show ip access-list

and point which ACL you want to delete and I will send you exact command.

Zrzut ekranu 2022-04-05 150630.png

 

I've tried

 no access-list x

 

 

Zrzut ekranu 2022-04-05 150752.png

no ip access-list x



try with add IP

 

Zrzut ekranu 2022-04-05 150752.png

Still nothing

no ip access-list standard x

I may say it works

I had standard acl so I changed extended to standard

 

no ip access-list standard x

 

Thanks for help !