200-301 · Question #788
What is the first step in the NAT configuration process?
The correct answer is A. Define inside and outside interfaces.. The fundamental first step in configuring Network Address Translation (NAT) on a router is to explicitly define which interfaces connect to the private ('inside') network and which connect to the public ('outside') network.
Question
Options
- ADefine inside and outside interfaces.
- BDefine public and private IP addresses.
- CDefine IP address pools.
- DDefine global and local interfaces.
How the community answered
(27 responses)- A93% (25)
- B4% (1)
- C4% (1)
Why each option
The fundamental first step in configuring Network Address Translation (NAT) on a router is to explicitly define which interfaces connect to the private ('inside') network and which connect to the public ('outside') network.
Before any NAT translation rules can be applied, the router must be informed which interfaces connect to the private network (inside) and which connect to the public network (outside) using the `ip nat inside` and `ip nat outside` commands on the respective interfaces, establishing the NAT boundaries.
While defining public and private IP addresses is part of NAT, the foundational step is identifying the interfaces that delineate the inside and outside networks.
Defining IP address pools is a step in configuring dynamic NAT or PAT, but it comes after the inside/outside interfaces have been specified.
'Global and local interfaces' are not standard NAT terminology; NAT uses 'inside' and 'outside' interfaces to distinguish private and public sides of the network.
Concept tested: Cisco IOS NAT configuration steps
Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipaddr_nat/configuration/xe-3s/nat-xe-3s-book/ipnat-cfg-nat-ovrld.html
Topics
Community Discussion
No community discussion yet for this question.