Backup And Restore Hp Procurve Switch Configuration Examples
Once again I’m blogging something to assist my own memory. I use HP Procurve switches because I can’t afford Cisco gear, but still need decent performance. Unfortunately I just hit a snag with one of my switches where a single port has failed. As the switch is fully committed, I need to swap it out with a cold spare and get it repaired for free under the stellar lifetime warranty program HP has for their Procurve gear.
A good network admin would already know how to back up his switch configs and would probably be running routine backups of those configs. I am not a good network admin, but I’m getting there. From ===================================================================================== Using the CLI commands you can copy switch configurations to and from a switch.
To backup HP ProCurve witch configuration using TFTP, please follow these steps: HP2520G# copy startup-config tftp 1 Free Download Driver Printer Hp Officejet 4255 Ink. Live A Better Life In 30 Days Pdf Printer more. 0.0.0.10 procurve-config To restore a saved configuration on HP ProCurve Switch, please follow these steps. How do I backup and restore the settings on HP ProCurve J4904A - 2848. How do I backup and restore settings on HP ProCurve J4904A - 2848 switch Learn when you want, where you want with convenient online training courses. Hp Color Laserjet Cp1514n Driver Windows 7.
TFTP method * This command copies the switch’s startup configuration (startup-config file) to a remote TFTP host. Copy tftp For example, to upload the current startup configuration to a file named sw5300 in the configs directory on drive “d” in a remote host having an IP address of 10.28.227.105: copy startup-config tftp 10.28.227.105 /configs/sw530 * This command copies a configuration from a remote host to the startup-config file in the switch. Copy tftp For example, to download a configuration file named sw5300 in the configs directory on drive “d” in a remote host having an IP address of 10.28.227.105: copy tftp startup-config 10.28.227.105 /configs/sw2512 The config file will be uploaded to the switch, which will reboot. Issue the “ show run” command to verify that the switch configuration is intact.
Cara Membuat Form Upload File Dengan Php File. Newer switches that have the ip ssh filetransfer feature can use the SCP/SFTP method * copy the config to the switch using scp (or sftp): scp myswitch.conf myswitch:/cfg/startup-config Save eventual changes by doing write memory before logging out.
Here are some steps I used to restore my saved HP ProCurve configuration file to my new switch using USB and the console cable. • Connect your console cable to a computer • Load up a program such as putty. Change the connection type to Serial then click Open • Your screen will turn black. Press enter 2 or 3 times to initiate the connection and the ProCurve switch should give you a response. • In the command line type configure to enter the configuration mode. • Type show configuration to verify the current configuration. • Plug in your USB Stick that has the configuration file; be sure that the USB stick has been formatted to FAT32 and that the file in is the root of the drive • From the command line type: copy usb startup-config press enter and your switch will reload with the new configuration *to save a config you would type: copy startup-config usb and press enter.