Update bird/bird.conf.tmpl, bird/neighbors/lkwco_mane_lixo files
This commit is contained in:
parent
b305860063
commit
1148ce372c
@ -3,20 +3,15 @@ debug protocols all; # Enable debugging
|
||||
|
||||
router id ${address};
|
||||
|
||||
protocol bgp {
|
||||
# Define a template to use when connecting to other BGP clients on the EE network
|
||||
template bgp lixonet_client {
|
||||
description "Lixonet BGP uplink for ${address} (ASN: {$asn})";
|
||||
|
||||
local as ${asn};
|
||||
source address ${address}; # What local address we use for the TCP connection
|
||||
path metric 1; # Prefer routes with shorter paths (like Cisco does)
|
||||
}
|
||||
|
||||
# Define a template to use when connecting to other BGP clients
|
||||
template bgp lixonet_client {
|
||||
local as ${asn};
|
||||
}
|
||||
|
||||
# Neighbor
|
||||
protocol bgp test from lixonet_client {
|
||||
# Neighbor example
|
||||
protocol bgp lkwco_mane_lixo from lixonet_client {
|
||||
neighbor 172.30.0.16 as 4206969016;
|
||||
}
|
||||
|
0
bird/neighbors/lkwco_mane_lixo
Normal file
0
bird/neighbors/lkwco_mane_lixo
Normal file
Loading…
x
Reference in New Issue
Block a user