0% found this document useful (0 votes)
12 views12 pages

Troubleshoot

The document consists of a series of questions and answers related to network troubleshooting and configuration, focusing on issues such as cable types, router configurations, VLAN communication, and OSPF adjacency problems. Each question presents a scenario with multiple-choice answers, along with the correct answer and brief explanations. The content is aimed at network administrators seeking to resolve connectivity and configuration issues in various networking environments.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views12 pages

Troubleshoot

The document consists of a series of questions and answers related to network troubleshooting and configuration, focusing on issues such as cable types, router configurations, VLAN communication, and OSPF adjacency problems. Each question presents a scenario with multiple-choice answers, along with the correct answer and brief explanations. The content is aimed at network administrators seeking to resolve connectivity and configuration issues in various networking environments.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 12

Question 1:

Refer to the exhibit. The network administrator is in a campus building distant from
Building B. WANRouter is hosting a newly installed WAN link on interface S0/0. The
new link is not functioning and the administrator needs to determine if the correct cable
has been attached to the S0/0 interface. How can the administrator accurately verify the
correct cable type on S0/0 in the most efficient manner?

A. Telnet to WANRouter and execute the command show interfaces S0/0


B. Telnet to WANRouter and execute the command show processes S0/0
C. Telnet to WANRouter and execute the command show running-configuration
D. Telnet to WANRouter and execute the command show controller S0/0
E. Physically examine the cable between WANRouter S0/0 and the DCE.
F. Establish a console session on WANRouter and execute the command show interfaces
S0/0

Answer: D

Explanation:

The show controller command displays the information about the physical interface
itself and the type of serial cable plugged into a serial port. In this case, it should be a
DTE cable that plugs into a type of data service unit (DSU).

For your understanding, below is the output of this command:


From the output, we notice that serial 0/0 has a DTE cable and would get its clocking
from the DSU.

Question 2:

Two routers named Atlanta and Brevard are connected by their serial interfaces as shown
in the exhibit, but there is no data connectivity between them. The Atlanta router is
known to have a correct configuration. Given the partial configurations shown in the
exhibit, what is the problem on the Brevard router that is causing the lack of
connectivity?

A. A loopback is not set


B. The IP address is incorrect.
C. The subnet mask is incorrect.
D. The serial line encapsulations are incompatible.
E. The maximum transmission unit (MTU) size is too large.
F. The bandwidth setting is incompatible with the connected interface.

Answer: B

Question 3:
Refer to the exhibit. The two exhibited devices are the only Cisco devices on the
network. The serial network between the two devices has a mask of 255.255.255.252.
Given the output that is shown, what three statements are true of these devices? (Choose
three)

A. The Manchester serial address is 10.1.1.1.


B. The Manchester serial address is 10.1.1.2.
C. The London router is a Cisco 2610.
D. The Manchester router is a Cisco 2610.
E. The CDP information was received on port Serial0/0 of the Manchester router.
F. The CDP information was sent by port Serial0/0 of the London router.

Answer: A C E

Question 4:

A network administrator has configured two switches, named London and Madrid, to use
VTP. However, the switches are not sharing VTP messages. Given the command output
shown in the graphic, why are these switches not sharing VTP messages?
A. The VTP version is not correctly configured.
B. The VTP operating mode is not correctly configured.
C. The VTP domain name is not correctly configured.
D. VTP pruning mode is disabled.
E. VTP V2 mode is disabled.
F. VTP traps generation is disabled.

Answer: C

Question 5:

The network shown in the diagram is experiencing connectivity problems. Which of the
following will correct the problems? (Choose two.)

A. Configure the gateway on Host A as 10.1.1.1.


B. Configure the gateway on Host B as 10.1.2.254.
C. Configure the IP address of Host A as 10.1.2.2.
D. Configure the IP address of Host B as 10.1.2.2.
E. Configure the masks on both hosts to be 255.255.255.224.
F. Configure the masks on both hosts to be 255.255.255.240.

Answer: B D

Question 6:

Refer to the exhibit:

The network administrator has created a new VLAN on Switch1 and added host C and
host D. The administrator has properly configured switch interfaces FastEthernet0/13
through FastEthernet0/24 to be members of the new VLAN. However, after the network
administrator completed the configuration, host A could communicate with host B, but
host A could not communicate with host C or host D. Which commands are required to
resolve this problem?

A. Router(config)# interface fastethernet 0/1.3


Router(config-if)# encapsulation dot1q 3
Router(config-if)# ip address 192.168.3.1 255.255.255.0

B. Router(config)# router rip


