CertExams.com Simulator Lab Exercises Answers

Route Redistribution for EIGRP

Description: This lab exercise demonstrates the command for redistributing RIP, OSPF, and Static routes into EIGRP.

NOTE: EIGRP need five metrics when redistributing other protocols: bandwidth, delay, reliability, load, and MTU

Instructions:

1. Enter into router configuration mode

2. Issue command to redistribute all RIP routes into EIGRP

3. Issue command to redistribute all OSPF routes into EIGRP

4. Issue command to redistribute all static routes into EIGRP.

On R1:

R1>enable
R1#conf term
R1(config)#router eigrp 0
R1(config-router)#redistribute rip metric 2000 200 255 1 1500
R1(config-router)#redistribute ospf 1 metric 2000 200 255 1 1500
R1(config-router)#redistribute static metric 2000 200 255 1 1500
R1(config-router)#exit
R1(config)#

NOTE: Metric command can also be given in following way (Using the default-metric command saves work because it eliminates the need for defining the metric separately for each redistribution.)

R1(config)#router eigrp 0
R1(config-router)#redistribute rip
R1(config-router)#redistribute ospf
R1(config-router)#redistribute static
R1(config-router)#default-metric 10000 100 255 1 1500

CertExams Blog!  Certexams.com Facebook Page Certexams.com Twitter Page Certexams on YouTube