A network administrator is implementing Port Address Translation (PAT) on a Cisco IOS router to allow hosts on the internal subnet to access the Internet. The WAN interface GigabitEthernet0/0/1 receives its dynamic IP address from the ISP, while interface GigabitEthernet0/0/0 connects to the internal LAN. Which two configuration steps or commands are required to successfully enable PAT using the WAN interface address? (Select TWO options.)
- Specify the translation mapping using the command ip nat inside source list 1 interface GigabitEthernet0/0/1 overloadCevap
- Identify NAT roles on the router interfaces by configuring ip nat inside on GigabitEthernet0/0/0 and ip nat outside on GigabitEthernet0/0/1Cevap
- CSpecify the translation mapping using the command ip nat inside source list 1 interface GigabitEthernet0/0/1 without the overload keyword
- DDefine an Access Control List that permits internal traffic using a wildcard mask of access-list 1 permit 172.32.10.0 0.0.0.255
Cevap
Port Address Translation (PAT) using a router interface requires defining the internal and external NAT interface designations (ip nat inside / ip nat outside) and creating the NAT statement referencing the matching ACL and interface with the overload keyword (ip nat inside source list 1 interface GigabitEthernet0/0/1 overload).
To successfully establish Port Address Translation (PAT) using an interface address, two mandatory requirements must be fulfilled: defining the NAT boundary interface roles (ip nat inside on the LAN side and ip nat outside on the WAN side) and writing the translation command linking the matching ACL to the WAN interface with the overload keyword present.
Adım Adım Çözüm
Anahtar Kavram
Inside Source PAT Configuration
Tahmini Süre:2m 0s