11-04-2024 10:00 AM
So, I've been reading this document:
and am trying to understand exactly what "Paired-Address Pooling Limit" is.
I can understand these terms...
So if you have start port 2000, step value 5 and port range of 100, the first 3 values would be:
2000
2005
2010
and so forth.
But the document then introduces the term Paired-Address Pooling Limit... and I'm struggling to understand what that means, particularly how it fits into this tables
Can anyone explain what this means or provide a link to resources that do?
Thanks in advance.
Solved! Go to Solution.
01-09-2025 10:23 PM
Hello @steven.crutchley
The "Paired-Address Pooling Limit" is a concept used in Cisco's NAT (Network Address Translation) configuration to control how IP addresses and port numbers are allocated when performing NAT, particularly in scenarios involving Port Address Translation (PAT) or NAT overload.
To break it down:
The Paired-Address Pooling Limit is a feature that ensures a consistent pairing between an inside local IP address (the private IP address) and an inside global IP address (the public IP address) when NAT is being used. This means that once a private IP address is mapped to a specific public IP address, all subsequent connections from that private IP will use the same public IP address, as long as the limit is not exceeded.
This is particularly useful in scenarios where applications or protocols require consistent IP address mappings for proper functionality (e.g., certain VoIP or multimedia applications).
When NAT is configured with a pool of public IP addresses, the router can dynamically assign public IP addresses to private IP addresses. Without the "Paired-Address Pooling Limit," the router might assign a different public IP address for each new connection from the same private IP address. This can cause issues for applications that expect a consistent mapping.
The Paired-Address Pooling Limit enforces a limit on how many private IP addresses can share the same public IP address. Once the limit is reached, the router will assign a new public IP address from the pool for subsequent connections.
This ensures that no more than 2 private IP addresses are paired with the same public IP address.
The Paired-Address Pooling Limit is important for:
The port allocation (start port, step value, and number of ports) is a separate mechanism that determines how ports are assigned within a single public IP address. The Paired-Address Pooling Limit operates at a higher level, controlling how many private IP addresses can share the same public IP address, regardless of the port allocation.
Hope This Helps!!!
AshSe
Forum Tips:
11-08-2024 10:55 AM - edited 11-08-2024 10:56 AM
So... I think, it might be the number of Ports that each IP can be allocated if you have 65401 ports (65535-1024 reserved)
Because...
120 * 512 = 61440
30 * 2048 = 61440
60 * 1024 = 61440
250 * 256 = 64000
500 * 128 = 64000
1000 * 64 = 64000
But as an example, 65401 / 60 = 1090 (roughly) so I guess the number of ports has to be a power of 2?
01-09-2025 10:23 PM
Hello @steven.crutchley
The "Paired-Address Pooling Limit" is a concept used in Cisco's NAT (Network Address Translation) configuration to control how IP addresses and port numbers are allocated when performing NAT, particularly in scenarios involving Port Address Translation (PAT) or NAT overload.
To break it down:
The Paired-Address Pooling Limit is a feature that ensures a consistent pairing between an inside local IP address (the private IP address) and an inside global IP address (the public IP address) when NAT is being used. This means that once a private IP address is mapped to a specific public IP address, all subsequent connections from that private IP will use the same public IP address, as long as the limit is not exceeded.
This is particularly useful in scenarios where applications or protocols require consistent IP address mappings for proper functionality (e.g., certain VoIP or multimedia applications).
When NAT is configured with a pool of public IP addresses, the router can dynamically assign public IP addresses to private IP addresses. Without the "Paired-Address Pooling Limit," the router might assign a different public IP address for each new connection from the same private IP address. This can cause issues for applications that expect a consistent mapping.
The Paired-Address Pooling Limit enforces a limit on how many private IP addresses can share the same public IP address. Once the limit is reached, the router will assign a new public IP address from the pool for subsequent connections.
This ensures that no more than 2 private IP addresses are paired with the same public IP address.
The Paired-Address Pooling Limit is important for:
The port allocation (start port, step value, and number of ports) is a separate mechanism that determines how ports are assigned within a single public IP address. The Paired-Address Pooling Limit operates at a higher level, controlling how many private IP addresses can share the same public IP address, regardless of the port allocation.
Hope This Helps!!!
AshSe
Forum Tips:
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide