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

multiple static port nat

ANDRE MUENTENER
Level 1
Level 1

Hello

It there any feature in IOS to have multiple static port nat on the same port on outside pointing to different ports in the inside like in the following example?

ip nat inside source static tcp 192.168.246.30 2025 172.23.198.30 25 route-map SRC-DST-TEST-25 extendable

ip nat inside source static tcp 192.168.246.30 2026 172.23.198.30 25 route-map SRC-DST-TEST-26 extendable

!

route-map SRC-DST-TEST-25 permit 10

match ip address SRC-DST-TEST-25

!

route-map SRC-DST-TEST-26 permit 10

match ip address SRC-DST-TEST-26

!

ip access-list extended SRC-DST-TEST-25

permit ip host 172.23.198.25 any

ip access-list extended SRC-DST-TEST-26

permit ip host 172.23.198.26 any

I know in ASA OS it is possible to do this together with access-lists in IOS I could not find yet.

Thanks in advance for any answers.

Andre

1 Reply 1

carenas123
Level 5
Level 5

I think by ASA OS multiple static port NAT is possible. For more information please click following URLs:

http://www.cisco.com/warp/public/556/nat-faq.html#qa3

http://www.cisco.com/en/US/docs/security/asa/asa70/configuration/guide/cfgnat.html#wp1042478

Review Cisco Networking products for a $25 gift card