Connectivity Guide

enable password
Set a password for a specic privilege level.
Syntax
enable password encryption-type password-string priv-lvl privilege-level
Parameters
encryption-type—Enter the encryption type. The system supports the following encryption types:
0—Species an unencrypted password follows
sha-256—Species a SHA-256 encrypted password follows
sha-512—Species a SHA-512 encrypted password follows
priv-lvl—Enter the keyword and then the privilege number, from 1 to 15.
Defaults Not congured
Command Mode CONFIGURATION
Usage Information
The no version of this command removes a privilege.
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 based on an IPv4 access list in virtual terminal line.
Syntax
ip access-class access-list-name
Parameters access-list-name—Enter the access list name.
Default Not congured
Command Mode LINE VTY CONFIGURATION
Usage Information The no version of this command removes the lter.
Example
OS10(config)# line vty
OS10(config-line-vty)# ip access-class deny10
Supported Releases 10.4.0E(R1) or later
Security 805