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

NAT and doing destination translation?

jjmeyer
Level 1
Level 1

I need to know if it is at all possible to

translate the destination ip address to a static ip address ?

I can do this when translating the source address but need to know if its possible when I need to translate the destination address?

1 Reply 1

raquresh
Level 1
Level 1

It can be done using the "ip nat outside source static x.x.x.x x.x.x.x" command. Look at the following link to get more details:

http://www.cisco.com/en/US/partner/tech/tk648/tk361/technologies_configuration_example09186a0080093f2f.shtml

You need to understand NAT order of operation to understand this concept:

http://www.cisco.com/en/US/partner/tech/tk648/tk361/technologies_tech_note09186a0080133ddd.shtml

I hope this will help you.