Hi Alexander, guys,

Thanks a lot for your input. Actually it is great if someone has tried a work 
around to display the equivalent command of "show ip bgp neighbors 1.1.1.1 
received-routes" in BIRD. We are able to do this in OpenBGPD. I have heard 
before that maybe we need to use community to play around. But I am not sure 
how to do it. It is appreciated if anyone here can give some light.

Thanks,
Jimmy

-----Original Message-----
From: Alexander V. Chernikov [mailto:[email protected]] 
Sent: Thursday, July 26, 2012 4:46 PM
To: Jimmy Halim
Cc: [email protected]
Subject: Re: BGP commands enquiry - advertised-route, received-route, and many 
more

On 26.07.2012 06:55, Jimmy Halim wrote:
> Hi guys,
>
> I am very new to BIRD daemon. Can I check with anyone in the mailing
> list on the equivalent commands for the following in BIRD daemon?
>

> -Show ip bgp neighbors 1.1.1.1 advertised-routes (cisco)
sh route export <1.1.1.1 peer-name>
>
> -Show ip bgp neighbors 1.1.1.1 received-routes (cisco)
No <easy> way to see routes before applying way. If you desperately 
needs this you can make a separate table for this peer, and use pipe 
filtering to put needed routes in master table (and vise versa)
>
> -Show ip bgp neighbors 1.1.1.1 routes (cisco)
sh route protocol <1.1.1.1 peer-name> [all]
>
> -Bgpctl show rib (OpenBGPD)
show route [all] (probably) ?
>
> -Bgpctl show fib (OpenBGPD)
show route export kernel (probably) ?
>
> Thanks in advance!

I've translated part of our internal wiki page, regarding bird:
http://bird.mpls.in/projects/mpls-bird/wiki/Bird_cheatsheet

Maybe it can help a bit more.

>
> Cheers,
>
> Jimmy
>



Reply via email to