02-25-2014 06:42 PM - edited 03-07-2019 06:24 PM
Hi Everyone,
I need to add acl to edge router.
This router already has extended acl 115 which have hunderds of line.
i need to insert below acl to allow traffic from anywhere on port 80 to IP 200.x.x.x which is routers outside inetrface.
sequence number in used are from 4440 to 4800.
I need to insert new acl between above sequence numbers.
i know the syntax of ACL.
Need to confirm how can i do that without causing any outage in production network and if i need to backout how can i do it?
Regards
Mahesh
Solved! Go to Solution.
02-25-2014 06:46 PM
Mahesh,
You can add an entry to an acl without an outage, provided that the acl entry that you add doesn't affect traffic below it. For example, if you need to provide web traffic to 192.168.1.5 and that's line 10, and you put in line 9 to deny tcp any 192.168.1.0 0.0.0.255, then your 192.168.1.5 won't see that traffic because you're blocking it above. Make sense?
As far as the backout plan, you can usually do "no
4500 permit tcp any any eq 3900
You can remove with:
no 4500
The line will disappear. You'll need to make sure that you're in the extended acl when doing this though with "ip access-list ext 115".
HTH,
John
*** Please rate all useful posts ***
02-26-2014 02:44 AM
Hi,
To add to John answer, you could use the reload in feature so that if your change is breaking stuffs it will reload and the change won't be in the startup as you didn't copy from run, if it doesn't impact you can then do a reload cancel to abort the reload
Regards
Alain
Don't forget to rate helpful posts.
02-25-2014 06:46 PM
Mahesh,
You can add an entry to an acl without an outage, provided that the acl entry that you add doesn't affect traffic below it. For example, if you need to provide web traffic to 192.168.1.5 and that's line 10, and you put in line 9 to deny tcp any 192.168.1.0 0.0.0.255, then your 192.168.1.5 won't see that traffic because you're blocking it above. Make sense?
As far as the backout plan, you can usually do "no
4500 permit tcp any any eq 3900
You can remove with:
no 4500
The line will disappear. You'll need to make sure that you're in the extended acl when doing this though with "ip access-list ext 115".
HTH,
John
*** Please rate all useful posts ***
02-26-2014 02:44 AM
Hi,
To add to John answer, you could use the reload in feature so that if your change is breaking stuffs it will reload and the change won't be in the startup as you didn't copy from run, if it doesn't impact you can then do a reload cancel to abort the reload
Regards
Alain
Don't forget to rate helpful posts.
02-26-2014 08:04 AM
MAny thanks John & Alain
Regards
MAhesh
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