7.7 EIGRP for IPv4 Configuration Flashcards
What is the first step in configuring a router using EIGRP
Go into EIGRP mode and define an autonomous system number (AS)
Describe Equal load balancing
routes whose metrics are relatively close in value can be configured to be equal
Describe Auto-summarization
a feature which allows Routing Information Protocol (RIP) to summarize its routes to their classful networks automatically.
Describe contiguous
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.
Describe Discontiguous
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.
What command disables auto-summary
no auto-summary command.
Router#show ip route
Displays EIGRP learned routes.
Router#show ip eigrp neighbors
Displays neighboring routers from which EIGRP routes can be learned. Lists the IP address of the connected router.
Router#show ip eigrp interfaces
Displays the interfaces that are running EIGRP and the number of connected routers.
Router(config)#router eigrp [number]
Defines an EIGRP process. The number must match between routers for information to be shared.
Router(config‑router)#network [n.n.n.n]
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.
Router(config‑router)#no auto-summary
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).
Router(config‑router)#maximum-paths
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.