Users Guide

Table Of Contents
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 configured
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
Parameters access-list-name — Enter the access list name.
Default Not configured
Command Mode LINE VTY CONFIGURATION
Usage Information The no version of this command removes the filter.
Example
OS10(config)# line vty
OS10(config-line-vty)# ip access-class deny10
Security 941