You are on page 1of 20

Expect minimum percentage: 90.2% 1. Which of the following are primary functions of a router? (Choose two.

) ans: packet switching path selection 2. Refer to the exhibit. Pings are failing between HostA and HostB. The network administrator discovers that Router1 does not have a route to the 172.16.0.0 network. Assuming Router2 is configured correctly, which two static routes could be configured on Router1 to enable Host A to reach network 172.16.0.0? (Choose two.) ans: ip route 172.16.0.0 255.255.0.0 S0/0 ip route 172.16.0.0 255.255.0.0 192.168.0.2 3. Refer to exhibit. Given the topology shown in the exhibit, what three commands are needed to configure EIGRP on the Paris router? (Choose three.) ans: Paris(config)# router eigrp 100 Paris(config-router)# network 192.168.7.0 Paris(config-router)# network 192.168.8.0 4. Refer to the exhibit. A packet enters Router1 with a destination IP of 172.16.28.121. Which routing table entry will be used to forward this packet to the destination address? ans: 172.16.16.0/20 [1/0] via 192.168.0.17 5. Refer to the exhibit. Which statement is true concerning the routing configuration? ans: Packets routed to the R2 Fast Ethernet interface require two routing table lookups. 6. Refer to the exhibit. Packets destined to which two networks will require the router to perform a recursive lookup? (Choose two.) ans: 10.0.0.0/8 192.168.2.0/24

7. Refer to the exhibit. The network is using the RIPv2 routing protocol. If network 10.0.0.0 goes down, what mechanism will prevent Router1 from advertising false routing information back to Router2? ans: split horizon 8. Refer to the exhibit. When troubleshooting a network, it is important to interpret the output of various router commands. On the basis of the exhibit, which three statements are true? (Choose three.) ans: The missing information for Blank 1 is the command show ip route. The missing information for Blank 2 is the number 120. The missing information for Blank 3 is the letter C. 9. The network administrator configures the router with the ip route 172.16.1.0 255.255.255.0 172.16.2.2 command. How will this route appear in the routing table? ans: S 172.16.1.0 [1/0] via 172.16.2.2 10. Refer to the exhibit. Which three statements are true of the routing table for Router1? (Choose three.) ans: The AD of EIGRP routes has been manually changed to a value other than the default value. Router1 is running both the EIGRP and OSPF routing process. No default route has been configured. 11. The network shown in the diagram is having problems routing traffic. It is suspected that the problem is with the addressing scheme. What is the problem with the addressing used in the topology? ans: The subnetwork configured on the serial link between Router1 and Router2 overlaps with the subnetwork assigned to Ethernet0 of Router3. 12. What is the purpose of the TTL field within an IP packet header?

ans: limits the period of time or number of hops a packet can traverse through the network before it should be discarded 13. Refer to the exhibit. When the show cdp neighbors command is issued from router C, which devices will be displayed in the output? ans: B, D 14. Refer to the exhibit. The network administrator issues the command no ip classless on Router1. What forwarding action will take place on a packet that is received by Router1 and is destined for host 192.168.0.26? ans: The packet will be dropped. 15. Refer to the exhibit. The network is running the RIP routing protocol. Network 10.0.0.0 goes down. Which statement is true regarding how the routers in this topology will respond to this event? ans: Router5 will send Router4 a triggered update with a metric of 16 for network 10.0.0.0. 16. The Suffolk router is directly connected to the networks shown in the graphic and has a default route that points to the Richmond router. All interfaces are active and properly addressed. However, when the workstation on network 172.29.5.0/24 sends a packet to destination address 172.29.198.5, it is discarded by the Suffolk router. What can be a reason for this result? ans: The route was ignored if the Richmond router did not include the 172.29.198.0/24 network in its routing updates. 17. Refer to the exhibit. Which two statements are true based on the exhibited output? (Choose two.) ans: The serial interface between the two routers is down. The show ip eigrp topology command has been run on R1.

