LinuxCommandLibrary

birdc

Bird remote control.

TLDR

Open the remote control console

$ birdc
copy


Reload the configuration without restarting Bird
$ birdc configure
copy


Show the current status of Bird
$ birdc show status
copy


Show all configured protocols
$ birdc show protocols
copy


Show all details about a protocol
$ birdc show protocols [upstream1] all
copy


Show all routes that contain a specific AS number
$ birdc "show route where bgp_path ~ [[4242120045]]"
copy


Show all best routes
$ birdc show route primary
copy


Show all details of all routes from a given prefix
$ birdc show route for [fd00:/8] all
copy

Copied to clipboard