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
I can see the routes being advertised by the neighbour in its out-RIB for the Ixia-c neighbour.
I tried filtering by peer name and address family, no prefixes returned. Tried with explicitly requesting a prefix using the filtering function as well, same result.
5. Fetch BGP prefix announcements - TODO this doesn't show the actual announcements
curl -sk "${OTG_HOST}/monitor/states" \
-X POST \
-H 'Content-Type: application/json' \
-d '{ "choice": "bgp_prefixes" }'
The text was updated successfully, but these errors were encountered:
POST to /monitor/states with payload of
{"choice": "bgp_prefixes"}
does not return received routesCalling the API over HTTP(S) with the following parameters does not return the list of routes received from any of the neighbours:
Example result:
I can see the routes being advertised by the neighbour in its out-RIB for the Ixia-c neighbour.
I tried filtering by peer name and address family, no prefixes returned. Tried with explicitly requesting a prefix using the filtering function as well, same result.
Interestingly it is also mentioned here:
https://github.com/open-traffic-generator/otg-examples/tree/main/docker-compose/cpdp-frr
The text was updated successfully, but these errors were encountered: