I have a lot of switches that I need to update all at once for a bit of a re-IP/re-VLAN/STP upgrade of the larger network. These switches are at remote sites hanging off cnWave gear. Ideally I’d like to modify or scp out a startup-config then reboot them. The cnmaestro templating is out of the question as it is just a copy-paste to running conf mode, takes no consideration of existing config at all. The switch groups also doesn’t work as it doesn’t include port config at all.
I tried copy command with SCP to startup but it claims it’s invalid even if I’ve copied directly from a device.
I tried backing up a config, modifying then using config restore but it’s not in sensible configuration text but rather SNMP OIDs with a checksum at the bottom to prevent modification…
Is there some way to do this?