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

Static Nat

sureshkum
Level 1
Level 1

Hi,

Kindly let me know the command to do static nat in router IOS v 12.2.What is the subnet range(The range which i purchased from ISP)r...

1 Reply 1

shivlu jain
Level 5
Level 5

Suresh

Simplay add the command (ip nat inside)where your lan is terminated and add the another command (ip nat outside) where the service provide link is terminated.

After that perform the static PAT overload

ip nat inside source static

You can also perform the pat in which you can use the interface instead of ip address.

ip nat inside source list 1 interface overload

regards

shivlu