Introduction to Dynamic PAT and Dynamic NAT
Today in this article we are going to talk about the Dynamic NAT ( Network Address Translation) and Dynamic PAT ( Port Address Translation) protocols. First of all we will start with the Dynamic NAT followed by Dynamic PAT.
Dynamic PAT : Port Address Translation
Dynamic PAT interprets numerous real addresses to a single mapped IP address by translating the real address and source port to the mapped address and a unique port. If accessible, the real source port number is used for the mapped port.
Though, if the real port is not reachable, by default the mapped ports are selected from the unchanged range of ports as the real port number: 0 to 511, 512 to 1023, and 1024 to 65535.
- Dynamic PAT allows to use a single mapped address, thus preserving routable addresses. We can even use the ASA Firewall interface IP address as the PAT address.
- Dynamic PAT does not work with some multimedia applications that have a data stream that is dissimilar from the control path.
- If the mapped pool has lesser addresses than the real group, we could run out of addresses if the amount of traffic is more than expected.
- Use PAT or a PAT fallback method if this event occurs often because PAT provides over 64,000 translations using ports of a single address.
- You have to use a huge number of routable addresses in the mapped pool, and routable addresses may not be accessible in large quantities.