implements a new feature: "BGP Allow list." This feature allows us to control which IP prefixes are going to be advertised via ebgp from the routes received from EBGP neighbors.
16 lines
284 B
JSON
16 lines
284 B
JSON
{
|
|
"CONFIG_DB__DEVICE_METADATA": {
|
|
"localhost": {
|
|
"sub_role": "NotBackEnd"
|
|
}
|
|
},
|
|
"loopback0_ipv4": "10.10.10.10/32",
|
|
"constants": {
|
|
"bgp": {
|
|
"allow_list": {
|
|
"enabled": false
|
|
}
|
|
}
|
|
}
|
|
}
|