Router(config-router)# network 192.168.1.0
Router(config-router)# network 192.168.2.0
Router(config-router)# network 192.168.3.0
C. Switch1# vlan database
Switch1(vlan)# vtp v2-mode
Switch1(vlan)# vtp domain cisco
Switch1(vlan)# vtp server

D. Switch1(config)# interface fastethernet 0/1


Switch1(config-if)# switchport mode trunk
Switch1(config-if)# switchport trunk encapsulation isl

Answers: A

Question 7:

Refer to the exhibit. Hosts on the same VLAN can communicate with each other but are
unable to communicate with hosts on different VLANs. What is needed to allow
communication between VLANs?

A. a switch with a trunk link that is configured between the switches


B. a router with an IP address on the physical interface that is connected to the switch
C. a switch with an access link that is configured between the switches
D. a router with subinterfaces configured on the physical interface that is connected to the
switch

Answer: D

Question 8:

The show interfaces serial 0/0 command resulted in the output shown in the graphic.
What are possible causes for this interface status? (Choose three)
A. The interface is shut down.
B. No keepalive messages are received.
C. The clockrate is not set.
D. No loopback address is set.
E. No cable is attached to the interface.
F. There is a mismatch in the encapsulation type.

Answer: B C F

Question 9:

While troubleshooting a connectivity issue from a PC you obtain the following


information:
Local PC IP address: 10.0.0.35/24
Default Gateway: 10.0.0.1

Remote Sever: 10.5.75.250/24

You then conduct the following tests from the local PC:
Ping 127.0.0.1 - Successful
Ping 10.0.0.35 - Successful
Ping 10.0.0.1 - Unsuccessful
Ping 10.5.75.250 - Unsuccessful
What is the underlying cause of this problem?

A. A remote physical layer problem exists.


B. The host NIC is not functioning.
C. TCP/IP has not been correctly installed on the host.
D. A local physical layer problem exists.

Answer: D

Question 1:

A network administrator is troubleshooting the OSPF configuration of routers R1 and R2.


The routers cannot establish an adjacency relationship on their common Ethernet link.
The graphic shows the output of the show ip ospf interface e0 command for routers R1
and R2. Based on the information in the graphic, what is the cause of this problem?
A. The OSPF area is not configured properly.
B. The priority on R1 should be set higher.
C. The cost on R1 should be set higher.
D. The hello and dead timers are not configured properly.
E. A backup designated router needs to be added to the network.
F. The OSPF process ID numbers must match.

Answer: D

Question 2:

This graphic shows the results of an attempt to open a Telnet connection to router
ACCESS1 from router Remote27. Which of the following command sequences will
correct this problem?
A. ACCESS1(config)# line console 0
ACCESS1(config-line)# password cisco
B. Remote27(config)# line console 0
Remote27(config-line)# login
Remote27(config-line)# password cisco
C. ACCESS1(config)# line vty 0 4
ACCESS1(config-line)# login
ACCESS1(config-line)# password cisco
D. Remote27(config)# line vty 0 4
Remote27(config-line)# login
Remote27(config-line)# password cisco
E. ACCESS1(config)# enable password cisco
F. Remote27(config)# enable password cisco

Answer: C

Question 3:

Refer to the exhibit. A network administrator attempts to ping Host2 from Host1 and
receives the results that are shown. What is a possible problem?

A. The link between Host1 and Switch1 is down.


B. TCP/IP is not functioning on Host1
C. The link between Router1 and Router2 is down.
D. The default gateway on Host1 is incorrect.
E. Interface Fa0/0 on Router1 is shutdown.
F. The link between Switch1 and Router1 is down.
Answer: C

Question 4:

Refer to the exhibit. Hosts in network 192.168.2.0 are unable to reach hosts in network
192.168.3.0. Based on the output from RouterA, what are two possible reasons for the
failure? (Choose two)

A. The cable that is connected to S0/0 on RouterA is faulty.


B. Interface S0/0 on RouterB is administratively down.
C. Interface S0/0 on RouterA is configured with an incorrect subnet mask.
D. The IP address that is configured on S0/0 of RouterB is not in the correct subnet.
E. Interface S0/0 on RouterA is not receiving a clock signal from the CSU/DSU.
F. The encapsulation that is configured on S0/0 of RouterB does not match the
encapsulation that is configured on S0/0 of RouterA.

Answer: E F

Question 5:

When upgrading the IOS image, the network administrator receives the exhibited error
message. What could be the cause of this error?
A. The new IOS image is too large for the router flash memory.
B. The TFTP server is unreachable from the router.
C. The new IOS image is not correct for this router platform.
D. The IOS image on the TFTP server is corrupt.
E. There is not enough disk space on the TFTP server for the IOS image.

Answer: B

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy