0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-17 16:48:43 +00:00

Doc: Added example of static routes with BGP large communities

This commit is contained in:
Nigel Kukard 2020-11-18 18:00:12 +01:00 committed by Ondrej Zajicek (work)
parent 00ddd18b02
commit df65d519d6

View File

@ -5167,6 +5167,10 @@ protocol static {
ospf_tag = 2; # Set extended attribute
bfd; # BFD-controlled route
};
route 192.168.11.0/24 via 198.51.100.100 {
bgp_community.add((65535, 65281)); # Set extended BGP attribute
bgp_large_community.add((64512, 1, 1)); # Set extended BGP attribute
};
}
</code>