@FiyaFly said in Scripting changing VLANs on Managed Switches through SSH:
Can you think of an easy way to get the information from the switches as to current configuration in an automated manner to create and update the tables accordingly? SNMP is an option but I'd have to think on the best way to output and parse the information.
SNMP should be available via a pre-parsed module in Python, I would assume. Not something that I have written myself (obviously not the module, but I've not written something that uses the module) but I would be pretty surprised if this didn't already exist in such a way that you just have to query the resulting array rather than needing to parse a text dump.