• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/38

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

38 Cards in this Set

  • Front
  • Back
EIGRP
Enhanced Interior Gateway Routing Protocol
What is Rapid Convergence?
- Using link state analysis

- Better control of routing loop development
Goals of EIGRP
1. Rapid Convergence
2. Efficiency in use of available bandwidth
3. Supports for VLSM
4. Support for CIDR and Hierarchical Addressing
5. Multiple Network Layer Support
What does multiple network layer support do?
- Independence from routed protocls (can use IPv6, IPX, Appletalk, IP)

- Creates a separate database
What kind of routing protocol is rip?
Distance Vector
What is the hop count limit of RIP?
15
What is the hopr count limit of EIGRP?
224
What kind of routing protocol is EIGRP?
link state
How does Rip update the routing table?
Uses periodic updates of the whole routing table
How does EIGRP update the routing table?
When changes occur and it only updates the changes, not the whole table
When is the whole table sent in EIGRP?
When a whole table is added.
What command gets you into EIGRP mode?
router eigrp 10

NOTE: 10 is the AS#
DUAl
Diffusing Update Algorithm

- offers loop free routing

- multiple variable metric: bandwidth + delay is default
EIGRP Technical Features
- Neighbor discovery and recovery

- Reliable transport protocol (connection Oriented)

- DUAL finite-state machine Diffusing Update Algorith
What happens when EIGRP forms neighbor adjacencies?
- Dynamically lean of new routs that join their network

- Identify routers that become either unreachable or inoperable

- Rediscover routers that had previously been unreachable
What command indicates an EIGRP route?
show ip route
What command shows network layer address per interface?
show protocols
What command shows routing protocols in use on which network?
show ip protocol
What command shows updates on the console for troubleshooting?
debug ip eigrp
In show ip route what is the D?
In show ip route what is the D?
D = Dual

Symbolizing the EIGRp algoritm
How does EIGRP Work?
1. Discovers Neighbors

2. Build Topology

3. Build Routing Table
What is the EIGRP Metric Calculation
[K1*bandwidth
+ (K2*bandwidth)/(256-load)
+ K3 * delay]
+ [K5 / (reliability + K4)]
________________________
=Metric

NOTE: K1 and K3 are equal to 1 by default. Therefore bandwidth and delay are the only two variables used unless you manually change the K values
How do routers running EIFRP discover other EIGRP routers?
- Hello packets are sent from all interfaces to 224.0.0.10
What is the IP address hello packets are sent from in EIGRP?
224.0.0.10
When hello packets are sent the sending and receiving router are _________________?
On the same Autonomous System
How are adjacencies created?
Adjacencies are created when two directly connected EIGRP neighbors find out that they:

1. Are both using EIGRP

2. Are both in the same Autonomous System
Once the Router Establishes adjacency in EIGRP what does it build?
It builds a neighbor table

NOTE: This is one of the three main databases used by EIGRP
It builds a neighbor table

NOTE: This is one of the three main databases used by EIGRP
In order to form adjacency what must happen
They must be on the same AS
They must be on the same AS
How can two EIGRP systems be connected?
Using an exterior protocol like eBGP orby using static routes.
What is in a topology table?
The combined information about all available networks and all the different paths that can be used is called the topology table
What must a router build before it can build a routing table in EIGRP?
It must receive a topology table form its EIGRP neighbor(s)
What is the P?
What is the P?
Passive

It means the route is currently stable an reachable
Passive

It means the route is currently stable an reachable
What is FD?
What is FD?
Feasible distance

Feasible distance is the best metric along the Path
Feasible distance

Feasible distance is the best metric along the Path
What happens with the topology table?
- A topology table exists for each configured network protocol such as TCP/IP

- The Dual Mathematical Algorithm is applied to the topology table
Is the topology the same on all routers?
Yes
What is a successor route?
This is the best possible route to a specific network?
What is reported distance?
The metric it used to determine the cost of the rout is also sent.
What is feasible successor
Routers use redundant pathways to build a list of backup routes called feasible successor routes in case the successor route becomes unavailiable