openBackhaul / MacAddressTableRecorder

Markus' first Application on the MW SDN Controller
Apache License 2.0
3 stars 0 forks source link

How to coordinate requests to devices with MWDI requests to prevent performance problems on devices #183

Open kmohr-soprasteria opened 7 months ago

kmohr-soprasteria commented 7 months ago

In backoffice call the question came up, how we ensure that there is no negative impact on devices, when MATR and MWDI both are sending requests to the same devices at the same time. (This would also apply to all other (future) apps which would directly access the controller.)

Currently MATR is using the request ODL://rests/operations/network-topology:network-topology/topology=topology-netconf/node={mount-name}/yang-ext:mount/mac-fd-1-0:provide-learned-mac-addresses to get the learned mac addresses.