The administrator of a comapny needs to ensure that a web
server in
their network is accessible from the Internet. Since the
network uses private
addressing, this requires an IP-to-registered-address
mapping. The following
command is entered on the router:
router(config)# ip nat inside source static 192.168.2.1
198.18.1.254
After unsuccessful results from a ping to the Internet, the
administrator issues the
show ip nat translations command and the output is blank.
What could be the
problem with the NAT configuration for this mapping?
A. The keyword overload is missing from the command.
B. The administrator needs to define a NAT pool first.
C. An access list must be defined to create static NAT
translations.
D. The interfaces need to be configured for NAT.

Answer Posted / shahin

The correct answer is (D) - The interface need to be
configured for NAT.

In the above scenario, administrator just configured NAT on
router global configuration mode. He didn't specify the
interface where translation would take place. We need to
specify the interface. For that commands are

Router(config)#interface serial [slot/port]
Router(config-if)# ip nat outside

Router(config)#interface ethernet/fastethernet [slot/port]
Router(config-if)# ip nat inside

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell me how many fillers we can put in one ip of ipv6?

730


How many types of nat?

750


What are the conversion steps of data encapsulation?

786


What is 10baset ethernet lans?

933


Explain the terms unicast, multicast, broadcast and multicast.

764






What are 10base2, 10base5 and 10baset ethernet lans?

764


Explain the difference between flsm and vlsm?

875


What is the difference between unicast, multicast, broadcast, and anycast?

720


How many hop counts are by default and how much you can increase in eigrp protocol?

738


Explain the difference between collision domain and broadcast domain.

701


What is the name of algorithm of eigrp protocol?

724


Explain what is overlaod?

698


what is the concept of HA and FA in VPN tunneling?

3364


Explain how an spf algorithm works?

791


What are the different types of cables that are used in routing?

783