- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2009 08:44 PM - edited 03-11-2019 09:19 AM
Hi Guys,
Could someone please explain the following command for me (if possible give me an example):
static (inside,DMZ1)10.1.10.1 10.1.10.1 netmask 255.255.255.0
Tks
Solved! Go to Solution.
- Labels:
-
NGFW Firewalls
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2009 04:51 AM
It should be either
static (inside,DMZ1)10.1.10.1 10.1.10.1 netmask 255.255.255.0
or
static (inside,DMZ1)10.1.10.1 10.1.10.1 netmask 255.255.255.255
Which says that the inside host (10.1.10.1) or network 10.1.10.0/24 can look like themselves when they talk to the DMZ1. This is called Identity translation.
You can read about it here:
http://www.cisco.com/en/US/docs/security/asa/asa80/configuration/guide/cfgnat.html#wp1043425

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2009 04:51 AM
It should be either
static (inside,DMZ1)10.1.10.1 10.1.10.1 netmask 255.255.255.0
or
static (inside,DMZ1)10.1.10.1 10.1.10.1 netmask 255.255.255.255
Which says that the inside host (10.1.10.1) or network 10.1.10.0/24 can look like themselves when they talk to the DMZ1. This is called Identity translation.
You can read about it here:
http://www.cisco.com/en/US/docs/security/asa/asa80/configuration/guide/cfgnat.html#wp1043425
