<div dir="ltr"><div><br></div><div>Hi all,</div><div><br></div><div>Now I need a feature, I have to import neighbor as vlink route into bgpd.</div><div><br></div><div>So I use static route like this:</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">vtysh<br>ip route <a href="http://1.1.1.1/32">1.1.1.1/32</a> Vlan100<br>redistribute static route-map XXX</blockquote><div><br></div><div>But I encounter a problem:</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">before I add static route, there are B route like this:<br>B   <a href="http://2.2.2.100/32">2.2.2.100/32</a> [20/0] via 100.0.28.231, Ethernet52, src 1.1.1.230, 3d03h18m<br>after I add static route, there are two route like this:<br>S>* <a href="http://2.2.2.100/32">2.2.2.100/32</a> [1/0] is directly connected, Vlan100<br>B   <a href="http://2.2.2.100/32">2.2.2.100/32</a> [20/0] via 100.0.28.231, Ethernet52, src 1.1.1.230, 3d03h18m<br>after I redistribute, there are only one route like this:<br>S>* <a href="http://2.2.2.100/32">2.2.2.100/32</a> [1/0] is directly connected, Vlan100</blockquote><div><br></div><div>But what I need is to keep two route.</div><div>Because if there is only one route, I have to relearn B route after I delete static route, which will cause package loss in long time(like 20 second).</div><div><br></div><div>For some producer like huawei, thay have 'import route' command, which will combine redistributed route and learned route, like this:</div><div><a href="https://support.huawei.com/enterprise/en/doc/EDOC1000178171/cc777bfe/configuring-bgp-to-import-routes">https://support.huawei.com/enterprise/en/doc/EDOC1000178171/cc777bfe/configuring-bgp-to-import-routes</a><br></div><div><br></div><div>So will FRR support this feature ?</div><div>How to import route and NOT withdraw existing route ?<br></div><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>----</div>Simon Jones</div></div></div></div></div></div>