Revision dbbe4a78 doc/bird.sgml
doc/bird.sgml | ||
---|---|---|
2195 | 2195 |
<cf/local 10.0.0.1; local as 65000;/ are valid). This parameter is |
2196 | 2196 |
mandatory. |
2197 | 2197 |
|
2198 |
<tag><label id="bgp-neighbor">neighbor [<m/ip/] [port <m/number/] [as <m/number/] [internal|external]</tag> |
|
2198 |
<tag><label id="bgp-neighbor">neighbor [<m/ip/ | range <m/prefix/] [port <m/number/] [as <m/number/] [internal|external]</tag>
|
|
2199 | 2199 |
Define neighboring router this instance will be talking to and what AS |
2200 | 2200 |
it is located in. In case the neighbor is in the same AS as we are, we |
2201 | 2201 |
automatically switch to IBGP. Alternatively, it is possible to specify |
... | ... | |
2205 | 2205 |
parameter, this parameter may also be used multiple times with different |
2206 | 2206 |
sub-options. This parameter is mandatory. |
2207 | 2207 |
|
2208 |
It is possible to specify network prefix (with <cf/range/ keyword) |
|
2209 |
instead of explicit neighbor IP address. This enables dynamic BGP |
|
2210 |
behavior, where the BGP instance listens on BGP port, but new BGP |
|
2211 |
instances are spawned for incoming BGP connections (if source address |
|
2212 |
matches the network prefix). It is possible to mix regular BGP instances |
|
2213 |
with dynamic BGP instances and have multiple dynamic BGP instances with |
|
2214 |
different ranges. |
|
2215 |
|
|
2208 | 2216 |
<tag><label id="bgp-iface">interface <m/string/</tag> |
2209 | 2217 |
Define interface we should use for link-local BGP IPv6 sessions. |
2210 | 2218 |
Interface can also be specified as a part of <cf/neighbor address/ |
... | ... | |
2236 | 2244 |
session. Default: the address of the local end of the interface our |
2237 | 2245 |
neighbor is connected to. |
2238 | 2246 |
|
2247 |
<tag><label id="bgp-dynamic-name">dynamic name "<m/text/"</tag> |
|
2248 |
Define common prefix of names used for new BGP instances spawned when |
|
2249 |
dynamic BGP behavior is active. Actual names also contain numberic |
|
2250 |
index to distinguish individual instances. Default: "dynbgp". |
|
2251 |
|
|
2252 |
<tag><label id="bgp-dynamic-name">dynamic name digits <m/number/</tag> |
|
2253 |
Define minimum number of digits for index in names of spawned dynamic |
|
2254 |
BGP instances. E.g., if set to 2, then the first name would be |
|
2255 |
"dynbgp01". Default: 0. |
|
2256 |
|
|
2239 | 2257 |
<tag><label id="bgp-strict-bind">strict bind <m/switch/</tag> |
2240 | 2258 |
Specify whether BGP listening socket should be bound to a specific local |
2241 | 2259 |
address (the same as the <cf/source address/) and associated interface, |
Also available in: Unified diff