0% found this document useful (0 votes)
11 views4 pages

EIGRP Configuration Guide for CCNA

The document outlines the configuration of EIGRP routing protocol for a corporate network using EIGRP 90, detailing specific requirements such as the use of generic masks, preventing complete class routing, and ensuring default routes without static routes. It includes step-by-step commands for routers BB, R2, and R3 to establish EIGRP settings, summarize networks, and implement uneven load balancing. Additionally, it emphasizes security measures by restricting neighbor relationships on certain interfaces.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views4 pages

EIGRP Configuration Guide for CCNA

The document outlines the configuration of EIGRP routing protocol for a corporate network using EIGRP 90, detailing specific requirements such as the use of generic masks, preventing complete class routing, and ensuring default routes without static routes. It includes step-by-step commands for routers BB, R2, and R3 to establish EIGRP settings, summarize networks, and implement uneven load balancing. Additionally, it emphasizes security measures by restricting neighbor relationships on certain interfaces.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Trainer: Nicodeme Tawal ASSIMIKE || Certified: "CCNA (200-301)–CCNP ENCOR (350-

401)–CCNP ENARSI (300-410)–Palo Alto PCNSA Security» TEL : +33 749043410 Course
CCNA (200 - 301)
EIGRP ROUTING TP

QUESTION :

1. Configure EIGRP for the displayed network using EIGRP 90. The corporate policy
requires that you use a specific generic mask on R2 and R3.

Furthermore, EIGRP must be configured in such a way that it does not function as a
complete class routing protocol.

Finally, the BB router has a static route to [Link]/24. R2 and R3 should


receive this route via EIGRP without redistribution.

R2 and R3 must have a default route pointing to the [Link]/24 network of the headquarters.
social. No static route can be used to comply with this.

3. In order to meet safety standards. EIGRP must not establish a neighbor relationship.
on an interface where there are no other EIGRP routers.

To improve the efficiency of the remote routers R2 and R3, the corporate router BB must
summarize [Link]-[Link] into one.

Advertising on the network.

5. To make the best use of the available network bandwidth, the company's BB router
must perform an uneven load balancing to reach the network [Link]/24.
Formateur: Nicodeme Tawal ASSIMIKE || Certifié : « CCNA (200-301)–CCNP ENCOR (350-
401)–CCNP ENARSI (300-410)–Palo Alto PCNSA Security» TEL : +33 749043410 Course
CCNA (200 - 301)
SOLUTION :

1. Configure EIGRP for the displayed network using EIGRP 90

BB (Config)# router eigrp 90


BB (config-router)# network [Link] [Link] ( according to your wish, use a mask of
generic character
BB (config-router)# network [Link]
BB (config-router)# network [Link]

The company policy states that you must use a specific generic mask.
on R2 and R3.

R2 (Config)#router eigrp 90
R2 (config-router)#network [Link] [Link] (specific wildcard mask)
R2 (config-router)#network [Link] [Link]
R2 (config-router)# network [Link] [Link]
R3 (Config)#router eigrp 90
R3 (config-router)#network [Link] [Link]
R3 (config-router)#network [Link] [Link]

Furthermore, EIGRP must be configured in such a way that it does not operate as a
complete routing protocol.

BB (Config)#router eigrp 90
BB (config-router)#no auto-summary
R2 (Config)#router eigrp 90
R2 (config-router)#no auto-summary
R3 (Config#router eigrp 90
R3 (config-router)#no auto-summary

Check: the router number displays the IP protocols


Finally, the BB router has a static route to [Link]/24.

R1 (Config)#ip route [Link] [Link] null 0


Note: This network has no reality on this router, so it is configured with a
interface null
R2 and R3 should receive this route via EIGRP without redistribution.
Trainer: Nicodeme Tawal ASSIMIKE || Certified: "CCNA (200-301)–CCNP ENCOR (350-
401)–CCNP ENARSI (300-410)–Palo Alto PCNSA Security» TEL: +33 749043410 Course
CCNA (200 - 301)
BB (Config)#router eigrp 90
BB (config-router)#network [Link]

R2 and R3 must have a default route pointing to the [Link]/24 network.


of the headquarters. No static route can be used to comply with this.

BB (Config)#ip default-network [Link]


Note: default route set for EIGRP, but configured in configuration mode

3. In order to meet safety standards. EIGRP should not form a relationship of


neighboring on an interface where other EIGRP routers do not exist.

BB (Config)#router eigrp 90
BB (config-router)#passive-interface default
BB (config-router)#no passive-interface serial 4/0
BB (config-router)#no passive-interface serial 4/1
R2 (Config)#router eigrp 90
R2 (config-router)#passive-interface default
R2 (config-router)#no passive-interface serial 4/0
R2 (config-router)#no passive-interface fastethernet 2/0
R3 (Config#router eigrp 90
R3 (config-router)#passive-interface default
R3 (config-router)#no passive-interface serial 4/0
R3 (config-router)#no passive-interface fastethernet 0/0

Check: the router number displays the IP protocols (displays all interfaces)
passives

4. To improve the efficiency of the remote routers R2 and R3, the corporate router BB
must summarize [Link]-[Link] into a single network announcement.

BB (Config)#interface serial 4/0


BB (Config-if)#ip summary-address eigrp 90 [Link] [Link]
BB (Config)#interface serial 4/1
BB (Config-if)#ip summary-address eigrp 90 [Link] [Link]

Note: Summarize the implementation in all EIGRP Neighbour interfaces.


Trainer: Nicodeme Tawal ASSIMIKE || Certified: "CCNA (200-301)–CCNP ENCOR (350-
401)–CCNP ENARSI (300-410)–Palo Alto PCNSA Security» TEL : +33 749043410 Course
CCNA (200 - 301)
5. To make the best use of the available network bandwidth, the BB router
The company must perform an uneven load balancing to reach the network.
[Link]/24.

This network has two routes. These two routes have an equal cost, so we must therefore...
make unequal
BB (Config)#interface serial 4/1
BB (Config-if)#bandwidth 512

Check: the router number displays the IP route and shows the EIGRP IP topology
Then perform an uneven load balancing: (the achievable cost of the successor is
improved compared to the successor's cost using the Variance command

BB (Config)#router eigrp 90
BB (config-router)#variance 2 (this depends on the successor and the realizable cost of
successor

Check: the router number displays the IP route and shows the EIGRP IP topology

You might also like