cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
283
Views
0
Helpful
2
Replies

ASA 8.6 NAT question

cmazur
Level 1
Level 1

I am running an asa 5555x and I am trying to NAT one inside IP to one outside IP/2 ports.

My statements are as follows:

object network ciscoworks-obj

host 172.24.1.1

nat (inside,outside) static 167.102.230.1 service udp 514 514

nat (inside,outside) static 167.102.230.1 service udp 162 162

 

This obvious is incorrect because it only takes the last nat statement and ignores or writes over my first nat statement.

What is the correct syntax for what I want to do ?

 

Thanks, Chuck

2 Replies 2

try to create a second object for the same ip address

object network ciscoworks-obj_1

host 172.24.1.1

nat (inside,outside) static 167.102.230.1 service udp 514 514

object network ciscoworks-obj_2

host 172.24.1.1

nat (inside,outside) static 167.102.230.1 service udp 162 162

Thank you, Actually I just tried it before this response and it appeared to do it.

Review Cisco Networking products for a $25 gift card