answersLogoWhite

0

What else can I help you with?

Related Questions

What is the difference between the passive and active route status as displayed in an eigrp topology table?

In EIGRP, the passive route status in the topology table indicates a route to a network that is not an EIGRP neighbor, while the active route status indicates a route to a network that is being actively queried and computed by the EIGRP router as a potential successor for the routing table.


What statement correctly describes a feasible successor in EIGRP?

It is a backup route that is stored in the topology table.


What happens if an eigrp network path fails and dual cannot locate a suitable successor?

The backup table will be searched.


What are the 3 databases that EIGRP uses to determine the best path selection for reaching a destination?

Neighbor Table, topology and feasible successor


What best describes the EIGRP topology table?

The EIGRP topology table is a database that stores the network topology information learned by the EIGRP routing protocol. It contains details about neighboring routers, their IP addresses, metric values, and the network paths to reach destination networks. This information is used to calculate the best routes to different destinations in the network.


What two actions will the eigrp dual fsm take if a link to a network goes down?

Query neighbours for new route and search topology table for a feasible successor


Which routing protocol maintains a topology table separate from the routing table?

EIGRP


How is the bandwidth requirement for EIGRP packets minimized?

By propagating only routing table changes and hello packets


Which statement correctly describes how R1 will determine the best path to R2?

R1 will install an EIGRP route using network B in its routing table because the administrative distance of EIGRP is lower than RIP.


What is the purpose of the EIGRP neighbor and topology tables?

The neighbor and topology tables are used by DUAL to build the routing table.


A router has learned two equal cost paths to a remote network via the eigrp and rip protocol are using their default configurationswhich path to the remote network will be install the routing table?

the path learned via EIGRP


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?

When you have multiple routing protocols running (e.g. RIP, OSPF, EIGRP), the one with the lowest administrative distance is used for the routing table. The metric is different; it's used within the routing protocol to determine which route is best to a certain network. EIGRP has a AD of 90. RIP has an AD of 120. Since EIGRP has a lower AD, it will be used for the routing table.