Using Routemap to Filter multiple ACL statements
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Labels:
-
ISR G2
-
Other Routers
-
Other Routing
-
WAN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2020 04:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2020 04:13 PM
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
