Unsolved

This post is more than 5 years old

2 Posts

52504

October 10th, 2008 11:00

get config from 6248 with snmp/tftp

I'd like to backup our 6248 Switches (Version 2.1.14) via snmp and tftp

 

I've seen this solution for a 5324 but it doesn't seem to work for 6248:

 

http://www.dellcommunity.com/supportforums/board/message?board.id=pc_managed&message.id=7420&query.id=166585#M7420

 

 So what are the OIDs I have to use?

 

Thanks

 Thilo

93 Posts

October 13th, 2008 15:00

Copying from switch:

 

copy running-configuration tftp:// /

 

Copying to switch:

 

copy tftp:// startup-configuration

reload

 

**You have to reboot the switch so it can load the startup-confi.  You cannot copy directly to the running-config.**

 

2 Posts

October 14th, 2008 05:00

I know how to do it from the console of course.

 

I'm looking for a way to do it with SNMP and TFTP.

 

Thilo

10 Posts

December 30th, 2008 14:00

Hi Thilo,

 

this should work:

http://en.community.dell.com/forums/p/19249305/19399158.aspx#19399158

 

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

 

bye...nrls24

 

1 Message

March 13th, 2013 11:00

how i can specify startup or running config?

0 events found

No Events found!

Top