2023-03-20 05:29:11 +00:00
|
|
|
# birdc
|
|
|
|
|
|
|
|
> Bird remote control.
|
|
|
|
> Command tool to retrieve information like routes from bird and perform configurations during runtime.
|
|
|
|
> More information: <https://bird.network.cz/>.
|
|
|
|
|
birdc, fastd: remove double colon; babeld, bird, birdc, fastd, pystun3, stun: add German translation (#10351)
* birdc, fastd: remove double colon; babeld, bird, birdc, fastd, pystun3, stun: add German translation
2023-07-13 13:38:01 +01:00
|
|
|
- Open the remote control console:
|
2023-03-20 05:29:11 +00:00
|
|
|
|
|
|
|
`birdc`
|
|
|
|
|
|
|
|
- Reload the configuration without restarting Bird:
|
|
|
|
|
|
|
|
`birdc configure`
|
|
|
|
|
|
|
|
- Show the current status of Bird:
|
|
|
|
|
|
|
|
`birdc show status`
|
|
|
|
|
birdc, fastd: remove double colon; babeld, bird, birdc, fastd, pystun3, stun: add German translation (#10351)
* birdc, fastd: remove double colon; babeld, bird, birdc, fastd, pystun3, stun: add German translation
2023-07-13 13:38:01 +01:00
|
|
|
- Show all configured protocols:
|
2023-03-20 05:29:11 +00:00
|
|
|
|
|
|
|
`birdc show protocols`
|
|
|
|
|
|
|
|
- Show all details about a protocol:
|
|
|
|
|
|
|
|
`birdc show protocols {{upstream1}} all`
|
|
|
|
|
|
|
|
- Show all routes that contain a specific AS number:
|
|
|
|
|
|
|
|
`birdc "show route where bgp_path ~ [{{4242120045}}]"`
|
|
|
|
|
|
|
|
- Show all best routes:
|
|
|
|
|
|
|
|
`birdc show route primary`
|
|
|
|
|
|
|
|
- Show all details of all routes from a given prefix:
|
|
|
|
|
|
|
|
`birdc show route for {{fd00:/8}} all`
|