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
This commit is contained in:
37
pages.de/common/birdc.md
Normal file
37
pages.de/common/birdc.md
Normal file
@@ -0,0 +1,37 @@
|
||||
# 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`
|
Reference in New Issue
Block a user