01-06-2015 05:48 PM - edited 03-11-2019 10:18 PM
hi all,
apologies for my NAT getting rusty, just a quick confirmation if my identity NAT below is correct:
object network IDENTITY-NAT-OBJ
host 111.203.23.1
object network INSIDE-NET-OBJ
host 111.203.23.1
nat (inside,outside) static IDENTITY-NAT-OBJ
Solved! Go to Solution.
01-06-2015 11:12 PM
Hi,
This is correct:-
object network IDENTITY-NAT-OBJ
host 111.203.23.1
object network INSIDE-NET-OBJ
host 111.203.23.1
nat (inside,outside) static IDENTITY-NAT-OBJ
I would recommend adding the route-lookup and no-proxy-arp keywords as well.
Thanks and Regards,
Vibhor Amrodia
01-06-2015 08:12 PM
Hi John,
I would configure it on the following way:
object network IDENTITY-NAT-OBJ
host 111.203.23.1
exit
nat (inside,outside) source static IDENTITY-NAT-OBJ IDENTITY-NAT-OBJ no-proxy-arp route-lookup
Please rate if this is the correct answer.
01-06-2015 09:11 PM
hi harvey,
thanks!
do we need to exit? or can do like:
object network IDENTITY-NAT-OBJ
host 111.203.23.1
nat (inside,outside) source static IDENTITY-NAT-OBJ IDENTITY-NAT-OBJ no-proxy-arp route-lookup
could you explain further about the keyword no proxy-arp route-lookup?
01-06-2015 10:54 PM
Hi,
I would like to add something on the NAT if you use the Manual NAT statement , I would recommend putting this statement at the end of the Manual Section as it might cause issues with the preference order on the ASA device.
Also , as per your query , you can check for the description of the keywords using this url:-
http://www.cisco.com/c/en/us/td/docs/security/asa/asa-command-reference/I-R/cmdref2/n.html#pgfId-1792563
Thanks and Regards,
Vibhor Amrodia
01-06-2015 11:00 PM
hi vibhor,
thanks for the link!
i saw these are optional and route-lookup is used by default.
how about my original question, is the config below ok?
object network IDENTITY-NAT-OBJ
host 111.203.23.1
nat (inside,outside) source static IDENTITY-NAT-OBJ IDENTITY-NAT-OBJ
01-06-2015 11:12 PM
Hi,
This is correct:-
object network IDENTITY-NAT-OBJ
host 111.203.23.1
object network INSIDE-NET-OBJ
host 111.203.23.1
nat (inside,outside) static IDENTITY-NAT-OBJ
I would recommend adding the route-lookup and no-proxy-arp keywords as well.
Thanks and Regards,
Vibhor Amrodia
01-06-2015 11:32 PM
hi vibhor,
thanks! so i was right about my config.
will add those suggested keywords!
01-07-2015 06:11 AM
hi vibhor,
one last thing, is it advisable to always have these lines on the ASA?
same-security-traffic permit inter-interface
same-security-traffic permit intra-interface
01-07-2015 06:23 AM
Hi,
No , actually these command should only be enabled if you have some U-TURN traffic working on the ASA device or if you have multiple Sub-interfaces with the same security Level and want to communicate with each other. Also , if you have muliple interfaces on the ASA device with same security level and they want to communicate with each other , then it might be required.
If you don't have any of these , these commands should not be required.
01-07-2015 08:12 PM
thanks again!
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