netenglabs / suzieq

Using network observability to operate and design healthier networks
https://www.stardustsystems.net/
Apache License 2.0
787 stars 104 forks source link

[Feature]: Add mac_count on vlan table #843

Open PieterL75 opened 1 year ago

PieterL75 commented 1 year ago

Suzieq version

0.19.1

Install Type

hand deployed python

Feature type

New component

Use case

We need to track if a vlan is still being used or not. The way to do that. is to count the number of mac addresses for a vlan on a device.

Proposed functionality/solution

Add an extra field to the 'vlan' table with the 'maccount' of that vlan, on that device.

External dependencies

No response

Additional Context