cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
382
Views
0
Helpful
4
Replies

How you call this type STATIC ?

amarula115
Level 1
Level 1

How you call properly this type of STATIC:

static (inside,outside) 172.16.32.0 172.16.32.0 netmask 255.255.255.0

and what is the purpose of such STATIC?

4 Replies 4

Jon Marshall
Hall of Fame
Hall of Fame

It is static because the translation is not dynamically created when traffic goes through the firewall. This a permanent translation that you want all the time.

The purpose is because of an oddity with the pix/asa device. To allow traffic from a lower to a higher security level interface you need to

i) allow it in an access-list

ii) have a NAT statement for it

On most other firewalls you only NAT if you want to represent one address as another address. On pix/asa even if you don't want to change the address because of ii) you must have a nat statement and that is why you have it. It is almost a way of saying to the pix/asa i don't want to NAT for 172.16.32.0.

As i say it is an oddity of the pix/asa firewalls.

Jon

you either use static (i,o) same-ip same-ip

or nat(inside) 0 access-list with Pix version

6.3(x).

With version 7.x, you do not have to do this

if you have "no nat-control". That will

allow traffic from high to low.

HOWEVER, AS SOON AS YOU HAVE nat (inside) 1 x x

and global (outside) 1 interface, "NO NAT-CONTROL" WILL BECOME USELESS FOR

INTERFACE "INSIDE"

thank you

amarula115
Level 1
Level 1

Thank you

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card