Difference between revisions of "Dell Powerconnect 5324"

From Hack Sphere Labs Wiki
Jump to: navigation, search
Line 45: Line 45:
  
 
Enter to continue and boot the device.
 
Enter to continue and boot the device.
 +
Make sure to have the firmware file downloaded before you reset the switch that has your working internet connection on it.
 +
 +
=Upgrading Switch=
 +
 +
==via console xmodem==
 +
* Console In
 +
enable
 +
reload
 +
 +
*Y to reboot the swtich
 +
* Return or Esc within two seconds
 +
* 1 to download software
 +
 +
Send file via xmodem.  I use minicom.  Along with minicom you need to have lrzsz installed.  Some say to use screen with minicom because the transfer will take a while over serial.  If you use screen and minicom you will need to change the escape key of one of them.  Usually minicom under screen and keyboard (minicom -o)
 +
 +
===Notes===
 +
*http://www.latefortea.com/2009/09/minicom-cisco-and-xmodem/

Revision as of 10:50, 21 July 2012

To work with this switch you are going to need a NULL modem serial adapter or NULL modem cable. Once you have that The terminal settings are 9600 8N1 with no flow control. So 9600 baud, 8 data bits, 1 stop bit, and no parity. Flow Control NONE. VT100 Emulation.

Notes From Reading User Guide of Switch

  • RS-232 Console Port

One DB-9 connector for a serial terminal connection which is used for debugging, software download, etc. The default baud rate is 9600 bps. The baud rate can be configured from 2400 bps up to 38400 bps.

The SFP ports and ethernet ports 21-24 can not be used at the same time.

  • The device has the following physical dimensions:
    • Height — 44 mm (1.73 inch)
    • Width — 440 mm (17.32 inch)
    • Depth — 255 mm (10.03 inch)

Speed/link/activity is indicated on the left LED and the duplex mode is indicated on the right LED.

Diag lights 4 in a row.

The reset button, located on the front panel, manually resets the device.

CLI

When using cli to save settings:

console# copy running-config startup-config

Reset/Blank Password

It looks like a temp operation unless you save the settings. You have to console into the switch. Reset it. On startup of the switch you will be prompted to hit esc or enter:

Autoboot in 2 seconds - press RETURN or Esc. to abort and enter prom.

Afer you hit enter or esc you get 6 options. 3 clears the password. I bet you the password comes back on reset.

Reset Configuration

Console into the switch. Reset it. On startup of the switch you will be prompted to hit esc or enter:

Autoboot in 2 seconds - press RETURN or Esc. to abort and enter prom.

press [2] within two seconds to erase flash file. Do Yes. The filename you want is:

config

Enter to continue and boot the device. Make sure to have the firmware file downloaded before you reset the switch that has your working internet connection on it.

Upgrading Switch

via console xmodem

  • Console In
enable
reload
  • Y to reboot the swtich
  • Return or Esc within two seconds
  • 1 to download software

Send file via xmodem. I use minicom. Along with minicom you need to have lrzsz installed. Some say to use screen with minicom because the transfer will take a while over serial. If you use screen and minicom you will need to change the escape key of one of them. Usually minicom under screen and keyboard (minicom -o)

Notes