Re: Re: BGP Issues?

From: John Neiberger (neiby@xxxxxxxxxx)
Date: Thu Feb 14 2002 - 12:38:42 GMT-3


   
>From a quick look on CCO it appears that the bug was discovered
in 12.1(9) and has not been resolved yet. The metric is zero
because this bug stops the metric from being set correctly in
the update. Let me demonstrate what I'm talking about.

First method:

router bgp 100
 redistribute rip metric 25

If you are using a version that has this bug, the BGP peers
will see a metric of zero.

Second method:

router bgp 100
 redistribute rip route-map setmed

route-map setmed permit 10
 set metric 25

This method will work produce the desired results.

HTH,
John



This archive was generated by hypermail 2.1.4 : Thu Jun 20 2002 - 13:46:22 GMT-3