Unsolved
This post is more than 5 years old
2 Posts
0
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:
So what are the OIDs I have to use?
Thanks
Thilo
0 events found
No Events found!


Crzywolf
93 Posts
0
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.**
thilo
2 Posts
0
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
nrls24
10 Posts
1
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
zeevz
1 Message
0
March 13th, 2013 11:00
how i can specify startup or running config?