A network engineer is configuring Port Address Translation (PAT) on a Cisco IOS router using a dynamic interface-based configuration. The engineer enters the following global configuration command to map inside addresses matched by Access List 10 to the GigabitEthernet0/1 interface:
`ip nat inside source list 10 interface GigabitEthernet0/1`
Which single Cisco IOS keyword must be added to the end of this command to allow multiple internal hosts to share the single public IP address using unique source port numbers?
Answer: overload
Answer
overload
The `overload` keyword instructs Cisco IOS to perform Port Address Translation (PAT). PAT enables multiple inside local IP addresses to share a single inside global IP address (such as a router's outside interface address) by distinguishing traffic flows with unique source port numbers.
Step-by-Step Solution
Key Concept
Port Address Translation (PAT) Overload Keyword
Estimated Time:45s