Difficulty: Easy
Correct Answer: Inside local
Explanation:
Introduction / Context:
Cisco NAT terminology distinguishes between inside vs. outside and local vs. global. Correctly naming each address helps you configure rules, interpret translation tables, and resolve connectivity problems.
Given Data / Assumptions:
Concept / Approach:
Inside local = inside host's private address (pre-translation). Inside global = the translated address representing the inside host on the outside. Outside local/global refer to the destination host as seen inside or globally, respectively.
Step-by-Step Solution:
Verification / Alternative check:
Run 'show ip nat translations' during active sessions and locate the 'inside local' column; it lists the inside host's original private address.
Why Other Options Are Wrong:
Outside local/global: These refer to the external destination host. Inside global: This is the post-translation address used on the outside.
Common Pitfalls:
Confusing “local/global” with “private/public.” Local/global is about pre-/post-translation perspective, not necessarily RFC1918 status.
Final Answer:
Inside local
Discussion & Comments