EIGRP Configuration Guide for CCNA
EIGRP Configuration Guide for CCNA
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.
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.
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 :
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
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.
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