Cisco CCNP / BSCI Certification: Route Redistribution And The Seed Metric

Posted in Computers on June 16th, 2009 by cahyo

In the first part of this free / tutorial, we looked at how leaving one simple word out of our configuration – “subnets” – resulted in an incomplete when redistributing routes from to .  (If you missed that part of the tutorial, visit my website’s “Free Tutorials” section.)  Today, we’ll look at redistributing routes into and identify another common error.

We are using a three-. R5 is running , is serving as a between R5 and and is running and , and is running .

To begin this lab, we’ll add three loopbacks to and advertise them to via .

()#int loopback33

(-if)#ip address 33.3.3.3 255.255.255.255

(-if)#int loopback34

(-if)#ip address 34.3.3.3 255.255.255.255

(-if)#int loopback35

(-if)#ip address 35.3.3.3 255.255.255.255

(-if)#router 1

(-router)#network 33.3.3.3 0.0.0.0 area 1

(-router)#network 34.3.3.3 0.0.0.0 area 1

(-router)#network 35.3.3.3 0.0.0.0 area 1

sees all three of these routes in its .

#show ip

34.0.0.0/32 is subnetted, 1 subnets

O IA    34.3.3.3 [110/65] via 172.12.123.3, 00:00:55, Serial0

35.0.0.0/32 is subnetted, 1 subnets

O IA    35.3.3.3 [110/65] via 172.12.123.3, 00:00:45, Serial0

33.0.0.0/32 is subnetted, 1 subnets

O IA    33.3.3.3 [110/65] via 172.12.123.3, 00:00:55, Serial0

We’ll now redistribute these routes into on .  Remember the “subnets” option we talked about in the first part of this tutorial?  There is no such option when redistributing routes into , as IOS Help shows us.

()#router

(-router)#redistribute 1 ?

      of routes

     for redistributed routes
Read more »

Related posts

Tags: , , , , , , , , , , , , , , , , , , , , , , , , , ,