EIGRP Redistribution Metric

From: Wayne Bellward (wbellward@gmail.com)
Date: Mon Sep 25 2006 - 06:21:49 ART


Hi All,

I'm a little confused over the use of the 'set metric' command within
a route-map for EIGRP, I have seen some example of this in the
archives but the Cisco literature suggests that this function is not
supported. What I would like to do is redistribute two static routes
via a route-map but give only one a higher metric than the other. My
question is does this command set work for EIGRP and if it does but is
not supported would it be accepted in a lab scenario?

I have listed an example below.

router eigrp 1
 redistribute static route-map static-to-eigrp
!
!
ip route 172.26.96.0 255.255.224.0 172.28.4.250
!
access-list 11 permit 172.16.8.0 0.0.0.255
access-list 12 permit 172.26.0.0 0.0.255.255
!
route-map static-to-eigrp permit 10
   match ip address 11
   set metric 10000 200 255 1 1500
!
route-map static-to-eigrp permit 11
   match ip address 12
     set metric 10000 100 255 1 1500

Many Thanks,

Wayne



This archive was generated by hypermail 2.1.4 : Sun Oct 01 2006 - 16:55:41 ART