This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| tools:brt [2019/11/21 14:35] veera | tools:brt [2019/11/21 14:36] (current) veera [4.1 Convert the MRT format update file to a format acceptable by brt using bgpdump] | ||
|---|---|---|---|
| Line 65: | Line 65: | ||
| Convert the file using bgpdump | Convert the file using bgpdump | ||
| - | '' | ||
| - | bgpdump -m updates.20191101.0130  > updates.20191101.0130.bgpdump | ||
| - | '' | + | <code> | 
| + | bgpdump -m updates.20191101.0130  > updates.20191101.0130.bgpdump | ||
| + | </code> | ||
| Line 77: | Line 77: | ||
| Run BRT , use the -v to keep an eye on errors.  | Run BRT , use the -v to keep an eye on errors.  | ||
| - | '' | + | <code> | 
| sudo perl brt-0.2.pl  -brtas 300 -brtip 192.168.3.33 -peeras 400 -peerip 192.168.3.200 -f ~/updates.20191101.0130.bgpdump -v | sudo perl brt-0.2.pl  -brtas 300 -brtip 192.168.3.33 -peeras 400 -peerip 192.168.3.200 -f ~/updates.20191101.0130.bgpdump -v | ||
| - | '' | + | </code> | 
| Use the following command on the router | Use the following command on the router | ||
| - | '' | + | <code> | 
| sh ip route | sh ip route | ||
| Line 90: | Line 90: | ||
| sh bgp neighbors | sh bgp neighbors | ||
| + | </code> | ||
| - | '' | ||