cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1209
Views
0
Helpful
3
Replies

PAT configuration with manual IP in Cisco 2921

Dear All,

I am having a public IP address and it is not configured on any of the router interface on my cisco router. I am having 3 internal networks. Is there any way to PAT all these 3 internal networks to this public IP???

Thanks in Advance..

Krish

1 Accepted Solution

Accepted Solutions

cadet alain
VIP Alumni
VIP Alumni

Hi,

yes it is eg:

ip nat pool mypool 200.1.1.1 200.1.1.1  prefix-length 30

ip nat inside source list 1 pool mypool overload

access-list 1 permit 10.0.0.0 0.0.0.255

Regards.

Alain

Don't forget to rate helpful posts.

Don't forget to rate helpful posts.

View solution in original post

3 Replies 3

cadet alain
VIP Alumni
VIP Alumni

Hi,

yes it is eg:

ip nat pool mypool 200.1.1.1 200.1.1.1  prefix-length 30

ip nat inside source list 1 pool mypool overload

access-list 1 permit 10.0.0.0 0.0.0.255

Regards.

Alain

Don't forget to rate helpful posts.

Don't forget to rate helpful posts.

Hi Alain,

What is Prefix-length 30 in the syntax.?

Hi,

you could also use  netmask 255.255.255.252 instead.

Regards.

Alain

Don't forget to rate helpful posts.

Don't forget to rate helpful posts.
Review Cisco Networking for a $25 gift card