BGP daemon that listens for connections and outputs BGP updates.
go build and you're good. Right now I'm only using the standard library so there is no need to install any dependencies besides the Go compiler.
Handles the full IPv4 and IPv6 internet routing table with ease.
Daemon will listen for any incoming connections. No need to configure peers as it'll only respond to connections to it.
$sudo ./bgpwatch --help
Usage of ./bgpwatch:
-endofrib
log updates only when EoR received
-log string
log location, stdout if not given
-port int
listen port (default 179)
-rid string
router id (default "0.0.0.1")
- IPv4 and IPv6
- Most of RFC4271
- RFC6793
- RFC8092
- RFC2858
- RFC4456
- Go
- Many RFCs ...
- Darren O'Connor
This project is licensed under the Apache 2.0 License - see the LICENSE file for details