How to configure H3C HWTACACS

王林
Release: 2023-05-15 17:07:06
forward
1351 people have browsed it

hwtacacs scheme acs

 primary authentication 10.222.250.13

 primary authorization 10.222.250.13

 primary accounting 10.222.250.13

 secondary authentication 10.222.250.14

 secondary authorization 10.222.250.14

 secondary accounting 10.222.250.14

 key authentication simple nas

 key authorization simple nas

 key accounting simple nas

 user-name-format without-domain

 nas-ip 12.2.8.20

 quit

domain aaa

 authentication login hwtacacs-scheme acs local

 authorization login hwtacacs-scheme acs local

 accounting login hwtacacs-scheme acs local

 quit

domain default enable aaa

ssh server enable

public-key local create rsa    //生成 RSA 密钥对,ssh配置很容易忘记这条命令

line vty 0 63

 authentication-mode scheme

 user-role network-admin

 quit

local-user works class manage

 password simple 123456

 service-type ssh

 authorization-attribute user-role network-admin

 quit

The above is the detailed content of How to configure H3C HWTACACS. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:yisu.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!