To permit multiple internal private hosts to share the single public IPv4 address assigned to the GigabitEthernet0/0/0 WAN interface, which Cisco IOS command correctly implements Port Address Translation (PAT) for traffic permitted by Access Control List 15?
- ip nat inside source list 15 interface GigabitEthernet0/0/0 overloadCevap
- Bip nat inside source list 15 interface GigabitEthernet0/0/0
- Cip nat outside source list 15 interface GigabitEthernet0/0/0 overload
- Dip nat inside source static list 15 interface GigabitEthernet0/0/0
Cevap
The command 'ip nat inside source list 15 interface GigabitEthernet0/0/0 overload' correctly enables Port Address Translation (PAT).
The command specifying 'ip nat inside source list 15 interface GigabitEthernet0/0/0 overload' correctly binds the access list to the egress interface and appends the 'overload' keyword, which enables Port Address Translation (PAT) so multiple internal devices can share a single public IPv4 address.
Adım Adım Çözüm
Anahtar Kavram
Port Address Translation (PAT) Interface Overload Configuration