mirror of
https://git.dn42.dev/wiki/wiki
synced 2025-03-14 19:43:32 +00:00
Updated Bird2 (markdown)
This commit is contained in:
parent
2d93ba72c1
commit
bcb3d65c76
@ -187,11 +187,11 @@ Then for each peer, create a configuration file similar to this one:
|
|||||||
|
|
||||||
`/etc/bird/peers/<NEIGHBOR_NAME>.conf`:
|
`/etc/bird/peers/<NEIGHBOR_NAME>.conf`:
|
||||||
```
|
```
|
||||||
protocol bgp <name> from dnpeers {
|
protocol bgp <NEIGHBOR_NAME> from dnpeers {
|
||||||
neighbor <NEIGHBOR_IP> as <NEIGHBOR_ASN>;
|
neighbor <NEIGHBOR_IP> as <NEIGHBOR_ASN>;
|
||||||
}
|
}
|
||||||
|
|
||||||
protocol bgp <name>_v6 from dnpeers {
|
protocol bgp <NEIGHBOR_NAME>_v6 from dnpeers {
|
||||||
neighbor <NEIGHBOR_IPv6>%<NEIGHBOR_INTERFACE> as <NEIGHBOR_ASN>;
|
neighbor <NEIGHBOR_IPv6>%<NEIGHBOR_INTERFACE> as <NEIGHBOR_ASN>;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user