Friday, February 7, 2020

Using Routemap to Filter traffic using multiple ACL statements

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

So looking to filter on both wan interfaces

Would appreciate any help

Thanks



No comments:

Post a Comment