OpenBGPd
Written by Arnaud no commentspkg install openbgpd
touch /usr/local/etc/bgpd.conf
chmod 0600 /usr/local/etc/bgpd.conf
echo 'bgpd_flags=""' >> /etc/rc.conf
edit your config :
vi /usr/local/etc/bgpd.conf
service bgpd start
Some useful commands :
List the sessions and states :
bgpctl show summary
Detailed informations on your neighbors:
bgpctl show neighbor
Your configured/announced net :
bgpctl show network
List of routes for a prefix:
bgpctl show rib <network> all