7.6 EIGRP for IPv4 routing Flashcards

1
Q

Describe (EIGRP) Enhanced Interior Gateway Protocol

A

a Cisco-proprietary, balanced-hybrid routing protocol that combines the best features of distance vector and link state routing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Describe Convergence

A

The process of selecting an alternate route

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Describe Advertised distance (AD)

A

Cost to the destination network as reported by the neighbor router. Also called the reported distance (RD).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Describe Feasible distance

A

Lowest total cost to a destination network. Identified for each destination network and is determined as follows:
For each neighbor, the total cost to the network through the neighbor is calculated by adding the AD to the cost required to reach the neighbor router.
The router compares the total cost of all routes. The lowest total cost to the destination network is the feasible distance to the network.
Although the total cost for each neighbor route is referred to as a feasible distance, the term more correctly identifies the lowest known cost to the network, not the total cost for each reported (possible) route.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Describe Successor

A

Route to a destination network with the lowest total cost:
When a new route is first learned, the total cost to the successor route is used as the feasible distance to that network.
The successor is copied from the topology table into the routing table.
There can be multiple successor routes if multiple routes to the same network exist with the same lowest metric.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Describe Feasible Successor

A

An alternate route to a destination network. The total cost to the route through the feasible successor is higher than the total cost of successor routes. To qualify as a feasible successor route, the advertised distance of the route through that neighbor must be less than the feasible distance used for that network (AD < FD).
Be aware of the following regarding feasible successors:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Describe Diffusing Update Algorithm (DUAL)

A

When a route fails and the route doesn’t have a feasible successor, EIGRP uses DUAL, to choose an alternate route. DUAL sends queries to the subnet in question. When a new route is found, DUAL adds it to the routing table. Convergence can take slightly longer using DUAL.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Describe a Contiguous network

A

A classful network in which packets sent between subnets pass only through subnets of that same classful network without having to pass through subnets of any other classful network. In other words, the networks are side by side.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Describe a Discontiguous network

A

A discontiguous network is a classful network in which packets sent between subnets must pass through one or more subnets of a different classful network. The address space for the subnet sending the packets and the subnet(s) the packets pass through are different.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Router#show ip route

A

Displays EIGRP learned routes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Router#show ip eigrp neighbors

A

Displays neighboring routers from which EIGRP routes can be learned. Lists the IP address of the connected router.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Router#show ip eigrp interfaces

A

Displays the interfaces that are running EIGRP and the number of connected routers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Router(config)#router eigrp [number]

A

Defines an EIGRP process. The number must match between routers for information to be shared.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Router(config‑router)#network [n.n.n.n]

Router(config‑router)#network [n.n.n.n] [w.w.w.w]

A

Identifies a network that participates in the routing process. Networks can be specified with or without the wildcard mask. If you do not use a wildcard mask, the network address you add is automatically truncated based on classful network boundaries. You must use a wildcard mask to identify VLSM subnets.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Router(config‑router)#no auto-summary

A

Turns off automatic route summarization. With automatic route summarization, subnets are summarized based on classful boundaries when advertising routes on networks with a different class boundary. You must disable automatic summarization if you have a network address (such as 10.0.0.0) subnetted into smaller subnets and separated by a network with a different classful network address (such as 12.0.0.0).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Router(config‑router)#maximum-paths

A

Uses the maximum-paths subcommand to control the maximum number of parallel routes that EIGRP will support. To remove a maximum-paths subcommand and restore the default, use the no form of this command.