This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
networking:switch:dell_8024 [2019/12/18 11:03] gcooper |
networking:switch:dell_8024 [2021/12/20 10:33] (current) gcooper |
||
---|---|---|---|
Line 4: | Line 4: | ||
http:// | http:// | ||
+ | |||
+ | **User Guide**: https:// | ||
Getting Started Guide: ftp:// | Getting Started Guide: ftp:// | ||
Line 17: | Line 19: | ||
===== Replacement Fan ===== | ===== Replacement Fan ===== | ||
- | **Fan Only**: (unobtanium) Delta FFB0412SHN-9S93 (40x40x28mm, | + | <note warning> |
- | FIXME FFB0412SHN-F00 | + | **Delta |
+ | |||
+ | * 40x40x28mm | ||
+ | * 3-pin | ||
+ | * 13K RPM | ||
+ | * Tach signal on blue/ | ||
+ | * Pinned | ||
+ | |||
+ | {{: | ||
===== Initial Configuration ===== | ===== Initial Configuration ===== | ||
Line 28: | Line 38: | ||
Use the Getting Started Guide listed above. | Use the Getting Started Guide listed above. | ||
+ | |||
+ | Set the ' | ||
+ | |||
+ | < | ||
+ | configure | ||
+ | enable password xxxxx | ||
+ | </ | ||
+ | |||
+ | To enable SSH and web console, enter the following commands: | ||
+ | |||
+ | < | ||
+ | enable | ||
+ | configure | ||
+ | username xxx password xxx privilege 15 | ||
+ | crypto key generate rsa | ||
+ | crypto key generate dsa | ||
+ | ip ssh server | ||
+ | </ | ||
+ | |||
+ | To disable telnet, enter: | ||
+ | |||
+ | < | ||
+ | ip telnet server disable | ||
+ | </ | ||
+ | |||
+ | To enable HTTPS, enter the following commands: | ||
+ | |||
+ | FIXME Untested | ||
+ | |||
+ | < | ||
+ | crypto certificate 1 generate key | ||
+ | ip https certificate 1 | ||
+ | ip http secure-server | ||
+ | </ | ||
+ | |||
+ | To disable HTTP: | ||
+ | |||
+ | < | ||
+ | no ip http server | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | exit | ||
+ | </ | ||
+ | |||
+ | After verifying connectivity via SSH or HTTPS, save the configuration by entering: | ||
+ | |||
+ | < | ||
+ | copy running-config startup-config | ||
+ | </ | ||
==== CLI Basics ==== | ==== CLI Basics ==== | ||
Line 59: | Line 119: | ||
Switch1> enable | Switch1> enable | ||
Switch1# configure | Switch1# configure | ||
- | Switch1(config)# | + | Switch1(config)# |
Switch1(config-if-ch1)# | Switch1(config-if-ch1)# | ||
Switch1(config-if-ch1)# | Switch1(config-if-ch1)# |