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 [2017/08/09 11:57]
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 14: Line 16:
  
 Deploying FCoE: ftp://ftp.dell.com/Manuals/Common/powerconnect-8024_White%20Papers77_en-us.pdf  Deploying FCoE: ftp://ftp.dell.com/Manuals/Common/powerconnect-8024_White%20Papers77_en-us.pdf
 +
 +===== Replacement Fan =====
 +
 +<note warning>This fan must be re-pinned before applying power or the **fan will be damaged**!</note> 
 +
 +**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 22: 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 53: 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 66: 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>
Line 196: Line 262:
 console> enable console> enable
 console# configure console# configure
-console(config)# interface range ethernet g1-2 +console(config)# interface range te1/0/1-2 
-console(config-if)# channel-group 1 mode auto+console(config-if)# channel-group 1 mode active
 console(config-if)# exit console(config-if)# exit
 console(config)# console(config)#
networking/switch/dell_8024.1502301453.txt.gz · Last modified: 2017/08/09 11:57 by gcooper