<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Two metric in BGP into EIGRP redistribution</title>
	<atom:link href="http://www.networkingblog.in/two-metric-in-bgp-into-eigrp-redistribution-863/feed" rel="self" type="application/rss+xml" />
	<link>http://www.networkingblog.in/two-metric-in-bgp-into-eigrp-redistribution-863</link>
	<description>Cisco Netpro Blog</description>
	<lastBuildDate>Wed, 23 Jun 2010 06:07:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: arul</title>
		<link>http://www.networkingblog.in/two-metric-in-bgp-into-eigrp-redistribution-863/comment-page-1#comment-714</link>
		<dc:creator>arul</dc:creator>
		<pubDate>Wed, 03 Feb 2010 10:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.networkingblog.in/?p=863#comment-714</guid>
		<description>Hello,

I cannot test this in this moment however, I don&#039;t expect the two commands

Line-1 -&gt;&gt; redistribute bgp 65461 metric 1544 1 255 1 1500 route-map bgp-to-eigrp

 

Line-2-&gt;&gt; redistribute bgp 65461 route-map bgp-to-eigrp

 

to both exist at the same time, so to be correct you need to verify with

sh run &#124; begin router eigrp

what happens

 

a possible procedure could be:

no redistribute bgp 65461 metric 1544 1 255 1 1500 route-map bgp-to-eigrp

no redstribute bgp 65461

 

until you don&#039;t see any redistribute command with sh run &#124; beg router eigrp

then

default-metric 1544 1 255 1 1500

redistribute bgp 65461  route-map bgp-to-eigrp

 

I would update the route-map first before applying it.

if the current line is

redistribute bgp 65461 metric 1544 1 255 1 1500 route-map bgp-to-eigrp

 

you may just need to update the route-map and you can skip the default-metric command

 

if this is not a production network you can do this anytime otherwise it is wise to do it in a maintanance window</description>
		<content:encoded><![CDATA[<p><!--INFOLINKS_ON-->Hello,</p>
<p>I cannot test this in this moment however, I don&#8217;t expect the two commands</p>
<p>Line-1 ->> redistribute bgp 65461 metric 1544 1 255 1 1500 route-map bgp-to-eigrp</p>
<p>Line-2->> redistribute bgp 65461 route-map bgp-to-eigrp</p>
<p>to both exist at the same time, so to be correct you need to verify with</p>
<p>sh run | begin router eigrp</p>
<p>what happens</p>
<p>a possible procedure could be:</p>
<p>no redistribute bgp 65461 metric 1544 1 255 1 1500 route-map bgp-to-eigrp</p>
<p>no redstribute bgp 65461</p>
<p>until you don&#8217;t see any redistribute command with sh run | beg router eigrp</p>
<p>then</p>
<p>default-metric 1544 1 255 1 1500</p>
<p>redistribute bgp 65461  route-map bgp-to-eigrp</p>
<p>I would update the route-map first before applying it.</p>
<p>if the current line is</p>
<p>redistribute bgp 65461 metric 1544 1 255 1 1500 route-map bgp-to-eigrp</p>
<p>you may just need to update the route-map and you can skip the default-metric command</p>
<p>if this is not a production network you can do this anytime otherwise it is wise to do it in a maintanance window<!--INFOLINKS_OFF--></p>
]]></content:encoded>
	</item>
</channel>
</rss>

