02-10-2017 08:57 AM - edited 03-12-2019 01:54 AM
I have 3 ISP router in my ASA 9.2
can i configure 3 outside ISP with outside1,2 and 3 are the subinterfaces?
Regards,
MM
02-10-2017 10:08 AM
sure just try this (fill in the "X"s) :
interface GigabitEthernet 0/0.1
vlan 10
nameif outside1
ip address x.x.x.x x.x.x.x
interface GigabitEthernet 0/0.2
vlan 20
nameif outside2
ip address x.x.x.x x.x.x.x
interface GigabitEthernet 0/0.3
vlan 30
nameif outside3
ip address x.x.x.x x.x.x.x
interface Gigabitethernet 0/1
nameif LAN1
security-level 100
ip address x.x.x.x x.x.x.x
interface Gigabitethernet 0/2
nameif LAN2
security-level 100
ip address x.x.x.x x.x.x.x
interface Gigabitethernet 0/3
nameif LAN3
security-level 100
ip address x.x.x.x x.x.x.x
ip route 0.0.0.0 0.0.0.0 x.x.x.x x.x.x.x 1
ip route 0.0.0.0 0.0.0.0 x.x.x.x x.x.x.x 2
ip route 0.0.0.0 0.0.0.0 x.x.x.x x.x.x.x 3
nat (LAN1,outside1) source dynamic any interface
nat (LAN2,outside2) source dynamic any interface
nat (LAN3,outside3) source dynamic any interface
http://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/118962-configure-asa-00.html
02-10-2017 10:36 AM
thanks for your helps,
this is no buckup ISP but this is each ISP provider internet to each LAN outside1-LAN1, outside2-LAN2, outside3-LAN3 the ISP router should provider internet simultaniously
regards,
MM
02-10-2017 10:44 AM
Yes, this can be accomplished with NAT. You can be more specific with your source network to provide route-lookup based on source IP. The nat will determine the egress interface.
For instance:
object network object LAN1
subnet 192.168.10.0 255.255.255.0
nat (LAN1,outside1) after-auto source static LAN1 interface
02-10-2017 11:21 AM
You will need to configure PBR based on traffic zones and ECMP. this is not supported until version 9.4(1) or higher.
--
Please remember to select a correct answer and rate helpful posts
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