On Wed, 6 Feb 2019 14:29:59 +0100 Vinsonnaud Ludovic <ludovic.vinsonnaud@institutoptique.fr> wrote:
In fact, this table doesn't seem to exist with snmpwalk
Dell-LAN-SYSMNG-MIB::dellLanFileActionTable = No Such Object available on this
agent at this OID
Urgh. Seems like you're not the only one with that experience:
https://www.reddit.com/r/sysadmin/comments/7t6bhe/only_some_snmp_mibs_available_on_dell_n1548/
According to this, however, there may be an alternative ways you can
try.
This is someone who fails at the exact same operation (but then proceeds
to do something that looks like a network write, instead of writing
startup-config, using another MIB):
https://www.dell.com/community/Networking-General/PowerConnect-62XX-copy-files-using-snmp/td-p/3144320
I also found this in DNOS-SWITCHING-MIB:
| agentSaveConfig OBJECT-TYPE
| SYNTAX INTEGER {
| enable(1),
| disable(2)
| }
| MAX-ACCESS read-write
| STATUS current
| DESCRIPTION
| "enable(1) will initiate an configuration save to nvram.
|
| Status is returned by the object agentSaveConfigStatus."
| ::= { agentSystemGroup 1 }
That could be something worth investigating.