Switch
2950: Setting Privileged Password
Lab
Index |
|
|
Description of the
lab: Here you assign enable password, and secret password on a 2950
switch. Again, select the switch by going to the network diagram,
and selecting appropriate device from the drop down box. You can
also use short form commands.
Instructions:
1. Enter global
configuration mode.
2. Set enable password
to "epass"
3. Set enable secret
password to "spass"
4. Exit global
configuration mode.
2950>enable
2950#configure terminal
2950(config)#enable password epass
2950(config)#enable secret spass
2950(config)#end