cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1059
Views
0
Helpful
3
Replies

Using Routemap to Filter multiple ACL statements

nwekechampion
Level 3
Level 3

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

 

3 Replies 3

nwekechampion
Level 3
Level 3
So basically, looking to filter on both wan interfaces

 

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

Hi Jon,

In reality, I have a lot more than that.

What I am looking to achieve is get have the ACLS, separated, as per customer name or request, so that it is nice and neat.

EG:

ip access-list extended MICLUB SSH_WebApps
permit tcp 13.50.60.0 0 0.0.0.255 host 192.168.1.2 eq 22
.. and about 7 more entries

ip access-list extended FOREX_Melb WEBSERVICE
permit tcp 13.50.60.0 0.0.0.255 host 192.168.1.2 eq 80
... and about 10 more entries