Hello Daz,

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


export filter {
if (source net = 22.23.24.25/23 )  then {
bgp.path.empty;
bgp.path.prepend(22232);
accept;
}
}
Hope that helps,
Mike

--
Michael McConnell
WINK Streaming;
email: michael@winkstreaming.com
phone: +1 312 281-5433 x 7400
cell: +506 8706-2389
skype: wink-michael
web: http://winkstreaming.com

On Feb 17, 2017, at 8:52 AM, Darren Marshall <darren@tuff.org.uk> wrote:

Hi guys,

Does anyone have an example bird configuration for remove private-as numbers , looking for same functionaility as the Cisco remove-private-AS knob.

Thanks daz