A network administrator is configuring Port Address Translation (PAT) on an enterprise Cisco IOS router. The internal subnets matched by Access Control List 15 require multiple internal IP addresses to share a dynamic pool of public IPv4 addresses named . Which Cisco IOS global configuration command correctly enables PAT using this dynamic address pool?
- ip nat inside source list 15 pool GUEST_NAT_POOL overloadCevap
- Bip nat inside source list 15 pool GUEST_NAT_POOL
- Cip nat outside source list 15 pool GUEST_NAT_POOL overload
- Dip nat inside source static list 15 pool GUEST_NAT_POOL overload
Cevap
The correct command to configure dynamic PAT using an IP address pool is 'ip nat inside source list 15 pool GUEST_NAT_POOL overload'.
The correct command syntax for dynamic NAT with PAT using an IP address pool is 'ip nat inside source list <acl-number> pool <pool-name> overload'. The 'overload' keyword enables Layer 4 source port tracking so multiple internal IP addresses can share the IP addresses in the pool simultaneously.
Adım Adım Çözüm
Anahtar Kavram
Port Address Translation (PAT) pool configuration using the overload keyword