An enterprise router is being configured to share a single public IPv4 address assigned to its WAN interface, Serial0/0/0, among private LAN devices matched by access list 105. What specific Cisco IOS keyword must be appended to the end of the global command `ip nat inside source list 105 interface Serial0/0/0` to enable Port Address Translation (PAT)?
Cevap: overload
Cevap
overload
The keyword `overload` enables Port Address Translation (PAT) on Cisco IOS routers. Appending `overload` to `ip nat inside source list <acl> interface <interface>` enables transport-layer port multiplexing so multiple inside local IP addresses can be translated to a single inside global IP address simultaneously.
Adım Adım Çözüm
Anahtar Kavram
Port Address Translation (PAT) Interface-based Configuration Syntax