Not sure how many of you here deal with Dell switches....
I just got a refurb N3024P from xByte.com. I unpacked it and then booted it up and started configuring. Things have gone fine so far except I am having a lot of trouble using TFTP (of all things) to update firmware and export configs, etc.
I do have a TFTP server running currently which I've used to grab firmware updates many times in the past for other N3000 switches. I just now tested TFTP with another N3000 switch to make sure I could export the running config to the TFTP folder as a test.txt file. It works perfectly and the file showed up right away and there were no errors.
I attempted the same thing with my new N3024 but it just sits there and says "0 bytes transferred" and then eventually fails. I used the EXACT same command as with the other switch, except I exported to "test2.txt".
NOTE: Yes the path is correct and yes TFTP is running on the server. I also ran WireShark on my server and filtered for TFTP and noticed that there was no traffic at all. So it's as if TFTP is not even running on the N3024P switch..
Commands that were used:
console# en
console# copy running-config tftp://192.168.10.36/Switches/filename.txt
The switch from xByte has the same firmware as the other N3000 which I have successfully tested TFTP on:
active: 6.3.3.8
backup: 6.3.2.3
current-active: 6.3.3.8
next-active: 6.3.3.8
Any thoughts?