1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.de/common/birdc.md
Marek Küthe fe3154287e
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 18:08:01 +05:30

37 lines
859 B
Markdown

# birdc
> Bird remote control.
> Kommandozeilenwerkzeug zum Abrufen von Informationen wie Routen von bird und zur Durchführung von Konfigurationen während der Laufzeit.
> Weitere Informationen: <https://bird.network.cz/>.
- Öffne die remote control Konsole:
`birdc`
- Lade die Konfiguration neu, ohne Bird neu zu starten:
`birdc configure`
- Zeige den aktuellen Status von Bird an:
`birdc show status`
- Zeige alle konfigurierten Protokolle an:
`birdc show protocols`
- Zeige alle Details zu einem Protokoll an:
`birdc show protocols {{upstream1}} all`
- Zeige alle Routen an, die eine bestimmte AS-Nummer enthalten:
`birdc "show route where bgp_path ~ [{{4242120045}}]"`
- Zeige alle besten Routen an:
`birdc show route primary`
- Zeige alle Details zu allen Routen von einem bestimmten Präfix an:
`birdc show route for {{fd00:/8}} all`