Link to home
Start Free TrialLog in
Avatar of Shark Attack
Shark Attack

asked on

renaming ACL's

Is there an easy way to renaming ACLS? These ACLS are part of tunnels I have, I want to ensure that if I change them, it wont break the tunnel.
Avatar of Predrag Jovic
Predrag Jovic
Flag of Poland image

Create the copy of ACL that you want to rename with a name you want to use.
Change on tunnel what ACL is in use.
Delete old ACL.
Copy run start.
Old config:
access-list 1 permit any

interface fa0
ip access-group 1 in

Changes:

access-list 2 permit any (you can copy - paste ACL 1 to notepad make changes there and then just paste it back to router)

interface fa0
no ip access-group 1 in
ip access-group 2 in

no access-list 1
copy run start
ASKER CERTIFIED SOLUTION
Avatar of Shark Attack
Shark Attack

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Shark Attack
Shark Attack

ASKER

sorry, I forgot to mention that I want to rename these on an ASA 5520. I found a solution with the "rename" syntax. It worked and it did not drop the tunnel thanks,