Deepak, Yes, sort of.
If you can telnet to your switch then the switch's IP address is reachable. You could host the configuration file on a TFTP server and copy it like so: 180E7(su)->copy tftp://205.153.183.107/test.txt slot1/test.txt 180E7(su)->dir slot1/test.txt MAY 13 2009 15:21:08 0 test.txt Then issue a clear config to remove the existing config: 180E7(su)->clear config all Next a configure command to execute the new config: 180E7(su)->configure slot1/test.txt I believe you'll have to manually change the switch IP address. Here's a TFTP server I use: http://tftpd32.jounin.net/ . It includes a DHCP server as well; you may want to make sure you don't fire up DHCP accidentally. The CLI guide explains that one can only use TFTP or FTP. I'd rather use SSH/SCP, but hey that's me. Thanks, Lou Goddard PS - I suggest enabling and using SSH instead of telnet. You can find the CLI guides here: http://secure.enterasys.com/support/manuals/ Dear All, Can we upload switches configuration .cfg file through Telnet for N1 & N7 switches. Thanks Deepak Lagad. ------------------ CONFIDENTIALITY NOTICE --------------- This message, including any attachments, is for the sole use of the intended recipient(s) and may contain privileged confidential information protected by law. Any unauthorized review, use, disclosure or distribution of this message is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of this message. ------------------ CONFIDENTIALITY NOTICE --------------- -------- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. --- To unsubscribe from enterasys, send email to [email protected] with the body: unsubscribe enterasys [email protected]
