Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

19166

December 30th, 2008 10:00

PowerConnect 62XX: copy files using snmp

Hi,

is it also possible to copy the config files via snmp as discribed here:

http://en.community.dell.com/forums/p/18095058/18218044.aspx#18218044

The 6200 mib package contains the Dell-LAN-SYSMNG-MIB which includes all oids to do this. But my 6248 has no objects under dellLanFileSysGroup.

Nevertheless I tried the following snmpset command:

snmpset -v3 -u MYSECNAME  -l authNoPriv -a SHA -A MYAUTHPW -l authPriv -x DES -X MYCRYPTPW  DELL6200IP  dellLanFileActionCommand i 2 dellLanFileActionSourceFile s running-config dellLanFileActionDestFile s tftp://TFTPSERVERIP/DELL6200IP-DATE.config dellLanFileActionForceAction i 1

But I just got this error:

Error in packet.
Reason: noCreation (That table does not support row creation or that object can not ever be created)
Failed object: Dell-LAN-SYSMNG-MIB::dellLanFileActionCommand

 

Is there another mib I can use to do this job?

 

Thanks...nrls24

 

10 Posts

December 30th, 2008 10:00

I found the solution, it's the FASTPATH-SWITCHING-MIB:

snmpset -v3 -u nagiosrw  -l authNoPriv -a SHA -A MYAUTHPW -l authPriv -x DES -X MYCRYPTPW  -m FASTPATH-SWITCHING-MIB DELL6200IP agentTransferUploadServerAddress.0 = 192.168.100.130 agentTransferUploadFilename.0 = "sw16-20081230.config" agentTransferUploadDataType.0 i 3 agentTransferUploadStart.0 i 1

Dell really should improve their switch documentation.

 

No Events found!

Top