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

Nat SRC and DST on an ASA

mmacdonald70
Level 1
Level 1

I would like to know if if is possible to set up static translations to NAT both the SRC and DST addresses of a packet. I would be using an ASA

1 Reply 1

gfullage
Cisco Employee
Cisco Employee

Yep, you can do this with two static statements as below:

Original Packet:

Src:1.2.3.4 dst:4.5.6.7

Translated Packet:

Src:10.2.3.4 dst:10.5.6.7

static (inside,outside) 10.2.3.4 1.2.3.4

static (outside,inside) 4.5.6.7 10.5.6.7

Review Cisco Networking products for a $25 gift card