A network administrator is configuring Network Address Translation (NAT) on a Cisco IOS router interface connected to the internal local area network (GigabitEthernet0/0). What exact Cisco IOS interface configuration command designates this interface as the internal side for NAT translation?
Answer: ip nat inside
Answer
ip nat inside
The command 'ip nat inside' is used in interface configuration mode on a Cisco IOS router to identify the interface connected to the private inside network. This designation is mandatory for the router to properly identify inbound traffic needing source translation.
Step-by-Step Solution
Key Concept
Designating inside interface for Cisco IOS NAT/PAT configuration