CiscoCisco
200-301 · Question #125
200-301 Question #125: Real Exam Question with Answer & Explanation
The correct answer is C: a dynamic NAT address pool. The provided configuration, defining an ip nat pool and linking it to an access-list with ip nat inside source list <acl> pool <pool_name>, enables dynamic Network Address Translation (NAT).
Submitted by kim_seoul· Mar 5, 2026IP Services
Question
Refer to the exhibit. Which feature is enabled by this configuration?
Options
- Astatic NAT translation
- Ba DHCP pool
- Ca dynamic NAT address pool
- DPAT
Explanation
The provided configuration, defining an ip nat pool and linking it to an access-list with ip nat inside source list <acl> pool <pool_name>, enables dynamic Network Address Translation (NAT).
Common mistakes.
- A. Static NAT involves a one-to-one, permanent mapping between specific private and public IP addresses, typically configured with
ip nat inside source staticcommands, which are not present here. - B. A DHCP pool is used to assign IP addresses to client devices within a network and is configured with
ip dhcp poolcommands, unrelated to NAT functionality. - D. PAT (Port Address Translation) or NAT Overload, allows multiple private IP addresses to share a single public IP address using different port numbers. This is typically indicated by the
overloadkeyword or a pool with a single IP, not explicitly by the range-basedip nat poolcommand shown.
Concept tested. Dynamic NAT pool configuration
Topics
#NAT#Dynamic NAT#NAT Pool#Cisco IOS NAT
Community Discussion
No community discussion yet for this question.