<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Hello Daz,</div><div class=""><br class=""></div><div class="">As far as I know there is no single command equivalent in bird, however you can achieve basically the same by running these commands in a filter</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">export filter {</div><div class=""><span class="Apple-tab-span" style="white-space:pre">  </span>if (source net = 22.23.24.25/23 )  then {</div><div class=""><span class="Apple-tab-span" style="white-space:pre">            </span>bgp.path.empty;</div><div class=""><span class="Apple-tab-span" style="white-space:pre">           </span>bgp.path.prepend(22232);</div><div class=""><span class="Apple-tab-span" style="white-space:pre">          </span>accept;</div><div class=""><span class="Apple-tab-span" style="white-space:pre">   </span>}</div><div class=""><pre style="white-space: pre-wrap; background-color: rgb(255, 255, 255);" class="">}</pre></div><div class="">Hope that helps,</div><div class="">Mike</div><br class=""><div class="">
<div style="orphans: auto; text-align: start; text-indent: 0px; widows: auto; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="orphans: 2; widows: 2;" class=""><b class="">--</b></div><div style="color: rgb(0, 0, 0); letter-spacing: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; orphans: 2; widows: 2;" class=""><b class="">Michael McConnell</b></div><div style="color: rgb(0, 0, 0); letter-spacing: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; orphans: 2; widows: 2;" class=""><b class="">WINK Streaming;</b><br class=""><b class="">email:</b> <a href="mailto:michael@winkstreaming.com" class="">michael@winkstreaming.com</a><br class=""><b class="">phone:</b> +1 312 281-5433 <b class="">x 7400</b></div><div style="color: rgb(0, 0, 0); letter-spacing: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; orphans: 2; widows: 2;" class=""><b class="">cell:</b> +506 8706-2389</div><div style="color: rgb(0, 0, 0); letter-spacing: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; orphans: 2; widows: 2;" class=""><b class="">skype:</b> wink-michael<br class=""><b class="">web:</b> <a href="http://winkstreaming.com/" class="">http://winkstreaming.com</a></div></div>
</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On Feb 17, 2017, at 8:52 AM, Darren Marshall <<a href="mailto:darren@tuff.org.uk" class="">darren@tuff.org.uk</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hi guys,<div class=""><br class=""></div><div class="">Does anyone have an example bird configuration for remove private-as numbers , looking for same functionaility as the Cisco <span style="font-family:helvetica;font-size:12px" class="">remove-private-AS knob.</span></div><div class=""><span style="font-family:helvetica;font-size:12px" class=""><br class=""></span></div><div class=""><span style="font-family:helvetica;font-size:12px" class="">Thanks daz</span></div></div>
</div></blockquote></div><br class=""></body></html>