How I solved the "stale NetBox data" problem for my existing network. I put together a Python script that uses pyATS `pcall` to connect to all my switches at once (way faster than 1-by-1) and automatically syncs their live port status, VLANs, and des...