Project

General

Profile

Actions

Task #6581

closed
NS NS

Document bird setup / usage

Task #6581: Document bird setup / usage

Added by Nico Schottelius almost 7 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Target version:
-
Start date:
04/09/2019
Due date:
% Done:

0%

Estimated time:
PM Check date:

Description

  • birdc6 show protocols
  • birdc6 show interfaces
  • birdc6 show route

Configuration (general)

  • import: add information from here into bird
  • export: write routes to this protocol

Filters


filter export_subnets {
  if net ~ [ 192.168.5.5/32 ] then {
    accept;
  }
  reject;
}
...
export filter export_subnets;
...

h2. stuff
<pre>
bird> show route protocol <somepeer> # shows the route they export to you
bird> show route export <somepeer> # shows the route you export to someone
...
</pre>

NS Updated by Nico Schottelius almost 7 years ago Actions #1

  • Description updated (diff)

NS Updated by Nico Schottelius almost 7 years ago Actions #2

  • Description updated (diff)

NS Updated by Nico Schottelius almost 7 years ago Actions #3

  • Description updated (diff)

NS Updated by Nico Schottelius over 4 years ago Actions #4

  • Status changed from In Progress to Closed
Actions

Also available in: PDF Atom