18. Refer to the exhibit. All routers in the network are running RIPv2 and EIGRP with default routing protocol settings and have interfaces configured with the bandwidths that are shown in the exhibit. Which protocol will be used and how will traffic between the Router1 LAN and Router5 LAN be routed through the network? ans: RIPv2 traffic will use the path Router1, Router2, Router5 because it has the least hops. 19. Refer to the exhibit. The network administrator is testing network connectivity by issuing the tracert command from host A to host B. Given the exhibited output on host A, what are two possible routing table issues on the network? (Choose two.) ans: Router2 is missing a route to the 172.16.0.0 network Router3 is missing a route to the 10.0.0.0 network 20. What are two switching functions of a router? (Choose two.) ans: The router encapsulates the packet in the appropriate data link frame type for the outgoing data link. The router determines the exit interface after data encapsulation. 21. Refer to the exhibit. The routers in the exhibit are running the EIGRP routing protocol. What statement is true regarding how packets will travel from the 172.16.1.0/16 network to the 192.168.200.0/24 network? ans: The router installs all the equal cost paths in the routing table and performs equal cost load balancing to send packets out multiple exit interfaces. 22. When presented with multiple valid routes to a destination, what criteria does a router use to determine which routes to add to the routing table? ans: The router first selects routes with the lowest administrative distance. The resulting routes are then prioritized by metric and the routes with the best metric are added to the routing table. 23. Which two router component and operation pair are correctly described? (Choose two.)

ans: NVRAM - stores the configuration file POST - runs diagnostics on hardware modules 24. Refer to the exhibit. What are the effects of the exhibited commands on the router? ans: Only the enable password is encrypted. 25. Refer to the exhibit. Routers 1 and 2 are directly connected over a serial link. Pings are failing between the two routers. What change by the administrator will correct the problem? ans: Change the IP address on Serial 0/1/0 on router 2 to 192.168.0.1/30. 26. Which three statements about routing protocols are true? (Choose three.) ans: EIGRP supports unequal cost load balancing. OSPF elects designated routers on multiaccess links. RIP does not advertise a route beyond a hop count of 15. 27. What is the first step OSPF and IS-IS routers take in building a shortest path first database? ans: send hello to discover neighbors and form adjacencies 28. What are two tasks that must be completed before two routers can use OSPF to form a neighbor adjacency? (Choose two.) ans: The routers must agree on the network type. The routers must use the same dead interval. 29. Refer to the exhibit. R1 knows two routes, Path A and Path B, to the Ethernet network attached to R3. R1 learned Path A to network 10.2.0.0/16 from a static route and Path B to network 10.2.0.0/16 from EIGRP. Which route will R1 install in its routing table? ans:

The route via Path A is installed because the static route has the lowest administrative distance to network 10.2.0.0/16. 30. Refer to the exhibit. A new PC was deployed in the Sales network. It was given the host address of 192.168.10.31 with a default gateway of 192.168.10.17. The PC is not communicating with the network properly. What is the cause? ans: 192.168.10.31 is the broadcast address for this subnet. 31. Refer to the exhibit. Which two routes are child routes? (Choose two.) ans: 10.0.0.0 10.1.2.0 32. Refer to the exhibit. The results of the show ip route command are displayed in the graphic for Router R2. Which route will be selected for a packet with a destination address of 10.1.4.1? ans: route to 10.1.0.0/23 33. Refer to the routing table shown in the exhibit. What is the meaning of the highlighted value 192? ans: It is the metric, which is cost. 34. Refer to the exhibit. All router interfaces are configured with an IP address and are operational. If no routing protocols or static routes are configured, what information will be included in the show ip route command output for router A? ans: Routes to networks 192.168.1.0/24, 192.168.2.0/24, and 192.168.3.0/24 will be in the routing table. 35. A router has learned about a network through static and dynamic routing processes. Which route will be used to reach network 192.168.168.0? ans: S 192.168.168.0/24 [1/0] via 192.168.200.1

