Update bird/bird.conf.tmpl, bird/neighbors/lkwco_mane_lixo files

This commit is contained in:
sump pump 2020-04-28 04:20:27 +00:00
parent b305860063
commit 1148ce372c
2 changed files with 4 additions and 9 deletions

View File

@ -3,20 +3,15 @@ debug protocols all; # Enable debugging
router id ${address}; 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})"; description "Lixonet BGP uplink for ${address} (ASN: {$asn})";
local as ${asn}; local as ${asn};
source address ${address}; # What local address we use for the TCP connection source address ${address}; # What local address we use for the TCP connection
path metric 1; # Prefer routes with shorter paths (like Cisco does) path metric 1; # Prefer routes with shorter paths (like Cisco does)
} }
# Define a template to use when connecting to other BGP clients # Neighbor example
template bgp lixonet_client { protocol bgp lkwco_mane_lixo from lixonet_client {
local as ${asn};
}
# Neighbor
protocol bgp test from lixonet_client {
neighbor 172.30.0.16 as 4206969016; neighbor 172.30.0.16 as 4206969016;
} }

View File