**This is an old revision of the document!** ----
====== BGP Replay Tool ====== Used to test BGP Route Receiver that ships with Trisul. 1. Download BRT from http://caia.swin.edu.au/tools/bgp/brt/downloads.html 2. Install the Perl Net::BGP module <code> sudo cpanm Net::BGP </code> 3. On router under test say it has AS 400 <code> sh bgp neighbors debug ip bgp all conf t router bgp 400 neighbor 192.168.3.100 remote-as 300 </code>