snippetbashTip
birdc — BIRD remote control. Retrieve information like routes from bird and perform configurations during ru
Viewed 0 times
commandretrievecliinformationcontrolbirdbirdcremote
Problem
How to use the
birdc command: BIRD remote control. Retrieve information like routes from bird and perform configurations during runtime. More information: <https://bird.network.cz/?get_doc&v=30&f=bird-4.html>.Solution
birdc — BIRD remote control. Retrieve information like routes from bird and perform configurations during runtime. More information: <https://bird.network.cz/?get_doc&v=30&f=bird-4.html>.Open the remote control console:
birdcReload the configuration without restarting BIRD:
birdc configureShow the current status of BIRD:
birdc show statusShow all configured protocols:
birdc show protocolsShow all details about a protocol:
birdc show protocols {{upstream1}} allShow all routes that contain a specific AS number:
birdc "show route where bgp_path ~ [{{4242120045}}]"Show all best routes:
birdc show route primaryShow all details of all routes from a given prefix:
birdc show route for {{fd00:/8}} allCode Snippets
Open the remote control console
birdcReload the configuration without restarting BIRD
birdc configureShow the current status of BIRD
birdc show statusShow all configured protocols
birdc show protocolsShow all details about a protocol
birdc show protocols {{upstream1}} allContext
tldr-pages: common/birdc
Revisions (0)
No revisions yet.