Sunday, April 14, 2013

CCNA 2 Final Exam Answers 2012-II



21. Which of the following are required when adding a network to the OSPF routing process configuration? (Choose three.)
network address
loopback address
autonomous system number
subnet mask
wildcard mask
area ID

22. Which prompt is used to allow a user to change the IP address of an interface on a router?
Router>
Router#
Router(config)#
Router(config-if)#

23.
CCNA Final 2012 thumb CCNA 2 Final Exam Answers 2012
Refer to the exhibit. Which path will traffic from the 172.16.1.0/24 network take to get to the 10.0.0.0/24 network?
ADC
ABC
It will load balance the traffic between ADC and ABC
It will send the traffic via ABC, and will use ADC as a backup path only when ABC fails.

24. Which statement correctly describes a feature of RIP?
RIP is a link-state routing protocol.
RIP uses only one metric—hop count— for path selection.
Advertised routes with hop counts greater than 10 are unreachable.
Messages are broadcast every 10 seconds.

25.
CCNA Final Exam 2012 thumb CCNA 2 Final Exam Answers 2012
Refer to the exhibit. R1 and R2 are both configured with RIPv1. Beginning from global configuration mode, what comand or commands will eliminate RIP updates on the Ethernet segment of R2?
R2# configure terminal
R2(config)# router rip
R2(config-router)# passive-interface FastEthernet0/0
R2# configure terminal
R2(config)# passive-interface FastEthernet0/0
R2# passive-interface FastEthernet0/0
R2# configure terminal
R2(config)# interface FastEthernet0/0
R2(config-if)# passive-interface FastEthernet0/0

26. In a complex lab test environment, a router has discovered four paths to 192.168.1.0/24 via the use of the RIP routing process. Which route will be installed in the routing table after the discovery of all four paths?
R 192.168.1.0/24 [120/3] via 192.168.110.1, 00:00:17, Serial0/1/0
R 192.168.1.0/24 [120/2] via 192.168.200.1, 00:00:17, Serial0/0/0
R 192.168.1.0/24 [120/1] via 192.168.100.1, 00:00:17, Serial0/0/1
R 192.168.1.0/24 [120/4] via 192.168.101.1, 00:00:17, Serial0/1/1

27. Which two statements are true about the router ID in a single area OSPF network? (Choose two.)
Only the DR and BDR have a router ID.
A loopback interface is required to configure the router ID.
The router ID is used to uniquely identify each router in the OSPF routing domain.
Any interface, even one not participating in the OSPF routing process, can be used to determine the router ID.
If no loopback interfaces are configured, the router chooses the highest active IP address of any of its physical interfaces.

28. Which two statements about routing protocols are accurate? (Choose two.)
OSPF supports VLSM.
RIPv1 supports VLSM.
RIPv2 does not have a hop count limit.
EIGRP supports discontiguous network designs.
RIPv2 does not support discontiguous network designs.

29.
Cisco CCNA 2 Final Exam Answers thumb CCNA 2 Final Exam Answers 2012
Refer to the exhibit. Which IP address and subnet mask can be configured on host H1 if it is to communicate with the network?
172.16.1.0 255.255.255.248
172.16.1.14 255.255.255.240
172.16.1.17 255.255.255.240
172.16.2.1 255.255.240.0
172.16.2.2 255.255.255.0

30.
Exam 2012 thumb CCNA 2 Final Exam Answers 2012
Refer to the exhibit. What will happen when the router reloads?
It will boot into ROMMON mode.
It will ignore the start-up configuration file.
It will look for the start-up configuration file on the TFTP server.
It will attempt to load the start-up configuration file that is stored in NVRAM.

31. You have been asked to explain converged networks to a trainee. How would you accurately describe a converged network?
A network is converged when all routers have formed an adjacency.
A network is converged immediately after a topology change has occurred.
A network is converged when all routers flush the unreachable networks from their routing tables.
A network is converged after all routers share the same information, calculate best paths, and update their routing tables.

32. A router needs an IOS upgrade. Which component must be checked to make sure it meets the requirement for the new IOS?
boot ROM
Fast Ethernet ports
flash
serial ports
UART
CPU

