Related Topics
Protecting Enable and Enable Secret Passwords with Encryption, on page 24
Additional Password Security, on page 20
Example: Setting a Telnet Password for a Terminal Line
This example shows how to set the Telnet password to
let45me67in89
:
Switch(config)#
line vty 10
Switch(config-line)#
password let45me67in89
Related Topics
Setting a Telnet Password for a Terminal Line, on page 27
Terminal Line Telnet Configuration, on page 21
Example: Setting the Privilege Level for a Command
This example shows how to set the
configure
command to privilege level 14 and define
SecretPswd14
as the
password users must enter to use level 14 commands:
Switch(config)#
privilege exec level 14 configure
Switch(config)#
enable password level 14 SecretPswd14
Related Topics
Setting the Privilege Level for a Command, on page 31
Privilege Levels, on page 22
Additional References
Error Message Decoder
Link
Description
https://www.cisco.com/cgi-bin/Support/Errordecoder/
index.cgi
To help you research and resolve system error
messages in this release, use the Error Message
Decoder tool.
Catalyst 2960-X Switch Security Configuration Guide, Cisco IOS Release 15.0(2)EX
36
OL-29048-01
Controlling Switch Access with Passwords and Privilege Levels
Example: Setting a Telnet Password for a Terminal Line