Explains how network address translation (NAT) mechanisms map private network addresses to public addresses, supporting secure and scalable internet access.
A network address translation is a networking technique that
-
allows multiple local IP addresses within a priavte network to be mapped to public IP addresses
-
enables devices on private networks to access external (Internet or Cloud) resources, and
-
enhances network security by concealing internal addressing schemes from outside networks.
Port address translation (PAT) enables a single IP address to be shared by multiple hosts through the use of IP and port translations.
L3 access on the controller supports only these NAT use cases:
-
translating client traffic in the guest network to reach corporate services, such as Cisco ISE, and
-
hiding the private IP addresses of clients from outside networks.
These types of NAT are supported:
-
Static address translation (static NAT) allows a one-to-one mapping between local and global addresses. The static translation is useful when a host from the inside is accessible from a fixed address from the outside.
-
Dynamic address translation (dynamic NAT or PAT) maps between the client subnet and a public global IP address or source port pool.
This can be achieved using these:
-
Dynamic NAT without VRF.
-
Dynamic NAT with VRF.
-