A network administrator needs to configure Port Address Translation (PAT) on a Cisco IOS router so that multiple internal hosts defined in Access Control List 1 can share the IP address assigned to the WAN interface GigabitEthernet0/0/1. Which command correctly completes this configuration?
- ip nat inside source list 1 interface GigabitEthernet0/0/1 overloadCevap
- Bip nat inside source list 1 interface GigabitEthernet0/0/1
- Cip nat outside source list 1 interface GigabitEthernet0/0/1 overload
- Dip nat inside source static list 1 interface GigabitEthernet0/0/1 overload
Cevap
The command 'ip nat inside source list 1 interface GigabitEthernet0/0/1 overload' correctly enables Port Address Translation (PAT) using the router's exit interface IP address.
The correct choice utilizes the 'ip nat inside source list 1 interface GigabitEthernet0/0/1 overload' command. This properly specifies that internal traffic matching access list 1 should be translated to the public IP assigned to interface GigabitEthernet0/0/1, while the 'overload' keyword enables Port Address Translation (PAT) so multiple hosts can share that single address via port multiplexing.
Adım Adım Çözüm
Anahtar Kavram
Port Address Translation (PAT) Interface Overload Configuration