7.7 EIGRP for IPv4 Configuration Flashcards

1
Q

What is the first step in configuring a router using EIGRP

A

Go into EIGRP mode and define an autonomous system number (AS)

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

Describe Equal load balancing

A

routes whose metrics are relatively close in value can be configured to be equal

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

Describe Auto-summarization

A

a feature which allows Routing Information Protocol (RIP) to summarize its routes to their classful networks automatically.

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

Describe contiguous

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
5
Q

Describe Discontiguous

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
6
Q

What command disables auto-summary

A

no auto-summary command.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
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
8
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
9
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
10
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
11
Q

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

A

dentifies 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
12
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
13
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.

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