An administrator needs to configure Port Address Translation (PAT) on a Cisco IOS router to allow multiple internal hosts matched by Access Control List 15 to share the single IPv4 address assigned to interface GigabitEthernet0/1 for internet access. Which command correctly enables this configuration?
- ip nat inside source list 15 interface GigabitEthernet0/1 overloadCevap
- Bip nat inside source list 15 interface GigabitEthernet0/1
- Cip nat outside source list 15 interface GigabitEthernet0/1 overload
- Dip nat inside source static list 15 interface GigabitEthernet0/1
Cevap
The command 'ip nat inside source list 15 interface GigabitEthernet0/1 overload' correctly configures Port Address Translation (PAT).
The command stating 'ip nat inside source list 15 interface GigabitEthernet0/1 overload' is correct because it properly binds inside source traffic allowed by ACL 15 to the interface's IP address and appends the 'overload' keyword, enabling PAT (Port Address Translation) via TCP/UDP port mapping.
Adım Adım Çözüm
Anahtar Kavram
Port Address Translation (PAT) Configuration using Interface Overload