Forrest logo
back to context overview

birdc

List of commands for birdc:

  • birdc:tldr:318b4 birdc: Show the current status of Bird.
    $ birdc show status
    try on your machine
    explain this command
  • birdc:tldr:371a1 birdc: Show all active protocols.
    $ birdc show protocols
    try on your machine
    explain this command
  • birdc:tldr:4f84e birdc: Open the remote control console:.
    $ birdc
    try on your machine
    explain this command
  • birdc:tldr:56570 birdc: Reload the configuration without restarting Bird.
    $ birdc configure
    try on your machine
    explain this command
  • birdc:tldr:5d4b9 birdc: Show all routes that contain a specific AS number.
    $ birdc "show route where bgp_path ~ [${4242120045}]"
    try on your machine
    explain this command
  • birdc:tldr:6eb7a birdc: Show all details about a protocol.
    $ birdc show protocols ${upstream1} all
    try on your machine
    explain this command
  • birdc:tldr:7297a birdc: Show all best routes.
    $ birdc show route primary
    try on your machine
    explain this command
  • birdc:tldr:a342d birdc: Show all details of all routes from a given prefix.
    $ birdc show route for ${fd00:-8} all
    try on your machine
    explain this command
back to context overview