12-02-2010 12:56 AM - edited 03-11-2019 12:17 PM
Hello everyone,
can anyone tell me where i can find a new command for this on ASA 5520 version 8.3? when i enter this, it tells me that the command has deprecated. or please send me a link for the new commands. thanks
nat (outside) 1 192..168.1.0 255.255.255.0 dns
Solved! Go to Solution.
12-02-2010 01:06 AM
NAT from ASA version 8.3 onwards has completely changed. There is no more NAT/global pair, or static NAT statements.
From ASA version 8.3, there are 2 types of NAT:
1) Network Object NAT
2) Twice NAT
Here are more information for your reference:
http://www.cisco.com/en/US/docs/security/asa/asa83/configuration/guide/nat_overview.html#wp1122015
Hope that answers your question.
12-02-2010 03:53 AM
Here is an example:
8.2 or earlier config:
nat (inside) 1 192.168.1.0 255.255.255.0 dns
global (outside) 1 interface
Corresponding 8.3 config:
object network obj-192.168.1.0-24
subnet 192.168.1.0 255.255.255.0
nat (inside,outside) dynamic interface dns
12-02-2010 01:06 AM
NAT from ASA version 8.3 onwards has completely changed. There is no more NAT/global pair, or static NAT statements.
From ASA version 8.3, there are 2 types of NAT:
1) Network Object NAT
2) Twice NAT
Here are more information for your reference:
http://www.cisco.com/en/US/docs/security/asa/asa83/configuration/guide/nat_overview.html#wp1122015
Hope that answers your question.
12-02-2010 03:53 AM
Here is an example:
8.2 or earlier config:
nat (inside) 1 192.168.1.0 255.255.255.0 dns
global (outside) 1 interface
Corresponding 8.3 config:
object network obj-192.168.1.0-24
subnet 192.168.1.0 255.255.255.0
nat (inside,outside) dynamic interface dns
12-02-2010 09:17 AM
thanks Guys!! this really did help.
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