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

IP NAT OUTSIDE DESTINATION

psuoh
Level 1
Level 1

Is IP NAT OUTSIDE DESTINATION a valid command? I am seeing this command used in various documentations. I am ony aware of only 3 valid IP NAT commands which are IP NAT INSIDE SOURCE, IP NAT OUTSIDE SOURCE,and IP NAT INSIDE DESTINATION.

Here is a sample configuration that I came across.

!declare the pool

ip nat pool company-A 188.88.88.1 188.88.88.4 prefix-length 24

!declare the translation

ip nat outside destination list 1 pool company-A rotary

!declare the access-list for translation candidates

access-list 1 permit 188.88.88.88 0.0.0.0

!declare the interfaces

interface S0

ip nat outside

interface E0

ip nat inside

1 Reply 1

a-vazquez
Level 6
Level 6

Never heard of that command. Nothing on Cisco’s site either.