Users Guide

Table Of Contents
unless a password is congured for a highest intermediate level. If you congure a password for an intermediate
level, enter that password when prompted. To access privilege level 15, you must congure the enable
password command. If you do not congure a password for privilege level 15, you cannot enter level 15. For
privilege levels 0 to 14, the
enable password command is optional.
Privilege levels inherit all permitted commands from all lower levels. For example, if you log in to privilege level 10
using the enable 10 command, all commands that are assigned to privilege level 10 and lower are available for
use.
Example
OS10# enable
OS10# enable 10
Supported Releases 10.4.3.0 or later
enable password priv-lvl
Sets a password for a privilege level.
Syntax
enable password encryption-type password-string priv-lvl privilege-level
Parameters
encryption-type — Enter the type of password encryption:
0 — Use an unencrypted password.
sha-256 — Use a SHA-256 encrypted password.
sha-512 — Use a SHA-512 encrypted password.
priv-lvl privilege-level — Enter a privilege number from 1 to 15.
Defaults Not congured
Command Mode CONFIGURATION
Usage Information
To increase the required password strength, create stronger password rules using the password-attributes
command. The no version of this command removes a privilege-level password.
Example
OS10(conf)# enable password 0 P@$$w0Rd priv-lvl 12
OS10(conf)# enable password sha-256 $5$2uThib1o$84p.tykjmz/
w7j26ymoKBjrb7uepkUB priv-lvl 12
OS10(conf)# enable password sha-512 $6$Yij02Phe2n6whp7b$ladskj0HowijIlkajg981
priv-lvl 12
OS10# enable 12
password:
OS10# show privilege
Current privilege level is 12.
Supported Releases 10.4.3.0 or later
ip access-class
Filters connections in a virtual terminal line using an IPv4 access list.
Syntax
ip access-class access-list-name
950 Security