Well, we finally had our maintenance window today, in which we planned the hardware exchange for our current Dell Blade Chassis (don’t ask!). The exchange went fine, but as we started exploring the components (like the IBM BladeCenter SAN switches — which are in fact Cisco MDS 9100) we hit a few road blocks.
First, the default user name/password combo for the Cisco MDS 9100 for the BladeCenter is USERID/PASSW0RD (just as the rest of the password combinations).
Next, we started tinkering around with the Catalyst Switch modules. A hint to myself:
Whenever setting up the switch via the WebGUI, make sure you setup both passwords. The password for the switch itself (when prompted by the WebGUI, enter “admin” as well as the password you just entered.
Now, you should be able to connect to the switch with telnet and be able to access the EXEC mode (and unlike me who struggled ~30 minutes till one of my trainees told me to enter a switch password — out of curiosity).
Now, here the list of commands I needed to setup the switch’s “basics”:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
service password-encryption username admin privilege 15 password 0 <password> clock timezone CET 1 clock summer-time CET recurring last Sun Mar 2:00 last Sun Oct 3:00 ip domain-name home.barfoo.org ip name-server 10.0.0.2 ip name-server 10.0.0.1 line con 0 login local line vty 0 4 password <password> login local line vty 5 15 password <password> login ntp server 160.45.10.8 |