11-05-2018 04:31 PM - edited 11-06-2018 12:52 PM
Hi all,
Consider two extended ACLs (extended_ACL1, extended_ACL2). If I want to apply both of them (allowed by any one of them) on the input for an interface I have to create a new ACL(merged_Extended) and then apply using
"ip access-group merged_Extended in"
Is there any other better way?
Consider the same scenario where both the ACLs are to be applied. If I create a class-maps as follows:
class-map match-any map1
match access-group name extended_ACL1
match access-group name extended_ACL2
Then create a policy-map as:
policy-map merged
class map1
pass
class class-default
drop
Now If I apply these to the interface as :
interface TenGigabitEthernet1/4
service-policy input merged
Is this a right approach? Can it be done like this?
11-06-2018 01:46 AM
Hello
My understanding this wont work, The interface will it probably take the policy but the router wont process it.
Whats wrong using just the one extended acl to do the job?
11-06-2018 01:05 PM
11-07-2018 12:53 AM - edited 11-07-2018 12:54 AM
Hello
@SivaKesava wrote:
so I was asking if there are any alternatives(like the one I suggested)?
As far as I am aware I dont think there is, but that's not to say there isnt one.
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