36. What does RIP use to reduce convergence time in a larger network? ans: It uses triggered updates to announce network changes if they happen in between the periodic updates. 37. Which three statements are true regarding the encapsulation and de-encapsulation of packets when traveling through a router? (Choose three.) ans: The router modifies the TTL field, decrementing it by one. The router maintains the same source and destination IP. The router changes the source physical address to the physical address of the exit interface. 38. A network administrator has enabled RIP on routers B and C in the network diagram. Which of the following commands will prevent RIP updates from being sent to Router A? ans: B(config)# router rip B(config-router)# passive-interface S0/0 39. Using default settings, what is the next step in the router boot sequence after the IOS loads from flash? ans: Locate and load the startup-config file from NVRAM. 40. Refer to exhibit. A company network engineer enters the following commands in the routers: R1(config)# ip route 10.1.1.0 255.255.255.0 192.168.0.2 R2(config)# ip route 10.1.2.0 255.255.255.0 192.168.0.1 When the engineer enters the show ip route command on R1, the routing table does not display the static route to the 10.1.1.0 network. All R1 and R2 interfaces are correctly addressed per the graphic. What is a logical next step that the engineer could take in order to make the static route display in the routing table in R1? ans:

Enable the R1 and R2 serial interfaces. 41. What should be considered when troubleshooting a problem with the establishment of neighbor relationships between OSPF routers? (Choose two.) ans: OSPF interval timers mismatch interface network type mismatch 42. Refer to the exhibit. What summary address can Router2 advertise to Router1 to reach the three networks on Routers 3, 4, and 5 without advertising any public address space or overlapping the networks on Router1? ans: 172.16.0.0/13 43. What command would the network administrator apply to a router that is running OSPF to advertise the entire range of addresses included in 172.16.0.0/19 in area 0? ans: R1(config-router)# network 172.16.0.0 0.0.31.255 area 0 44. 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? ans: It will load balance the traffic between ADC and ABC 45. What is the function of the OSPF LSU packet? ans: used to announce new OSPF information and to reply to certain types of requests 46. Which statement is true regarding routing metrics? ans: Routers compare metrics to determine the best route.

47. Refer to the exhibit. A network administrator is trying to determine why router JAX has no OSPF routes in its routing table. All routers are configured for OSPF area 0. From the JAX router, the administrator is able to ping its connected interfaces and the Fa0/1

interface of the ORL router but no other router interfaces. What is a logical step that the network administrator should take to troubleshoot the problem? ans"; Use show and debug commands to determine if hellos are propagating. 48. Which two statements are correct about the split horizon with poison reverse method of routing loop prevention? (Choose two.) ans: It assigns a value that represents an infinite metric to the poisoned route. It sends back the poisoned route update to the same interface from where it was received. 49. Which three statements describe the operation of routing with EIGRP? (Choose three.) ans: As new neighbors are discovered, entries are placed in a neighbor table. If hello packets are not received within the hold time, DUAL must recalculate the topology. 50. Which two statements are true regarding link-state routing protocols? (Choose two.) ans: They are aware of the complete network topology. They offer rapid convergence times in large networks. 51. What are three features of CDP? (Choose three.) ans: tests Layer 2 connectivity enabled by default on each interface provides information on directly connected devices that have CDP enabled 52. Refer to the exhibit. Hosts on the BOS Fa0/0 LAN are able to ping the Fa0/1 interface on the JAX router and all interfaces on the BOS and ORL routers. Why would hosts from the 10.0.0.0/24 network not be able to ping hosts on the Fa0/0 LAN of the JAX router? ans: The JAX router needs the network 192.168.3.0 0.0.0.255 area 0 command.

53. Which of the following are required when adding a network to the OSPF routing process configuration? (Choose three.) ans: network address wildcard mask area ID 54. Refer to the exhibit. What is the most efficient summarization of the routes attached to router R1? ans: 198.18.48.0/21

