Cisco Router Challenge 97

 

Outline

 

This challenge involves the configuration of two-way route redistribution. The objectives of this challenge are to:

 

 

Commands

 

# config t

(config)# router rip

(config-router)# network 10.0.0.0

(config-router)# redistribution eigrp 33 metric 2

(config-router)# exit

(config)# router eigrp 33

(config-router)# network 20.0.0.0

(config-router)# redistribution rip metric 10000 100 255 1 1500

 

Example

 

# config t

(config)# router rip

(config-router)# network 10.0.0.0

(config-router)# redistribution ?

  bgp        Border Gateway Protocol (BGP)

  connected  Connected

  eigrp      Enhanced Interior Gateway Routing Protocol (EIGRP)

  isis       ISO IS-IS

  iso-igrp   IGRP for OSI networks

  metric     Metric for redistributed routes

  mobile     Mobile routes

  odr        On Demand stub Routes

  ospf       Open Shortest Path First (OSPF)

  rip        Routing Information Protocol (RIP)

  route-map  Route map reference

  static     Static routes

  <cr>

 

(config-router)# red eigrp ?

  <1-65535>  Autonomous system number

 

(config-router)#red eigrp 33 ?

  metric     Metric for redistributed routes

  route-map  Route map reference

  <cr>

 

(config-router)#red eigrp 33 me ?

  <0-16>       Default metric

  transparent  Transparently redistribute metric

 

(config-router)# redistribution eigrp 33 metric 2

(config-router)# exit

(config)# router eigrp 33

(config-router)# network 20.0.0.0

Router(config-router)#red ?

  bgp        Border Gateway Protocol (BGP)

  connected  Connected

  eigrp      Enhanced Interior Gateway Routing Protocol (EIGRP)

  isis       ISO IS-IS

  iso-igrp   IGRP for OSI networks

  metric     Metric for redistributed routes

  mobile     Mobile routes

  odr        On Demand stub Routes

  ospf       Open Shortest Path First (OSPF)

  rip        Routing Information Protocol (RIP)

  route-map  Route map reference

  static     Static routes

  <cr>

 

(config-router)# red rip ?

  metric     Metric for redistributed routes

  route-map  Route map reference

  <cr>

 

(config-router)# red rip m ?

  <1-4294967295>  Bandwidth metric in Kbits per second

 

(config-router)# red rip m 10000  ?

  <0-4294967295>  EIGRP delay metric, in 10 microsecond units

 

(config-router)# red rip m 10000 100 ?

  <0-255>  EIGRP reliability metric where 255 is 100% reliable

 

(config-router)# red rip m 10000 100 255 ?

  <1-255>  EIGRP Effective bandwidth metric (Loading) where 255 is 100% loaded

 

(config-router)# red rip m 10000 100 255 1 ?

  <1-65535>  EIGRP MTU of the path

 

(config-router)# red rip m 10000 100 225 1 1500 ?

  route-map  Route map reference

  <cr>

(config-router)# redistribution rip metric 10000 100 255 1 1500