Cisco Cisco Packet Data Gateway (PDG)

Pagina di 518
preventing under-utilization of port chunks and NAT IP addresses. The maximum number of chunks per user
is 8064. The maximum number of users per NAT IP address supported is 8064.
Command Changes
ip pool
In this release, the port-chunk-size keyword can be configured in multiples of 8 as the port chunk size is
reduced to 8. With minimum port chunk size of 8, a maximum of 8064 port chunks per NAT IP can be
configured.
configure
context context_name
ip pool pool_name { [ range start_ip_address end_ip_address ] [ napt-users-per-ip-address users_per_ip
[ max-chunks-per-user max_chunks_per_user ] [ on-demand ] [ port-chunk-size port_chunk_size ] ] }
end
Notes:
• The napt-users-per-ip-address keyword must be an integer from 2 through 8064.
• The max-chunks-per-user keyword must be an integer from 1 through 8064.
• The port-chunk-size keyword must be an integer from 8 through 32256 (in multiples of 8).
Support for Dynamic Configuration of Users per NAT IP
CSCup26223 - [NAT] Support for dynamic configuration of number of users per NAT IP
Feature Changes
In previous releases, the number of users per NAT IP address could not be modified dynamically once the
NAT pool was created. As part of this feature, the number of subscribers per NAT IP address can be configured
dynamically for optimal utilization of NAT IP addresses.
Changing the chunk size dynamically also requires changing the number of users per NAT IP dynamically.
Any new NAT IP allocated by VPN will take the configuration in the NAT pool. When a NAT IP is already
allocated to Sessmgr, the change in configuration in NAT pool will not be applied to that NAT IP. This NAT
IP will still use the value that was configured when it was allocated to Sessmgr by VPN.
With NAT pool groups, each pool in a group must have the same number of users per NAT IP configured. If
number of users per NAT IP configured in pools are different, though the configuration will still be allowed,
the distribution of calls across pools in the group may not be even. Both session recovery and ICSR support
are also added as part of this enhancement.
Previous Behavior: The number of users per NAT IP address is configurable in the NAT pool. However the
configuration could not be modified dynamically once the NAT pool is created, without deleting the pool.
New Behavior: The number of users per NAT IP address can be configured dynamically. The new NAT IP
addresses will use the new NAT IP value and old NAT IPs will use the old value.
Customer Impact: Based on the ports usage by active subscribers, customers can modify the number of users
per NAT IP for optimal utilization of NAT IP addresses.
Release Change Reference, StarOS Release 19    
243
NAT Changes in Release 19
Support for Dynamic Configuration of Users per NAT IP