有设了enable secret ,enable password 就无效了

简介:

Cisco ios enable password 和 enable secret 的区别

6C3524_1#enable ?
<0-15> Enable level
<cr>

6C3524_1(config)#enable ?
last-resort Define enable action if no TACACS servers respond
password     Assign the privileged level password
secret       Assign the privileged level secret
use-tacacs   Use TACACS to check enable passwords

6C3524_1(config)#enable password ?
0      Specifies an UNENCRYPTED password will follow
7      Specifies a HIDDEN password will follow
LINE   The UNENCRYPTED (cleartext) 'enable' password
level Set exec level password

6C3524_1(config)#enable secret ?
0      Specifies an UNENCRYPTED password will follow
5      Specifies an ENCRYPTED secret will follow
LINE   The UNENCRYPTED (cleartext) 'enable' secret
level Set exec level password
//但是注意:在实际操作上enable password 0 passwordstr  enable password 7 passwordstr 都会出错的enable secret也同!所以只要记牢enable password 是不加密的,enable secret 是加密的就够了。还有设了enable secret enable password 就无效了。


本文转自9pc9com博客,原文链接:       http://blog.51cto.com/215363/934901   如需转载请自行联系原作者
相关文章
|
开发工具 数据安全/隐私保护 git
Git报错 Incorrect username or password (access token) 的解决方式
Git报错 Incorrect username or password (access token) 的解决方式
1589 0
Git报错 Incorrect username or password (access token) 的解决方式
|
5月前
pagefault_disable的效果
pagefault_disable的效果
|
9月前
|
安全 网络安全 数据安全/隐私保护
/etc/ssh/sshd_config line 142: Deprecated option RSAAuthentication 是什么
【5月更文挑战第6天】/etc/ssh/sshd_config line 142: Deprecated option RSAAuthentication 是什么
1962 4
|
8月前
|
关系型数据库 MySQL 数据安全/隐私保护
已解决:mysql: [Warning] Using a password on the command line interface can be insecure.
已解决:mysql: [Warning] Using a password on the command line interface can be insecure.
612 0
|
SQL 关系型数据库 MySQL
Access denied for user ‘root‘ @‘123.233.244.218‘(using password:YES)的解决方法
Access denied for user ‘root‘ @‘123.233.244.218‘(using password:YES)的解决方法
272 1
Access denied for user ‘root‘ @‘123.233.244.218‘(using password:YES)的解决方法
|
关系型数据库 MySQL 数据安全/隐私保护
mysql_config_editor 设置密码set --login_path
mysql_config_editor可以给指定的连接和密码生成一个加密文件.mylogin.cnf
192 0
|
数据安全/隐私保护 Docker 容器
MySQL8.0:报错caching_sha2_password Auth failed
MySQL8.0:报错caching_sha2_password Auth failed
386 0
|
Web App开发 JavaScript 安全
Please open the about:config page and disable the "security.fileuri.strict_origin_policy" option
Please open the about:config page and disable the "security.fileuri.strict_origin_policy" option
232 0
Please open the about:config page and disable the "security.fileuri.strict_origin_policy" option
|
开发工具
Missing value auth-url required for auth plugin password
Missing value auth-url required for auth plugin password
676 0
Missing value auth-url required for auth plugin password
|
关系型数据库 MySQL 数据安全/隐私保护
【Mysql】 解决MySQL8.0报错:Unknown system variable ‘validate_password_policy‘
【Mysql】 解决MySQL8.0报错:Unknown system variable ‘validate_password_policy‘
2913 0
【Mysql】 解决MySQL8.0报错:Unknown system variable ‘validate_password_policy‘