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.
Answers were Sorted based on User's Feedback
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 |
Answer / jitendera kuaar sinha
Answer for that question-
After all configuration, do i hv to go to each switch &
configure each port manually or ya on VTP server i cud do
this. I mean assigning interface to VLAN.
answer-vtp is a vlan mangment protocol by this any netowrk
admnistrator can add ,delete,reconfigure the specfic vlan
then you cou do this on vtp sever.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / jitendera kuaar sinha
thanks sahin
onse you posted a qustion on tha web site is that you got
same vlan information on two diffrent switch which is
configured as server nad clent
now here is the best naswer of that prob
today i also faced same prob when i croos check the all the
confregation then i see that i configure same domain name
on both switches as i rename one switch in diffrent doman
name problem has solved
so i think it might be possible that you have done same
mistake.
plz check it
and agin thanks for that sol^n becoz i was trying to solve
that prob from last 3ree days and i was just forget the
most important thing about nating how fool i am
thanka again
| Is This Answer Correct ? | 1 Yes | 1 No |
Identify the true statement regarding subnetting? A.) Allows for more host address B.) Borrow bits from the network portion of the address C.) Allows for unlimited number of networks D.) Borrow bits from the host portion of the address
Identify 3 IP routing protocols? A.) RIP B.) AURP C.) OSPF D.) IGRP E.) ARP F.) ICMP
Identify the command to configure ALL the default VTY ports? A.) Router(config)# line vty 0 4 B.) Router# line vty 0 4 C.) Router(config)# line vty D.) Router(config)# line vty 0
How many types of IP routings?
14 Answers CK, TCS,
Describe ICMP messages
Which cable do you use to connect a PC directly to the fast ethernet interface on a router. For example if you wanted to do an IOS upgrade from your laptop?
What is ospf? Describe it.
why we assingn the wild card mask in the use of ospf and access list.
Given the command 'cl?', what will it display? A.) Syntax of the 'clock' command B.) Syntax of the 'clear' command C.) All commands that begin with 'cl' D.) All commands that begin with 'c'
Identify the command to configure the router for IGRP autonomous system 100? A.) Router(config)# router igrp 100 B.) Router> router igrp 100 C.) Router# router igrp 100 D.) Router(config)# router igrp
Identify the 2 commands the saves the running-config to NVRAM? A.) write memory B.) copy running-config startup-config C.) write network D.) write backup
Which three functions are supported by connection oriented servkps? (Choose three) A. connection parameters are synchronized B. any loss or duplication of packets can be corrected C. the data packet is independently routed and the service does not guarantee the packet will be processed in order D. a data communication path is established between a requesting entity and the peer device on the remote end system