On Tue, Jul 31, 2012 at 10:48:48AM +0800, Jimmy Halim wrote: > 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.
Generally something like:
table t;
protocol bgp {
table t;
import all;
export all;
...
}
protocol pipe {
peer table t;
import < here goes filters for BGP
export < here goes filters for BGP
}
Then 'show route table t protocol bgpX' would show all received routes.
--
Elen sila lumenn' omentielvo
Ondrej 'SanTiago' Zajicek (email: [email protected])
OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net)
"To err is human -- to blame it on a computer is even more so."
signature.asc
Description: Digital signature
