CertExams.com Simulator Lab Exercises Answers

Route Redistribution for RIP

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

Instructions:

1. Enter into router configuration mode

2. Issue command to redistribute all EIGRP routes into RIP

3. Issue command to redistribute all OSPF routes into RIP

4. Issue command to redistribute all Static routes into RIP

On R1:

R1>enable
R1#conf term
R1(config)#router rip
R1(config-router)#redistribute eigrp 100 metric 1
R1(config-router)#redistribute ospf 1 metric 1
R1(config-router)#redistribute static metric 1
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 rip
R1(config-router)#redistribute eigrp 100
R1(config-router)#redistribute ospf 1
R1(config-router)#redistribute static
R1(config-router)#default-metric 1

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