02-07-2020 04:18 AM
Hi all,
I am trying to use Route map to filter multiple ACLs in one hit and applying them to an interface.
Is there a way to this using routemaps?
So basically ACLs below:
ip access-list extended SSH_WebApps
permit tcp 13.50.60.0 0 0.0.0.255 host 192.168.1.2 eq 22
ip access-list extended WEBSERVICE
permit tcp 13.50.60.0 0.0.0.255 host 192.168.1.2 eq 80
I have 3 interfaces:
GigabitEthernet0/0 192.168.1.254 YES NVRAM up up
GigabitEthernet0/1 200.60.65.1 YES NVRAM up up
GigabitEthernet0/2 110.60.65.1 YES NVRAM up up
G0/0 ==> LAN
G0/1 ==> Primary ISP
G0/2 ==> 2ndary ISP
Would appreciate any help
Thanks
02-07-2020 04:20 AM
02-07-2020 04:35 AM
It's not clear what you are trying to do.
Why not just one acl with both entries and apply to both WAN interfaces ?
Jon
02-09-2020 04:13 PM
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