CertExams.com Simulator Lab Exercises Answers

Route Redistribution for OSPF

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

Instructions:

1. Enter into router configuration mode

2. Issue command to redistribute all RIP routes into OSPF

3. Issue command to redistribute all EIGRP routes into OSPF

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

On R1:

R1>enable
R1#conf term
R1(config)#router ospf 1
R1(config-router)#redistribute rip metric 200 subnets
R1(config-router)#redistribute eigrp 1 metric 100 subnets
R1(config-router)#redistribute static metric 200 subnets
R1(config-router)#exit
R1(config)#

Note: If a metric is not specified, OSPF puts a default value of 20 when redistributing routes from all protocols except BGP routes, which get a metric of 1.

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