cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
281
Views
0
Helpful
1
Replies

Static Command

kuldeep.kaur
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

Kureli Sankar
Cisco Employee
Cisco Employee

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

View solution in original post

1 Reply 1

Kureli Sankar
Cisco Employee
Cisco Employee

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

Review Cisco Networking products for a $25 gift card