You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's been observed that bgp allow import/export filters are not making it to the bookstore. This was observed during a rack update. Previously all of these peers had values in these lists.
# curl http://[fd00:1122:3344:11f::1]:12345/network-bootstore-config | jq ".body.rack_network_config.ports[0].bgp_peers"
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 3801 100 3801 0 0 3653k 0 --:--:-- --:--:-- --:--:-- 3711k
[
{
"asn": 65003,
"port": "qsfp0",
"addr": "45.154.216.3",
"hold_time": 6,
"idle_hold_time": 0,
"delay_open": 3,
"connect_retry": 3,
"keepalive": 2,
"remote_asn": null,
"min_ttl": null,
"md5_auth_key": null,
"multi_exit_discriminator": null,
"communities": [],
"local_pref": null,
"enforce_first_as": false,
"allowed_import": {
"type": "no_filtering"
},
"allowed_export": {
"type": "allow",
"value": []
},
"vlan_id": null
}
]
The text was updated successfully, but these errors were encountered:
It's been observed that bgp allow import/export filters are not making it to the bookstore. This was observed during a rack update. Previously all of these peers had values in these lists.
The text was updated successfully, but these errors were encountered: