A network engineer is configuring Port Address Translation (PAT) on a Cisco IOS router using an IP address pool. Access Control List 10 matches internal private IPv4 addresses, and the NAT pool is named `OUTSIDE_POOL`. To allow multiple internal hosts to share the addresses in `OUTSIDE_POOL` by multiplexing Layer 4 port numbers, which single keyword must be appended to the end of the `ip nat inside source list 10 pool OUTSIDE_POOL` command?
Answer: overload / the overload keyword
Answer
overload
Appending the keyword `overload` to the `ip nat inside source list <acl> pool <pool_name>` command enables Port Address Translation (PAT). This allows Cisco IOS to translate both IP addresses and transport layer port numbers, enabling many internal private IP addresses to share public IP addresses in the pool.
Step-by-Step Solution
Key Concept
Inside Source Port Address Translation (PAT) Pool-based Configuration
Estimated Time:1m 0s