sflow/exabgp

By sflow

Updated about 1 year ago

Set up BGP connection and display messages

Image
0

380

What is exabgp?

ExaBGP is an open source BGP client that displays messages in JSON format.

How to use this image

docker run --rm --name=exabgp sflow/exabgp

Runs exabgp, connecting to docker host on port 1179.

docker exec exabgp exabgpcli show neighbor summary

Run an exabgpcli command.

Environment variables

  • LOCAL_AS Local AS number, default 65000
  • PEER_ADDR Peer IP address, default host.docker.internal
  • PEER_AS Peer AS number, default 65001
  • PEER_PORT TCP port to connect to, default: 1179

Docker Pull Command

docker pull sflow/exabgp