QUESTION 101
Refer to the exhibit. Which statement about dynamic routing protocols for this network is true?
A. No dynamic interior routing protocol can summarize as shown.
B. Unless configured otherwise, EIGRP would automatically summarize the prefixes as shown in the exhibit.
C. With this IP addressing scheme, EIGRP can be manually configured to summarize prefixes at the specified summarization points.
D. The IP address design lends itself to OSPF. Each summarizing router would be an ABR, summarizing to the next area in the address hierarchy.
Answer: C
QUESTION 102
After implementing EIGRP on your network, you issue the show ip eigrp traffic command on router C. The following output is shown:
RouterC#show ip eigrp traffic
IP-EIGRP Traffic Statistics for process 1
Hellos sent/received: 2112/2076
Updates sent/received: 47/38
Queries sent/received: 5/3
Replies sent/received: 3/4
Acks sent/received: 29/33
Input queue high water mark 2, 0 drops
SIA-Queries sent/received: 0/0
SIA-Replies sent/received: 0/0
Moments later, you issue the same command a second time and the following output is shown:
RouterC#show ip eigrp traffic
IP-EIGRP Traffic Statistics for process 1
Hellos sent/received: 2139/2104
Updates sent/received: 50/39
Queries sent/received: 5/4
Replies sent/received: 4/4
Acks sent/received: 31/37
Input queue high water mark 2, 0 drops
SIA-Queries sent/received: 0/0
SIA-Replies sent/received: 0/0
Moments later, you issue the same command a third time and the following output is shown:
RouterC#show ip eigrp traffic
IP-EIGRP Traffic Statistics for process 1
Hellos sent/received: 2162/2126
Updates sent/received: 53/42
Queries sent/received: 5/5
Replies sent/received: 5/4
Acks sent/received: 35/41
Input queue high water mark 2, 0 drops
SIA-Queries sent/received: 0/0
SIA-Replies sent/received: 0/0
What information can you determine about this network? Select the best response.
A. The network is stable..
B. There is a flapping link or interface, and router C knows an alternate path to the network.
C. There is a flapping link or interface, and router C does not know an alternate path to the network.
D. EIGRP is not working correctly on router C.
E. There is not enough information to make a determination.
Answer: B
QUESTION 103
Refer to the exhibits. Router B should advertise the network connected to the E0/0/0 interface to router A and block all other network advertisements. The IP routing table on router A indicates that it is not receiving this prefix from router B. What is the probable cause of the problem? Select the best response.
A. An access list on router B is causing the 192.168.3.16/28 network to be denied.
B. An access list on router B is causing the 192.168.3.32/28 network to be denied.
C. The distribute list on router B is referencing a numbered access list that does not exist on router B.
D. The distribute list on router B is referencing the wrong interface.
Answer: A
QUESTION 104
RouterA#
~~~~~
!
router ospf 1
log-adjacency-changes
network 10.0.0.0 0.255.255.255 area 1 network 172.16.1.0 0.0.0.255 area 1 !
~~~~~
RouterB#
~~~~~
router ospf 1
log-adjacency-changes
network 10.0.0.0 0.255.255.255 area 2 network 172.16.2.0 0.0.0.255 area 2 !
~~~~~
RouterC#
~~~~~
!
router ospf 1
log-adjacency-changes
network 10.0.0.0 0.255.255.255 area 0
!
~~~~~
Refer to the exhibits. You are verifying your OSPF implementation, and it does not seem to be functioning properly.
What can you conclude from the exhibit and the show running-configuration command output?
A. The OSPF areas are not configured correctly.
B. The wildcard masks for the 10.x.x.x networks are incorrect.
C. The 172.16.x.x networks need to be connected to area 0 using virtual links.
D. The 172.16.x.x networks are discontiguous. OSPF is automatically summarizing them to 172.16.0.0/16
and data is being “black holed.”
E. There is not enough information to make a determination.
Answer: A
QUESTION 105
OSPF is enabled on router A. You execute the following command on router A and receive the accompanying output:
RouterA#ping 224.0.0.5 repeat 1
Type escape sequence to abort.
Sending 1, 100-byte ICMP Echos to 224.0.0.5, timeout is 2 seconds:
Reply to request 0 from 10.100.100.1, 4 ms
10.100.100.1 is the IP address of a loopback interface on router A. What can you conclude about router A? Select the best response.
A. Only the router A loopback interface is participating in the OSPF routing process.
B. None of the router A interfaces are participating in the OSPF routing process.
C. Router A is using the loopback interface IP address as its OSPF router ID.
D. Router A does not have any reachable OSPF neighbors.
Answer: D
QUESTION 106
Refer to the exhibit. What is the effect of the OSPF configuration on router B?
A. All interfaces will be in area 0.
B. The router will be an ABR with s1/0 in area 0 and f0/0 and 0/1 in area 1.
C. The router will be an ABR with s1/0 in area 0 and f0/0 and 0/1 in area 2.
D. The router will be an ABR with s1/0 in area 0, f0/0 in area 1, and f0/1 in area 2.
Answer: D
QUESTION 107
Refer to the exhibit. Two routers are connected by Frame Relay and are running OSPF between them. Each router has been configured with the appropriate network statements under router ospf 1, but the routers are not forming an adjacency.
Which of the following three commands could be configured on each router to correct this problem? (Choose three.)
A. RouterC(config-if)#ip ospf network broadcast
RouterD(config-if)#ip ospf network broadcast
B. RouterC(config-if)#ip ospf network point-to-point
RouterD(config-if)#ip ospf network point-to-point
C. RouterC(config-router)#neighbor 10.100.100.4
RouterD(config-router)#neighbor 10.100.100.3
D. RouterC(config-router)#neighbor 10.255.255.254
RouterD(config-router)#neighbor 10.255.255.253
Answer: ABD
QUESTION 108
Your network has a mixture of Fast Ethernet and Gigabit Ethernet links. What needs to be done to ensure optimal data routing when using OSPF? Select the best response.
A. Nothing. OSPF will determine the most optimal path for routing data by default.
B. Adjust the hello and dead timers for more rapid detection of link failures.
C. Increase the reference-bandwidth used to calculate the interface default metrics, on all routers in your network.
D. Set the priority values on every broadcast interface to ensure that the designated and backup designated routers are the routers with the most processor and memory resources.
Answer: C
QUESTION 109
Refer to the exhibit. Router C was configured so that it could form an adjacency with three OSPF neighbors, one connected to each of its three physical interfaces. Which statement is correct about router C?
A. It is configured and functioning correctly as an OSPF internal router.
B. It is configured and functioning correctly as an ABR attached to stub area 4.
C. It is configured and functioning correctly as an ASBR attached to external area 4.
D. It is configured and functioning correctly as an ABR attached to totally stubby area 4.
E. It is not configured correctly to function as specified.
Answer: D
QUESTION 110
To make OSPF area 4 totally stubby, the following command was issued on the ABR in router configuration mode: area 4 stub. Which two things need to be done to finish making area 4 a totally stubby area? (Choose two.)
A. Apply the area 4 stub command to all routers in the area.
B. On the ABR, use the area 4 stub command with the no-summary keyword.
C. On the ABR, specify a default cost for the area with the area default-cost command.
D. On the ABR, use the default-information originates command to inject a default route into area 4.
E. Use the auto-cost command on each router in the area to automatically determine the cost to other OSPF areas.
Answer: AB
20% Free Updated Passleader Cisco 642-902 Certification Dumps