When is it necessary to setup a pool of more than one address?

So if I have this ip pool range:

ip nat pool demo 72.32.11.65 72.32.11.66 netmask 255.255.255.252

What's the difference if I just have one address?

ip nat pool demo 72.32.11.65 72.32.11.65 netmask 255.255.255.252

link|improve this question

75% accept rate
can't you overload the nat pool? – dbasnett Apr 23 '10 at 1:25
feedback

1 Answer

up vote 4 down vote accepted

If you're using overload (PAT), it only makes a difference if you make very many (tens of thousands) of simultaneous outbound connections. If you're not using overload, you'll need one outside global IP address per inside local IP address that will be translated through that pool.

link|improve this answer
makes sense. thanks. – hfranco Apr 23 '10 at 14:56
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.