A network administrator is configuring Port Address Translation (PAT) on a Cisco IOS router to allow internal users access to the Internet using a single public IP address assigned to the GigabitEthernet0/1 interface. The administrator has already configured the Access Control List (ACL) and the inside/outside interfaces. What exact Cisco IOS keyword must be appended to the end of the 'ip nat inside source list 1 interface GigabitEthernet0/1' command to enable port-level address translation?
Answer: overload / the overload keyword / overload keyword
Answer
overload
The 'overload' keyword instructs the Cisco IOS router to perform Port Address Translation (PAT), enabling multiple private IPv4 addresses to share a single public IP address by tracking source port numbers.
Step-by-Step Solution
Key Concept
Port Address Translation (PAT) Interface Overload Syntax