A network engineer is configuring Port Address Translation (PAT) on a Cisco IOS router using a dynamic NAT pool named ( to ). Internal endpoints reside on the network, which is matched by standard Access Control List 15. Which two configuration actions must be performed on the router to correctly enable PAT for internal hosts and designate interface directionality? (Select two.)
- Apply the command ip nat inside source list 15 pool PUBLIC_POOL overload in global configuration mode.Cevap
- Configure the command ip nat inside under the LAN-facing interface (e.g., GigabitEthernet0/0).Cevap
- CApply the command ip nat inside source list 15 pool PUBLIC_POOL in global configuration mode.
- DDefine access-list 15 permit 172.32.10.0 0.0.0.255 to identify the internal private host subnet.
Cevap
To configure PAT using an IP pool, the global command must include the 'overload' keyword ('ip nat inside source list 15 pool PUBLIC_POOL overload') to permit port multiplexing, and the internal interface must be designated with 'ip nat inside'.
Enabling PAT with a defined pool requires the 'overload' keyword at the end of the 'ip nat inside source list <acl> pool <name> overload' command structure. Additionally, Cisco IOS routers require explicit interface domain definitions, where 'ip nat inside' is applied to LAN interfaces connected to internal devices.
Adım Adım Çözüm
Anahtar Kavram
Inside Source Port Address Translation (PAT) Pool Configuration and Interface Assignment