350-401 · Question #154
350-401 Question #154: Real Exam Question with Answer & Explanation
The correct answer is C: PAT. PAT (Port Address Translation) Explanation Option C is correct because the configuration uses the ip nat inside source list command combined with the overload keyword, which is the defining characteristic of PAT (also called NAT overload). PAT allows multiple internal hosts to sh
Question
Refer to the exhibit. The inside and outside interfaces in the NAT configuration of this device have been correctly identified. What is the effect of this configuration?
Options
- Adynamic NAT
- BNAT64
- CPAT
- Dstatic NAT
Explanation
PAT (Port Address Translation) Explanation
Option C is correct because the configuration uses the ip nat inside source list command combined with the overload keyword, which is the defining characteristic of PAT (also called NAT overload). PAT allows multiple internal hosts to share a single public IP address by differentiating connections using unique port numbers, which is exactly what the overload keyword enables.
Why the distractors are wrong:
- A (Dynamic NAT): Dynamic NAT also uses an ACL and a pool, but critically does not include the
overloadkeyword - each inside host gets its own unique public IP from the pool - B (NAT64): NAT64 is used to translate between IPv6 and IPv4 addresses, which is unrelated to this standard IPv4 NAT configuration
- D (Static NAT): Static NAT uses the
ip nat inside source staticcommand with a one-to-one permanent mapping between a specific private and public IP address
💡 Memory Tip: Think of the word "overload" - PAT overloads a single IP address with many connections by adding port numbers. If you see
overloadin a NAT config, it's always PAT. No exceptions!
Topics
Community Discussion
No community discussion yet for this question.