BGP commands enquiry - advertised-route, received-route, and many more
Ondrej Zajicek
santiago at crfreenet.org
Wed Aug 15 11:59:31 CEST 2012
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: santiago at crfreenet.org)
OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net)
"To err is human -- to blame it on a computer is even more so."
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20120815/0899ffc8/attachment.asc>
More information about the Bird-users
mailing list