with solution from DSG

route-map LOEIGRP permit 10
 match interface Loopback0
 set metric 0 150 255 1 1500


R4#show ip eigrp topology 135.211.4.4/32
IP-EIGRP (AS 467): Topology entry for 135.211.4.4/32
  State is Passive, Query origin flag is 1, 1 Successor(s), FD is 38400
  Routing Descriptor Blocks:
  0.0.0.0, from Rconnected, Send flag is 0x0
      Composite metric is (38400/0), Route is External
      Vector metric:
        Minimum bandwidth is 0 Kbit
        Total delay is 1500 microseconds
        Reliability is 255/255
        Load is 1/255
        Minimum MTU is 1500
        Hop count is 0

which I think is incorrect.


you are right I should delete one zero as metric takes tens of microseconds not microseconds, so my valid solution should be:


 redistribute connected metric 1 15000000 255 1 1500 route-map LOEIGRP

State is Passive, Query origin flag is 1, 1 Successor(s), FD is 3840000000
  Routing Descriptor Blocks:
  0.0.0.0, from Rconnected, Send flag is 0x0
      Composite metric is (3840000000/0), Route is External
      Vector metric:
        Minimum bandwidth is 1 Kbit
        Total delay is 150000000 microseconds
        Reliability is 255/255
        Load is 1/255
        Minimum MTU is 1500
        Hop count is 0


Lukasz

On 2012-11-06 15:38, Marko Milivojevic wrote:
I think there's one or two zeroes extra.

Run "sh ip eigrp topology" for that prefix and see the delay. If it's
150, it doesn't matter what syntax you used.

--
Marko Milivojevic - CCIE #18427 (SP R&S)
Senior CCIE Instructor - IPexpert

:: This message was sent from a mobile device. I apologize for errors
and brevity. ::

On Nov 6, 2012, at 7:22, Lukasz <[email protected]> wrote:

Hi All,


In the above section of the lab it says that R4 loopback should be redistributed into the eigrp process with delay 150. An example from DSG shows route-map with seting metric 0 150 255 1 1500. As we use metric weights 0 0 0 1 0 0 we will only take delay into account when calculating metric.

My question...is below solution valid as well?

route-map LOEIGRP permit 10
match interfce lo0
!
router eigrp 467
redistribute connected metric 1 150000000 1 1 1 route-map LOEIGRP




Thanks,
Lukasz
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out www.PlatinumPlacement.com

http://onlinestudylist.com/mailman/listinfo/ccie_rs
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

http://onlinestudylist.com/mailman/listinfo/ccie_rs

Reply via email to