Skip to content
/ xb Public

BIRD CLI to show BGP peers

License

Notifications You must be signed in to change notification settings

x6c-co/xb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xb

A simple BIRD CLI tool to show BGP peers in a pretty table.

xb

instructions

Download one of the binaries from the releases page.

wget https://github.com/x6c-co/xb/releases/latest/download/xb_Linux_x86_64.tar.gz
tar -xf xb_Linux_x86_64.tar.gz
sudo install ./xb /usr/local/bin
sudo xb

By default, xb, looks for the bird.ctl file at /var/run/bird/bird.ctl. You can tell xb to use a different path by either passing the -socket argument or using the BIRD_SOCKET environment variable.