cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
655
Views
0
Helpful
6
Replies

modifying ip nat pool

sajivakos
Level 1
Level 1

Hi,

I have a ip nat pool configured with 1 public IP.

I have obtained additional 3 public IP's. How do I modify my nat pool to include the new IP's ?

thanks

Sajiv

6 Replies 6

mahmoodmkl
Level 7
Level 7

Hi

U need to remove the earlier line and add

ip nat pool start IP end IP subnet mask

ip nat pool test 192.168.1.1 192.168.1.3 netmask 255.255.255.0

Thanks

Mahmood

Thanks ! How do I remove the old ip nat pool ?

no ip nat pool ?

HI

Yes,and make sure that u first clear all the nat translations orelse u will not be able to remove it.

clear ip nat translations *

Thanks

Mahmood

Thanks a lot for your help !

Hi,

I already have one ip nat pool defined.

"ip nat pool wanpool 196.192.10.15 196.192.10.15 netmask 255.255.255.0

ip nat inside source list 102 pool wanpool overload

access-list 102 permit ip 10.1.0.0 0.0.3.255 any"

Now I added another ip nat pool say wanpool2.

ip nat pool wanpool2 196.192.10.20 196.192.10.23 netmask 255.255.255.0

ip nat inside source list 103 pool wanpool2 overload

access-list 103 permit ip 10.1.0.0 0.0.3.255 any

But when i add a static nat translation, it doesn't work.

ip nat inside source static tcp 10.1.1.55 80 196.192.10.20 80 extendable

what did I do wrong ?

Hi,

I already have one ip nat pool defined.

"ip nat pool wanpool 196.192.10.15 196.192.10.15 netmask 255.255.255.0

ip nat inside source list 102 pool wanpool overload

access-list 102 permit ip 10.1.0.0 0.0.3.255 any"

Now I added another ip nat pool say wanpool2.

ip nat pool wanpool2 196.192.10.20 196.192.10.23 netmask 255.255.255.0

ip nat inside source list 103 pool wanpool2 overload

access-list 103 permit ip 10.1.0.0 0.0.3.255 any

But when i add a static nat translation, it doesn't work.

ip nat inside source static tcp 10.1.1.55 80 196.192.10.20 80 extendable

what did I do wrong ?

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card