On Tue, 5 Feb 2019 15:21:35 +0100 Vinsonnaud Ludovic <ludovic.vinsonnaud@institutoptique.fr> wrote:
I think I found the solution
http://cric.grenoble.cnrs.fr/Administrateurs/Outils/MIBS/?oid=1.3.6.1.4.1.674.10895.5000.1.2.2.4.1
So, if I'm reading it correctly, an SNMP SET-based "write mem" operation
might look something like this shell script:
ip=X.X.X.X
community=XXX
snmpset -c $community $ip \
Dell-LAN-SYSMNG-MIB::dellLanFileActionCommand.1 i 2 \
Dell-LAN-SYSMNG-MIB::dellLanFileActionSourceFile.1 s 'running-config' \
Dell-LAN-SYSMNG-MIB::dellLanFileActionDestFile.1 s 'startup-config'
Are you able to make that work?