Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
B
BIRD Internet Routing Daemon
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Labels
  • Merge Requests 3
    • Merge Requests 3
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Jobs
  • Commits
  • labs
  • BIRD Internet Routing Daemon
  • Wiki
  • Command_interface_examples

Last edited by Ondřej Filip Feb 21, 2014
Page history

Command_interface_examples

Command interface examples

Some common Cisco commands translated to BIRD commands:

  • show ip route -- show route [table XXX]
  • show ip route bgp -- show route [table XXX] protocol <protocol_name> (show route proto ospf2 )
  • show ip route 1.2.0.0 longer- -- show route where net ~ 1.2.0.0/16
  • show ip bgp 1.2.0.0 -- show route where net ~ 1.2.0.0/16 all
  • show ip bgp sum -- show protocols
  • show ip bgp neighbors 1.2.3.4 -- show protocols all <protocol_name> (show protocols all ospf2)
  • show ip bgp neighbors 1.2.3.4 advertised-routes -- show route export <protocol_name>
  • clear ip bgp 1.2.3.4 -- reload <protocol_name> [in/out]
  • show ip route summary -- show route [table XXX] count
Clone repository
  • BGP_example_1
  • BGP_example_2
  • BGP_filtering
  • Command_interface_examples
  • Examples
  • FAQ
  • OSPF_example
  • Policy_routing
  • Related
  • Route_server_with_community_based_filtering_and_multiple_RIBs
  • Route_server_with_community_based_filtering_and_single_RIB
  • Simple_route_server
  • Home
  • transition notes to bird 2