55. A network administrator has configured a default route on Router_A but it is not being shared with adjacent Router_B and the other routers in the OSPF area. Which command will save the administrator the time and trouble of configuring this default route on Router_B and all of the other routers in the OSPF area? ans: Router_A(config-router)# ip ospf update-default 56. What can be determined from the output shown in the exhibit? (Choose two.) ans: Montgomery has Layer 2 connectivity with Cumberland. Brant, Fisherman, and Potomac are directly connected to Montgomery. 57. Refer to the exhibit. What will happen if interface Serial0/0/1 goes down on Router1? ans: DUAL will query neighbors for a route to network 192.168.1.0. 58. Which of the following could describe the devices labeled "?" in the graphic? (Choose three.) ans: DCE CSU/DSU modem

59. Refer to the exhibit. How many routes are both level 1 and qualify for use as an ultimate route? ans: 2

ERouting v4.0 Final Pattern 1


Posted by Santhosh Kumarcomments (18) Expect minimum percentage: 94.8% 1. Refer to the exhibit. All routers are running the same routing protocol. Based on the exhibit and its displayed commands, which statement is true? ans: The link to the ISP is not advertised by the routing protocol process. 2. Refer to the exhibit. While trying to diagnose a routing problem in the network, the network administrator runs the debug ip rip command. What can be determined from the output of this command? ans: The router will be unable to ping 192.168.1.2. 3. Refer to the exhibit. Two routers are unable to establish an adjacency. What is the possible cause for this? ans: The hello and dead intervals are different on the two routers. 4. Refer to the exhibit. Routers R1 and R2 are directly connected via their serial interfaces and are both running the EIGRP routing protocol. R1 and R2 can ping the directly connected serial interface of their neighbor, but they cannot form an EIGRP neighbor adjacency. ans: Configure both routers with the same EIGRP process ID. 5. Refer to the exhibit. Routers R1 and R3 use different routing protocols with default

administrative distance values. All devices are properly configured and the destination network is advertised by both protocols. Which path will be used to transmit the data packets from PC1 to PC2? ans: The packets will travel via R2-R1. 6. Refer to the exhibit. What is the meaning of the highlighted value 2? ans: It is the number of hops between R2 and the 192.168.8.0/24 network. 7. What is the function of the OSPF LSR packet? ans: It is used by the receiving routers to request more information about any entry in the DBD. 8. Which three statements are true regarding the encapsulation and de-encapsulation of packets when traveling through a router? (Choose three.) ans: The router modifies the TTL field, decrementing it by one. The router maintains the same source and destination IP. The router changes the source physical address to the physical address of the exit interface. 9. Refer to the exhibit. The routers are properly configured using a dynamic routing protocol with default settings, and the network is fully converged. Router A is forwarding data to router E. Which statement is true about the routing path? ans: If the network uses the RIP protocol, router A will determine that all paths have equal cost. 10. Refer to the exhibit. A network administrator has run the show interface command. The output of this command is displayed. What is the first step that is required to make this interface operational? ans: Issue the no shutdown command on the interface.

11. Refer to the exhibit. Both routers are using the RIPv2 routing protocol and static routes are undefined. R1 can ping 192.168.2.1 and 10.1.1.2, but is unable to ping 192.168.4.1. What is the reason for the ping failure? ans: The 192.168.4.0 network is not included in the RIP configuration of R2. 12. Refer to the exhibit. R2 is configured correctly. The network administrator has configured R1 as shown. Which two facts are true about the forwarding of route information by R1? (Choose two.) ans: R1 will forward the route information for subnet 192.168.100.0/30. R1 will forward the route information with an administrative distance set to 50. 13. Refer to the exhibit. The network has three connected routers: R1, R2, and R3. The routes of all three routers are displayed. All routers are operational and pings are not blocked on this network. Which ping will fail? ans: from R1 to 192.168.3.1 14. Refer to the exhibit. A network administrator has configured R1 as shown, and all interfaces are functioning correctly. A ping from R1 to 172.16.1.1 fails. What could be the cause of this problem? ans: The default route is configured incorrectly. 15. Which two router component and operation pair are correctly described? (Choose two.) ans: NVRAM - stores the configuration file POST - runs diagnostics on hardware modules

