05-05-2018 09:33 PM - edited 02-21-2020 07:42 AM
WE CONNECTED NEW ISP INTERFACE TO OUR CISCO ASA.ALREADY WE HAVE 2 ISP IN ASA.WE CONFIGURE THE INTERFACE FOR NEW ISP AND WRITE NEW NAT POLICY FOR ONE VLAN NETWORK TO CHECK WHETHER INTERNET IS WORKING OR NOT,INTERNET IS NOT WORKING.
OUR NAT POLICY IS LIKE
SOURCE INTERFACE IS NEW ISP INTERFACE
SOURCE ADDRESS IS 172.18.*.*/24
DESTINATION INTERFACE IS ANY
DESTINATION ADDRESS IN ANY
DYNAMIC PAT
SOURCE ADDRESS TRANSLATION IS OUTSIDE ISP INTERFACE
PLEASE HELP US TO SOLVE THIS ISSUE.
05-06-2018 05:10 AM
05-06-2018 07:36 PM
05-06-2018 09:03 PM
05-06-2018 11:08 PM
Only the network that you define in the access-list will be affected by the policy-based routing configuration.
Check this link for configuration in ASDM
05-06-2018 11:05 PM
This is not correct. You are matching on two diferent interfaces at the same time which can never happen. I proveded a sample configuration for you earlier. here it is again.
access-list testACL permit ip 10.10.10.0 255.255.255.0 any
route-map access-test permit 10
match ip address testACL
set next-hop <IP of ISP2>
interface gig0/1 <-- This interface is the on closest to your inside network
nameif inside
security-level 100
ip add 172.16.1.1 255.255.255.0
policy-route route-map access-test
05-06-2018 11:08 PM
05-06-2018 11:13 PM
I provided a link to configuration in ASDM in my previous post. here it is again.
05-06-2018 11:21 PM
05-06-2018 11:24 PM
Only set next hop IP address in PBR is needed. But you will need a NAT rule for this traffic.
Remember to apply the PBR to the ASA ingress interface, that is the interface where traffic from your LAN is entering.
05-06-2018 11:27 PM
05-06-2018 11:39 PM
Again, I have already provided you with an example config for you to get this working, twice now. There is an extended access-list in that example.
05-06-2018 11:53 PM
05-06-2018 11:59 PM
Policy-map? or PBR policy? The PBR configuration is already provided.
05-07-2018 12:02 AM
05-07-2018 12:07 AM
Are you asking about interface configuration? THAT IS JUST AN EXAMPLE!!!!!!
you should already have an interface configured.
Are you the administrator of this firewall? If yes, your company desperately needs to send you on a training course.
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