User Tools

Site Tools


networking:switch:dell_8024

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
networking:switch:dell_8024 [2019/12/13 11:11]
gcooper
networking:switch:dell_8024 [2021/12/20 10:33] (current)
gcooper
Line 4: Line 4:
  
 http://en.community.dell.com/techcenter/networking/w/wiki/2585.creating-vlans-on-a-dell-powerconnect-8024.aspx http://en.community.dell.com/techcenter/networking/w/wiki/2585.creating-vlans-on-a-dell-powerconnect-8024.aspx
 +
 +**User Guide**: https://downloads.dell.com/manuals/common/powerconnect_8024-and-f-ug_en-us.pdf
  
 Getting Started Guide: ftp://ftp.dell.com/Manuals/all-products/esuprt_ser_stor_net/esuprt_powerconnect/powerconnect-8024_Setup%20Guide_en-us.pdf Getting Started Guide: ftp://ftp.dell.com/Manuals/all-products/esuprt_ser_stor_net/esuprt_powerconnect/powerconnect-8024_Setup%20Guide_en-us.pdf
Line 17: Line 19:
 ===== Replacement Fan ===== ===== Replacement Fan =====
  
-**Fan Only**: Delta FFB0412SHN-9S93 (40x40x28mm, 3-pin, 13K RPM, wired red-blue-black from pin marked 1)+<note warning>This fan must be re-pinned before applying power or the **fan will be damaged**!</note> 
  
-:!: FFB0412SHN-F00 fans are commonly available, but they are wired black-red-blue from pin marked 1 and must be rewired.+**Delta FFB0412SHN-F00** 
 + 
 +  * 40x40x28mm 
 +  * 3-pin 
 +  * 13K RPM 
 +  * Tach signal on blue/yellow 
 +  * Pinned red-blue-black (red-yellow-black) from pin marked ''1'' 
 + 
 +{{:networking:switch:ffb0412shn-f00.png?400|Delta FFB0412SHN-F00}}
  
 ===== Initial Configuration ===== ===== Initial Configuration =====
Line 28: Line 38:
  
 Use the Getting Started Guide listed above. Use the Getting Started Guide listed above.
 +
 +Set the 'enable' password:
 +
 +<file>
 +configure
 +enable password xxxxx
 +</file>
 +
 +To enable SSH and web console, enter the following commands:
 +
 +<file>
 +enable
 +configure
 +username xxx password xxx privilege 15
 +crypto key generate rsa
 +crypto key generate dsa
 +ip ssh server
 +</file>
 +
 +To disable telnet, enter:
 +
 +<file>
 +ip telnet server disable
 +</file>
 +
 +To enable HTTPS, enter the following commands:
 +
 +FIXME Untested
 +
 +<file>
 +crypto certificate 1 generate key
 +ip https certificate 1
 +ip http secure-server
 +</file>
 +
 +To disable HTTP:
 +
 +<file>
 +no ip http server
 +</file>
 +
 +<file>
 +exit
 +</file>
 +
 +After verifying connectivity via SSH or HTTPS, save the configuration by entering:
 +
 +<file>
 +copy running-config startup-config
 +</file>
  
 ==== CLI Basics ==== ==== CLI Basics ====
Line 59: Line 119:
 Switch1> enable Switch1> enable
 Switch1# configure Switch1# configure
-Switch1(config)# interface range tengigabitethernet all+Switch1(config)# interface range ethernet all
 Switch1(config-if-ch1)# mtu 9216 Switch1(config-if-ch1)# mtu 9216
 Switch1(config-if-ch1)# exit Switch1(config-if-ch1)# exit
Line 72: Line 132:
 Switch1> enable Switch1> enable
 Switch1# configure Switch1# configure
-|Switch1(config)# interface port-channel 1+Switch1(config)# interface port-channel 1
 Switch1(config-if-ch1)# mtu 9216 Switch1(config-if-ch1)# mtu 9216
 </file> </file>
networking/switch/dell_8024.1576260692.txt.gz · Last modified: 2019/12/13 11:11 by gcooper