Difference between revisions of "PowerConnect 7000 and 6000 Series Update and Commands"

Wiki.TerraBase.info
Jump to navigation Jump to search
m
Line 11: Line 11:
*
*


=== Show IP Address ===
===Show IP Address===


* show ip interface management
*show ip interface management


===Set IP Address===
===Set IP Address===
Line 41: Line 41:
...the rest is from the command line
...the rest is from the command line


* enable
*enable
* show version (just to make sure the image got uploaded properly and to check which image it is currently booting from)
*show version (just to make sure the image got uploaded properly and to check which image it is currently booting from)
* boot system image1 OR boot system image2 (depending on which image it is currently booted from, set it to the other one)
*boot system image1 OR boot system image2 (depending on which image it is currently booted from, set it to the other one)
* update bootcode
*update bootcode
* Router will reboot and install new firmware
*Router will reboot and install new firmware
* show boot-version (just to make sure it finished the upgrade and booted to the expected image)
*show boot-version (just to make sure it finished the upgrade and booted to the expected image)


===Reset to Factory Defaults===
===Reset to Factory Defaults===
Line 54: Line 54:
*reload (switch will restart)
*reload (switch will restart)
*StartUp Wizard will start after reboot
*StartUp Wizard will start after reboot
=== Enable SSH Access ===
* enable
* config
* crypto key generate rsa
* crypto key generate dsa
* ip ssh server
Enable HTTPS
* crypto certificate 1 generate
* key-generate <512-2048> (the <512-2048> means pick a number like 512, 1024, 2048)
* exit
* ip https certificate 1
* ip https server


===Documentation Faux Pas===
===Documentation Faux Pas===

Revision as of 15:16, 2 October 2021

If you've recently acquired a slightly older Dell PowerConnect 6000 Series Ethernet Switch, most of the documentation and commands one finds relates to the newer 7000 Series and up.

Below are the most common things and commands you'll need to do after buying a used switch.

General Notes

  • Cable to Use: DB9 Crossover / Null Modem
  • Serial Settings: 9600 8 1 No None (Baud Rate, Data bits, Stop bits, Flow Control, Parity)
  • PowerConnect Switches have two "disk drives" (image1 and image2), so in Windows, Linux, or PC parlance, it has "dual boot" capability.
  • In the Web Interface / GUI, the terms "Upload" and "Download" are from the switches perspective.

Show IP Address

  • show ip interface management

Set IP Address

  • enable
  • config
  • ip address W.X.Y.Z /24 (assuming the subnet for the IP Address will be 255.255.255.0)

Change a User Name / Password

  • enable
  • config
  • username WhatEverUserName password WhatEverPassword level 15 (admin is the default user name, level 15 is the 'highest privilege' IE Administrator)

Change Web Interface / GUI from HTTPS to HTTP

  • enable
  • config
  • ip http server

Why would this be done? Well, after a certain date in 2021, the HTTPS certificate is busted. That means no GUI access until a new certificate is installed OR access is gained via HTTP.

Upgrade Firmware

  • In Web Interface / GUI: System, File Management, Download, Firmware, TFTP, WhatEverIP, WhatEverFileName, BlankIfFileIsInRootDirectory

...the rest is from the command line

  • enable
  • show version (just to make sure the image got uploaded properly and to check which image it is currently booting from)
  • boot system image1 OR boot system image2 (depending on which image it is currently booted from, set it to the other one)
  • update bootcode
  • Router will reboot and install new firmware
  • show boot-version (just to make sure it finished the upgrade and booted to the expected image)

Reset to Factory Defaults

  • enable
  • delete startup-config
  • reload (switch will restart)
  • StartUp Wizard will start after reboot

Enable SSH Access

  • enable
  • config
  • crypto key generate rsa
  • crypto key generate dsa
  • ip ssh server

Enable HTTPS

  • crypto certificate 1 generate
  • key-generate <512-2048> (the <512-2048> means pick a number like 512, 1024, 2048)
  • exit
  • ip https certificate 1
  • ip https server

Documentation Faux Pas

In the 3.3.18.1 ZIP file, there are instructions to upgrade the firmware. There are a couple of minor issues. On page 6, the 3. item will not work, even though the instructions say this is for upgrading any 3.x.x.x version firmware. Use the GUI to download a new image file.

And oddly, there's not mention of, "Oh, by the way, if the upgrade for the first image works and you want to upgrade the second image firmware, then 'rinse and repeat'." IE, do the entire upgrade process again after booting to the other image.