33.
Final Exam thumb CCNA 2 Final Exam Answers 2012
Refer to the exhibit. What information can be determined from the displayed output?
EIGRP packets are waiting to be sent to the neighbors.
The adjacencies between the routers are yet to be established.
The IP address 192.168.10.10 is configured at serial interface S0/0/1 of router R2.
Router R2 is receiving hello packets from a neighbor with the IP address 192.168.10.10 via the R2 S0/0/1 interface.

34. Which default EIGRP configuration must be modified to allow an EIGRP router to advertise subnets that are configured with VLSM?
split horizon
metric K values
autosummarization
hello and dead intervals

35. Which protocol is used by EIGRP to deliver and receive update packets?
FTP
RTP
TCP
TFTP
UDP

36.
Routing Protocols and Concepts Final Exam Answers thumb CCNA 2 Final Exam Answers 2012
Refer to the exhibit. Which option will provide the configuration that is needed for router R1 to dynamically learn routes to the 192.168.100.16/28, 192.168.100.32/28, and 192.168.100.48/28 subnetworks?
with static routes
with a routed protocol
with a routing protocol
with directly connected routes

37. A network administrator is setting up a new router with a device name of Admin, an encrypted password of cangetin, and the IP address 192.168.1.22/29 assigned to the first FastEthernet interface. Which command sequence correctly configures this router?
Router(config)# hostname Admin
Admin(config)# enable secret cangetin
Admin(config)# interface fa0/1
Admin(config-if)#ip address 192.168.1.22 255.255.255.248
Router(config)# hostname Admin
Admin(config)# enable password cangetin
Admin(config)# interface fa0/1
Admin(config-if)# ip address 192.168.1.22 255.255.255.248
Router(config)# hostname Admin
Admin(config)# enable secret cangetin
Admin(config)# interface fa0/0
Admin(config-if)# ip address 192.168.1.22 255.255.255.248
Router(config)# hostname Admin
Admin(config)# enable password cangetin
Admin(config)# interface fa0/0
Admin(config-if)# ip address 192.168.1.22 255.255.255.248

38. All routers in a network are configured in a single OSPF area with the same priority value. No loopback interface has been set on any of the routers. Which secondary value will the routers use to determine the router ID?
The highest MAC address among the active interfaces of the network will be used.
There will be no router ID until a loopback interface is configured.
The highest IP address among the active FastEthernet interfaces that are running OSPF will be used.
The highest IP address among the active interfaces will be used.

39. What is the purpose of the TTL field within an IP packet header?
clears an unreachable route from the routing table after the invalid timer expires
prevents regular update messages from inappropriately reinstating a route that may have gone bad
removes an unreachable route from the routing table after the flush timer expires
limits the period of time or number of hops a packet can traverse through the network before it should be discarded
used to mark the route as unreachable in a routing update that is sent to other routers

40.
Routing Protocols and Concepts 2012 thumb CCNA 2 Final Exam Answers 2012
Refer to the exhibit. Host A is unable to access the Internet. What is the reason for this?
The IP address of host A is incorrect.
The default gateway of host A is incorrect.
The Fa0/1 interfaces of the two routers are configured for different subnets.
The subnet mask for the Fa0/0 interface of R1 is incorrect.

41.
ERouting Final Exam thumb CCNA 2 Final Exam Answers 2012
Refer to the exhibit. R1 and R2 are adjacent routers both running RIP. All interfaces on both routers are correctly configured and operational. Both routers are configured to include all connected interfaces in routing updates. R2 is not showing any routes from R1 in the routing table. What is the likely cause?
The adjacent interfaces are passive.
The distance of 120 exceeds 15 hops.
R2 will not accept version 1 updates from R1.
Routes are being summarized by R1 but not by R2.

42.
Protocoles et concepts de routage Version 4.0 thumb CCNA 2 Final Exam Answers 2012
Refer to the exhibit. Router R2 is configured properly and all interfaces are functional. Router R1 has been installed recently. Host A is unable to ping host B.
Which procedure can resolve this problem?
Configure a static route on R1 using the IP address of the serial interface on R1.
Configure a default route on R1 with the exit interface Fa0/0 on R1.
Configure a static route on R1 using the IP address of S0/0/0 on R2.
Configure a default route on R1 using the IP address of Fa0/0 on R2.