16. A network administrator uses the RIP routing protocol to implement routing within an autonomous system. What are two characteristics of this protocol? (Choose two.) ans: It uses the Bellman-Ford algorithm to determine the best path. It periodically sends complete routing tables to all connected devices. 17. Refer to the exhibit. Host A is unable to access the Internet. What is the reason for this? ans: The Fa0/1 interfaces of the two routers are configured for different subnets. 18. Refer to the exhibit. All interfaces are addressed and functioning correctly. The network administrator runs the tracert command on host A. Which two facts could be responsible for the output of this command? (Choose two.) ans: The entry for 192.168.2.0/24 is missing from the routing table of R1. The entry for 192.168.2.0/24 is missing from the routing table of R2. 19. What are two functions of a router? (Choose two.) ans: It forwards data packets toward their destination. It acts as an intersection between multiple IP networks.

20. Which statement is true about the RIPv1 protocol? ans: It excludes subnet information from the routing updates. 21. Refer to the exhibit. To implement the RIPv2 protocol, the network administrator runs the commands as displayed. However, the show ip protocol command fails to display any output. How can the administrator solve the problem that is indicated by the lack of output from this command? ans: Specify the network for which RIP routing has to be enabled. 22. Refer to the exhibit. An administrator is adding a new subnet of 50 hosts to R3. Which

subnet address should be used for the new subnet that provides enough addresses while wasting a minimum of addresses? ans: 192.168.1.64/26 23. Refer to the exhibit. R1 and R2 are unable to establish an adjacency. What two configuration changes will correct the problem? (Choose two.) ans: Configure the routers in the same area. Match the hello and dead timers on both routers. 24. What two routing protocols use a hierarchal network topology? (Choose two.) ans: IS-IS OSPF 25. 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? ans: Configure a static route on R1 using the IP address of S0/0/0 on R2. 26. 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? ans: The highest IP address among the active interfaces will be used. 27. Which two statements are true for link-state routing protocols? (Choose two.) ans: Routers that run a link-state protocol can establish a complete topology of the network. The shortest path first algorithm is used. 28. A router boots and enters setup mode. What is the reason for this? ans:

The configuration file is missing from NVRAM. 29. Refer to the exhibit. The show cdp neighbors command was run at R1. Which two facts about the newly detected device can be determined from the output? (Choose two.) ans: ABCD is a router that is connected to R1. The device is connected at the Serial0/0/1 interface of R1. 30. What are two tasks that must be completed before two routers can use OSPF to form a neighbor adjacency? (Choose two.) ans: The routers must agree on the network type. The routers must use the same dead interval. 31. Refer to the exhibit. A ping between host A and host B is successful, but pings from host A to operational hosts on the Internet fail. What is the reason for this problem? ans: One of the default routes is configured incorrectly. 32. What two routing protocols will produce a shortest path first tree? (Choose two.) ans: IS-IS OSPF 33. Refer to the exhibit. Which three statements are true of the routing table for Router1? (Choose three.) ans: The AD of EIGRP routes has been manually changed to a value other than the default value. Router1 is running both the EIGRP and OSPF routing process. No default route has been configured. 34. Refer to the exhibit. What action will R2 take for a packet that is destined for 192.168.2.0? ans: It will forward the packet to R1.

35. Refer to the exhibit. A router learns a route to the 192.168.6.0 network, as shown in the output of the show ip rip database command. However, upon running the show ip route command, the network administrator sees that the router has installed a different route to the 192.168.6.0 network learned via EIGRP. What could be the reason for the missing RIP route? ans: Compared to RIP, EIGRP has a lower administrative distance. 36. Which two components are used to determine the router ID in the configuration of the OSPF routing process? (Choose two.) ans: the highest IP address of any logical interface the highest IP address of any physical interface 37. Refer to the exhibit. A network administrator is accessing router R1 from the console port. Once the administrator is connected to the router, which password should the administrator enter at the R1> prompt to access the privileged EXEC mode? ans: Cisco789 38. Which routing protocol maintains a topology table separate from the routing table? ans: EIGRP 39. Refer to the exhibit. Which summarization should R1 use to advertise its networks to R2? ans: 192.168.0.0/22 40. Refer to the exhibit. All routers are running RIPv1. The two networks 10.1.1.0/29 and 10.1.1.16/29 are unable to access each other. What can be the cause of this problem? ans: RIPv1 does not support discontiguous networks. 41. Refer to the exhibit. All routers are properly configured to use the EIGRP routing

