BGPの検証に利用するOSSのBGP Speaker実装一覧
FRR, BIRD, GoBGP, ExaBGP あたりが使えればとりあえず困らない。
| OSS | Lang | Code |
|---|---|---|
| FRR | C | https://frrouting.org |
| BIRD | C | http://bird.network.cz |
| GoBGP | Go | https://github.com/osrg/gobgp |
| RustyBGP | Rust | https://github.com/osrg/rustybgp |
| BGP-RS | Rust | https://github.com/thepacketgeek/bgpd-rs |
| ExaBGP | Python | https://github.com/Exa-Networks/exabgp |
| YABGP | Python | https://github.com/smartbgp/yabgp |
それぞれの使い方を追記中。。