43.
Protocoles et concepts de routage Version 4.0 Answers thumb CCNA 2 Final Exam Answers 2012
Refer to the exhibit. All routers are configured to use the EIGRP routing protocol with default settings, all routes are advertised on all routers, and the network is fully converged. Which path will the data take to travel between 172.16.1.0/24 and 192.168.100.0/24?
It will travel via A, B, and C.
It will travel via A, F, E, D, and C.
It will travel via A, G, H, and C.
The traffic will be load-balanced on all paths.

44.
CCNA 2 Final Answers thumb CCNA 2 Final Exam Answers 2012
Refer to the exhibit. A technician has configured the interfaces on the Router, but upon inspection discovers that interface FastEthernet0/1 is not functioning. Which action will most likely correct the problem with FastEthernet0/1?
A clock rate should be added to the interface configuration.
The subnet mask should be added to the interface configuration.
An interface description needs to be added to the interface configuration.
The no shutdown command needs to be added to the interface configuration.

45.
CCNA Final Answers 2012 thumb CCNA 2 Final Exam Answers 2012
Refer to the exhibit. Host A is having problems accessing server A. All routers have the same EIGRP configuration as router RTR_A. What should be done so that host A can access server A?
Add the command no auto-summary on all routers.
Change the network statements to include a wildcard mask.
Adjust the EIGRP hello timers to account for the network delay.
Add the command eigrp log-neighbor-changes on all routers.

46.
Routers R1 and R2 are directly connected through a FastEthernet thumb CCNA 2 Final Exam Answers 2012
Refer to the exhibit. Routers R1 and R2 are directly connected through a FastEthernet link but cannot form a neighbor adjacency. What could resolve the problem?
The cost on R1 should be set higher.
The priority on R1 should be set higher.
The OSPF process ID numbers must match.
A backup designated router needs to be added to the network.
The hello and dead timers must be configured with the same values on both routers.

47.
Refer to the exhibit thumb CCNA 2 Final Exam Answers 2012
Refer to the exhibit. If the EIGRP routing protocol is used throughout the network, which IP address and mask prefix should be sent by router R1 to the Edge router as a result of manual summarization of LANs A, B, C, and D?
192.168.4.0/20
192.168.4.0/22
192.168.4.0/24
192.168.4.0/26

48.
Which summarization should R1 use to advertise its networks to R2 thumb CCNA 2 Final Exam Answers 2012
Refer to the exhibit. Which summarization should R1 use to advertise its networks to R2?
192.168.1.0/24
192.168.0.0/24
192.168.0.0/22
192.168.1.0/22

49.
What are the two results of this command  thumb CCNA 2 Final Exam Answers 2012
Refer to the exhibit. The command ip route 0.0.0.0 0.0.0.0 S0/0/0 is run on router R2. What are the two results of this command? (Choose two.)
A static route will be updated in the routing table.
The traffic from the Internet will be directed to R2.
The traffic from the source network 172.16.0.0/22 will be blocked.
The route will be specified as the default route for all networks not defined in the routing table.
All the broadcasts will be forwarded via the S0/0/0 interface of R2.

50. What is the function of the OSPF LSU packet?
used to confirm receipt of certain types of OSPF packets
used to establish and maintain adjacency with other OSPF routers
used to request more information about any entry in the BDR
used to announce new OSPF information and to reply to certain types of requests

51. Which of the following are primary functions of a router? (Choose two.)
packet switching
microsegmentation
domain name resolution
path selection
flow control

52.
The interfaces of all routers are configured for OSPF area 0 thumb CCNA 2 Final Exam Answers 2012
Refer to the exhibit. The interfaces of all routers are configured for OSPF area 0. R3 can ping R1, but the two routers are unable to establish a neighbor adjacency. What should the network administrator do to troubleshoot this problem?
Check if the interfaces of the routers are enabled.
Check the hello and dead intervals between the routers.
Check the process ID of both routers.
Check if CDP is enabled on all the routers.