SRX100 に full route を食わせる
Motivation
検証などでフルルートを食わせてみましょうってのがあるけれども、結局どうやるんだろうと。
Install Python
Mac なので入ってた
$ python
Python 2.7.5 (default, Mar 9 2014, 22:15:05)
[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
Insatall PyPy
入れるといいらしい
真ん中あたりの Mac OS/X binary (64bit) を持ってくる。
Configure SRX
Factory setting から BGP に関するものとかを入れただけ。
Advertise full route
1 時間以上かかってる…
$ ./sbin/exabgp ~/mrtparse/examples/full.conf
Reference
- Exa-Networks/exabgp
- Python で書かれた BGP をおしゃべりするプログラム
- ExaBGPを使ってBGPフル経路を注入
- の使い方とか(ExaBGP のサイトからもリンク貼られてる)
- Index of /bgpdata
- full route 置き場(Route Views Project から)
- YoshiyukiYamauchi/mrtparse
- Route Views のファイルを ExaBGP が食える形に変換