To enable multiple internal devices to share the single public IPv4 address assigned to WAN interface Serial0/1/0 using Port Address Translation (PAT), which Cisco IOS command must be executed?
- ip nat inside source list 10 interface Serial0/1/0 overloadAnswer
- Bip nat inside source list 10 interface Serial0/1/0
- Cip nat outside source list 10 interface Serial0/1/0 overload
- Dip nat inside source list 10 pool 172.32.0.0 overload
Answer
The command 'ip nat inside source list 10 interface Serial0/1/0 overload' correctly configures PAT using an exit interface.
The correct command syntax for configuring Port Address Translation using an exit interface IP address is 'ip nat inside source list <acl-number> interface <interface-id> overload'. The overload keyword tells the router to track transport-layer port numbers to allow multiple private IP addresses to share a single public IP address.
Step-by-Step Solution
Key Concept
Port Address Translation (PAT) Interface Overload Configuration
Estimated Time:45s