04-05-2022 04:55 AM
How to delete all ACL list, for example I have access list named "Printer" and how to completely remove it.
Solved! Go to Solution.
04-05-2022
06:22 AM
- last edited on
04-06-2022
03:35 AM
by
Translator
no ip access-list standard x
04-05-2022
05:06 AM
- last edited on
04-06-2022
03:33 AM
by
Translator
first deactivate it by
interface
no ip access group NAME
then
No access-list NAME
04-05-2022
05:14 AM
- last edited on
04-06-2022
03:38 AM
by
Translator
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
04-05-2022
06:00 AM
- last edited on
04-06-2022
03:37 AM
by
Translator
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.
04-05-2022
06:08 AM
- last edited on
04-06-2022
03:39 AM
by
Translator
I've tried
no access-list x
04-05-2022
06:11 AM
- last edited on
04-06-2022
03:34 AM
by
Translator
no ip access-list x
try with add IP
04-05-2022 06:14 AM
Still nothing
04-05-2022
06:22 AM
- last edited on
04-06-2022
03:35 AM
by
Translator
no ip access-list standard x
04-05-2022
06:26 AM
- last edited on
04-06-2022
03:35 AM
by
Translator
I may say it works
I had standard acl so I changed extended to standard
no ip access-list standard x
Thanks for help !
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide