Looking for a way to show ports on a switch and the mac addresses connected to it. I can see this on the node summary page but don't see a way to export the data.
I threw together something that might help. The data is presented in two ways.
Device Port Inventory - Reports - The Orion Platform
Thank you! Would there be an easy way to limit it to a particular node? For instance just list ports/macs for one particular access switch?
If you ONLY ever need it for one, edit the data source and add something like:
AND NodeID = <node ID number>
To the WHERE clause.
WHERE
Or you can always export the results to CSV/Excel and then just clean it up. Depends on how you want to work with the data moving forward.