02-12-2015 04:06 PM - edited 03-07-2019 10:37 PM
Can you edit an access list without delete the entire list? In other words, can you remove a sequence entry with the access list?
Thanks
02-12-2015 07:35 PM
Yes, you can. If you do sh access-list, the router will show the sequence number. You can than add a sequence, delete a sequence or change one.
For example if you have an acces-list like this:
Extended IP access list test
10 deny ip 10.10.10.0 0.0.0.255 any log
15 deny ip 11.11.11.0 0.0.0.255 any log
you can now add a new sequence between 10 and 15
11 deny ip 172.16.10.0 0.0.0.255 any log
You just have to make sure to use the sequence number when you create the last access-list
HTH
02-12-2015 07:54 PM
Yes this helps! Thanks very much for your response.
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