AAA (网络安全系统)

中文名 认证授权计费
外文名 AAA (Authentication, Authorization, Accounting)
AAA是认证(Authentication)、授权(Authorization)和计费(Accounting)的简称,是网络安全中进行访问控制的一种安全管理机制,提供认证、授权和计费三种安全服务。

stelnet server enable
user-interface vty 0 4
authentication-mode aaa
protocol inbound ssh

aaa 
authentication-scheme test1
authorization-scheme test2

domain ssh  
authentication-scheme test1
authorization-scheme test2

local-user dpl@ssh password cipher 123
local-user dpl@ssh privilege level 15
local-user dpl@ssh service-type ssh

telnet server enable 
user-interface vty 0 4
authentication-mode aaa
protocol inbound telnet

aaa 
authentication-scheme test1
authorization-scheme test2

domain telnet  
authentication-scheme test1
authorization-scheme test2

local-user dpl@telnet password cipher 123456
local-user dpl@telnet privilege level 3
local-user dpl@telnet service-type telnet

ftp server enable
user-interface vty 0 4
authentication-mode aaa
protocol inbound ftp

aaa 
authentication-scheme test1
authorization-scheme test2

domain ftp  
authentication-scheme test1
authorization-scheme test2

local-user dpl@ftp password cipher 123
local-user dpl@ftp privilege level 15
local-user dpl@ftp ftp-directory flash:
local-user dpl@ftp service-type ftp

最后修改:2023 年 05 月 02 日
如果觉得我的文章对你有用,请随意赞赏