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