Hi,
Our infrastructure is mainly cisco devices, but we do have a handful of procurve switches.
For our cisco devices, we're able to send an snmpset command to copy the running config to startup:
I can execute "write mem" on cisco devices via snmpset by setting the OLD-CISCO-SYS-MIB OID .1.3.6.1.4.1.9.2.1.54 to integer 1.
On IOS 12 or newer, a different command (CISCO-CONFIG-COPY-MIB) is needed:
Set ccCopySourceFileType to 2 (running-config)
Set ccCopyDestFileType to 1 (startup-config)
Set ccCopyEntryRowStatus to 4 (createAndGo)
I've been trying to find (if it exists), the OID for doing a "CLI" "write memory" via SNMPSET on our procurve devices.
Can anyone shed some light?
Thanks in advance,
Tim