* Initial commit for BGP internal neighbor table support. > Add new template named "internal" for the internal BGP sessions > Add a new table in database "BGP_INTERNAL_NEIGHBOR" > The internal BGP sessions will be stored in this new table "BGP_INTERNAL_NEIGHBOR" * Changes in template generation tests with the introduction of internal neighbor template files.
13 lines
263 B
JSON
13 lines
263 B
JSON
{
|
|
"loopback0_ipv4": "10.10.10.10/32",
|
|
"constants": {
|
|
"bgp": {
|
|
"allow_list": {
|
|
"enabled": true,
|
|
"default_action": "permit",
|
|
"drop_community": "12345:12345"
|
|
}
|
|
}
|
|
}
|
|
}
|