A network administrator is setting up Port Address Translation (PAT) on a Cisco IOS router using a public address pool named `PAT_POOL` and Access Control List `5`. Which two commands are required to correctly establish PAT and configure the LAN interface to participate in address translation? (Select two.)
- ip nat inside source list 5 pool PAT_POOL overloadCevap
- ip nat insideCevap
- Cip nat inside source list 5 pool PAT_POOL
- Dip nat outside source list 5 pool PAT_POOL overload
Cevap
The two required commands are 'ip nat inside source list 5 pool PAT_POOL overload' entered in global configuration mode and 'ip nat inside' entered under the LAN interface configuration mode.
Configuring Port Address Translation (PAT) with an IP pool requires appending the 'overload' parameter to the global 'ip nat inside source list' command. Additionally, the internal interface connected to the local network must be identified with the interface-level command 'ip nat inside'.
Adım Adım Çözüm
Anahtar Kavram
Inside Source Port Address Translation (PAT) configuration requiring the overload keyword and inside interface designation.