Searching for "he"

Q:

There are three possible routes for a router to reach a destination network. The first route is from OSPF with a metric of 782. The second route is from RIPv2 with a metric of 4. The third is from EIGRP with a composite metric of 20514560. Which route will be installed by the router in its routing table?

A) RIPv2 B) EIGRP
C) OSPF D) All three
 
Answer & Explanation Answer: B) EIGRP

Explanation:

Only the EIGRP routes will be placed in the routing table because it has the lowest administrative distance (AD), and that is always used before metrics.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

Where are EIGRP successor routes stored?

A) In the routing table only B) In the neighbor table only
C) In the routing table and neighbor table D) In the routing table and the topology table
 
Answer & Explanation Answer: D) In the routing table and the topology table

Explanation:

Successor routes are going to be in the routing table since they are the best path to a remote network. However, the topology table has a link to each and every network, so the best answer is topology table and routing table. Any secondary route to a remote network is considered a feasible successor, and those routes are found only in the topology table and used as backup routes in case of primary route failure.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

You get a call from a network administrator who tells you that he typed the following into his router:

Router (config) #router ospf 1

Router (config-router) # network 10.0.0.0. 255. 0.0.0 area 0

He tells you he still can't see any routes in the routing table. What configuration error did the administrator make?

A) The wildcard mask is incorrect B) The OSPF area is wrong
C) The OSPF Process ID is incorrect. D) The AS configuration is wrong
 
Answer & Explanation Answer: A) The wildcard mask is incorrect

Explanation:

The administrator typed in the wrong wildcard mask configuration. The wildcard should have been 0.0.0.255 or even 0.255.255.255.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

A network administrator needs to configure a router with a distance-vector protocol that allows classless routing. Which of the following satisfies those requirements?

A) IGRP B) OSPF
C) RIPv1 D) EIGRP
 
Answer & Explanation Answer: D) EIGRP

Explanation:

In this question, we're calling EIGRP just plain old distance vector. EIGRP is an advanced distance-vector routing protocol, sometimes called a hybrid routing protocol because it uses the characteristics  of both distance-vector and link-state routing protocols.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

You need the IP address of the devices with which the router has established an adjacency. Also, the retransmit interval and the queue counts for the adjacent routers  need to be  checked. What command will display the required information?

A) show ip eigrp adjacency B) show ip eigrp topology
C) show ip eigrp interfaces D) show ip eigrp neighbors
 
Answer & Explanation Answer: D) show ip eigrp neighbors

Explanation:

The show ip eigrp neighbors command allows you to check the IP addresses as well as the retransmit  interval and queue counts for the neighbors that have established an adjacency.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

With which network type will OSPF establish router adjacencies but not perform the DR/BDR election process?

A) Point-to-Point B) Backbone area 0
C) Broadcast multi-access D) Non-broadcast multi-access
 
Answer & Explanation Answer: A) Point-to-Point

Explanation:

No DR is assigned on any type of point-to-point link. No DR/BDR is assigned on the NBMA point-to-multipoint due to the hub/spoke  topology. DR and BDR are elected on broadcast and non-broadcast multi-access network. Frame relay is a non-broadcast multiaccess (NBMA) network by default.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

What is the administrative distance of OSPF?

A) 90 B) 100
C) 110 D) 120
 
Answer & Explanation Answer: C) 110

Explanation:

The administrative distance (AD) is a very important parameter in a routing protocol. The lower the AD, the more trusted the route. If you have IGRP and OSPF running , by default IGRP routes would be placed in the routing table because IGRP has a lower AD of 100. OSPF has an AD of 110. RIPv1 and RIPv2 both have an AD of 120, and EIGRP is the lowest, at 90.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

If routers in a single area are configured with the same priority value, what value does a router use for the OSPF Router ID in the absence of a  loopback interface?

A) The Lowest IP address of any physical interface B) The Highest IP address of any physical interface
C) The Lowest IP address of any logical interface D) The Highest IP address of any logical interface
 
Answer & Explanation Answer: B) The Highest IP address of any physical interface

Explanation:

At the moment of OSPF process startup, the highest IP address on any active interface will be the Router ID (RID) of the router . If you have a loopback interface configured (logical interface), then that will override the interface IP address and become the RID of the router automatically.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA