12-18-2006 07:18 PM - edited 03-11-2019 02:10 AM
Do I have to remove the access-group on the interface first before I modify the access-list element. what would happen if not?
Solved! Go to Solution.
12-19-2006 02:51 AM
As long as you do not remove the entire access-list you do not have to remove the access-group.
12-20-2006 12:00 AM
I do not completely agree.
If modifying an access-list that affects your own connection to the Pix i agree with you that it is best to change to a temporary access-list, but in other cases it is quite safe to alter an active access-list.
From version 6.3 you have the possibility to alter a single line with the command "access-list acl-id line"
Also, it is possible to remove a simgle line in the access-list if you specify the whole line in the "no access-list" command.
//Tomas
12-18-2006 11:06 PM
Hi
I would suggest to remove the access-group first from the interface before removing the access-list or by default all the traffic will be blocked.
If its applied on the WAN interface through which you are logged in then u will get disconnected the same thing will happen if its applied on a ethernet interface and if ur logged in from the local lan..
regds
12-19-2006 02:51 AM
As long as you do not remove the entire access-list you do not have to remove the access-group.
12-19-2006 05:43 PM
True.
However, best practice is to not modify the running access-list configuration of an applied access-group unless you absolutely have to.
1) remove access-group (or apply new 'temporary' access group)
2) modify access-list
3) apply access-group (or change back to original access-list)
--Jason
12-20-2006 12:00 AM
I do not completely agree.
If modifying an access-list that affects your own connection to the Pix i agree with you that it is best to change to a temporary access-list, but in other cases it is quite safe to alter an active access-list.
From version 6.3 you have the possibility to alter a single line with the command "access-list acl-id line"
Also, it is possible to remove a simgle line in the access-list if you specify the whole line in the "no access-list" command.
//Tomas
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