11.11 Configuring Static NAT

There are three configuration components required for static NAT on a Cisco router:

  • ip nat inside – configured on internal-facing interface
  • ip nat outside – configured on external-facing interface
  • ip nat inside source static <real address> <mapped address>

Note: the translation will occur regardless of whether the traffic flow is inside > outside or vice versa.