protocol with default settings, and the network is fully converged. Which statement correctly describes the path that the traffic will use from the 10.1.1.0/24 network to the 10.1.2.0/24 network? ans: The traffic will be load-balanced between A-B-D and A-C-D. 42. A network administrator has enabled RIP on routers B and C in the network diagram. Which of the following commands will prevent RIP updates from being sent to Router A? ans: B(config)# router rip B(config-router)# passive-interface S0/0 43. Which two statements are correct about the split horizon with poison reverse method of routing loop prevention? (Choose two.) ans: It assigns a value that represents an infinite metric to the poisoned route. It sends back the poisoned route update to the same interface from where it was received. 44. Refer to the exhibit. The 10.4.0.0 network fails. What mechanism prevents R2 from receiving false update information regarding the 10.4.0.0 network? ans: split horizon 45. Refer to the exhibit. How many routes are ultimate routes? ans: 5 46. Refer to the exhibit. Which two statements are true based on the exhibited output? (Choose two.) ans: All routes are stable. The show ip eigrp topology command has been run on R1. 47. A router has learned two equal cost paths to a remote network via the EIGRP and RIP protocols. Both protocols are using their default configurations. Which path to the remote

network will be installed in the routing table? ans: the path learned via EIGRP 48. Which two statements are true about the EIGRP successor route? (Choose two.) ans: It may be backed up by a feasible successor route. It is used by EIGRP to forward traffic to the destination. 49. Refer to the exhibit. The output of the show ip route command for router R1 is displayed. What action will the router take for a packet that is destined for 192.168.1.5? ans: It will forward the packet to the default gateway. 50. Refer to the exhibit. The hosts that are connected to R2 are unable to ping the hosts that are connected to R1. How can this problem be resolved? ans: Configure the R2 router interfaces for area 0. 51. In a lab test environment, a router has learned about network 172.16.1.0 through four different dynamic routing processes. Which route will be used to reach this network? ans: D 172.16.1.0/24 [90/2195456] via 192.168.200.1, 00:00:09, Serial0/0/0 52. Refer to the exhibit. Which two facts can be derived from this output? (Choose two.) ans: Three network devices are directly connected to Router2. The serial interface between Router2 and Router3 is up. 53. How does route poisoning prevent routing loops? ans: Failed routes are advertised with a metric of infinity. 54. Refer to the exhibit. A network administrator wants to reduce the size of the routing table of R1. Which partial routing table entry in R1 represents the route summary for R2, without including any additional subnets?

ans: 10.0.0.0/22 is subnetted, 1 subnets D 10.5.0.0[90/205901] via 192.168.1.2, S0/0/0 55. Refer to the exhibit. Packets destined to which two networks will require the router to perform a recursive lookup? (Choose two.) ans: 10.0.0.0/8 192.168.2.0/24 56. Refer to the exhibit. Although R2 is configured correctly, host A is unable to access the Internet. What are two static routes that can be configured on R1, either of which would enable Internet connectivity for host A? (Choose two.) ans: ip route 0.0.0.0 0.0.0.0 Fa0/1 ip route 0.0.0.0 0.0.0.0 10.1.1.2 57. Refer to the exhibit. Which router is advertising subnet 172.16.1.32/28? ans: Router4 58. Which statement is true about the metrics used by routing protocols? ans: A metric is a value used by a particular routing protocol to compare paths to remote networks. 59. Refer to the exhibit. Which two components are required to complete the configuration? (Choose two.) ans: a DTE device a V.35 cable

You might also like