bgpsimple
bgpsimple copied to clipboard
simple BGP peering and route injection script
trying the following command: `sudo ./bgp_simple.pl -myas 65000 -myip 192.168.6.43 -peerip 192.168.6.33 -peeras 65001 -p myroutes -v ` gives me the following error after 2 seconds: `Error occured: type [Cease]...
Was to lazy to code a new check expression, so AS number checking now returns always 0 for ok.
Do you have any idea whether it is possible to talk to multiple peers by some trivial changes to the script? I am no Perl coder myself. Does Net:BGP support...