Hi, im doing a script to create a daily report stating who was connected in the last 24 hours and when it was the last time they got disconnected from the network (wired and wireless).
An example of what i created.
networkName | userId | description | mac | ipV4 | usage | clientType | lastSeen(UTC+2) |
Cincinnati | frank.zappa@rock.com | ZU103CSC | dd:c6:af:21:e1:97 | 192.168.17.208 | 82.786 MB | Wired | 8/29/2024 23:07 |
There is one big issue thou. The lastSeen section is not true. The client left at 16:48 but ,dont know why Dashboard shows that.
The part that show the real disconnession thou is going to the switch,under the interface configuration.
Im trying to understand what python code i should script to get that info. Im not using Meraki library. Any Help?