ChinaUnix.net
相关文章推荐:

rg100aaa openwrt 配置固件

authorization AAA authorization enable you to limit the services to a user. named method list (命名方法列表)for a authorization. method lists for authorization define the way authorization wi ll be performed and sequence in which these method will be perform. method lists are specific to the authorization type(认证类型) requested: auth-proxy->应用指定的安全策略,基于每用户。 commands->应用到exec...

by 剑心通明 - 网络技术文档中心 - 2008-05-21 17:04:26 阅读(664) 回复(0)

网络管理

相关讨论

下面就在交换机和路由器上说明如何配置一些基本的信息:希望对大家有用 aaa new-model aaa authentication login default group tacacs+ local aaa authentication enable default group tacacs+ enable tacacs-server host 10.10.10.10 tacacs-server key 123456 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/24661/showart_421361.html

by lqmartin - MySQL文档中心 - 2007-11-13 16:39:39 阅读(517) 回复(0)

有一个文件 想匹配到aaa的行后,输出从该行起的100行,请问如何实现

by wpeng18 - Shell - 2008-01-18 15:18:05 阅读(1240) 回复(2)

各位仁兄:   小弟在路由器中配置了aaa认证,具体命令如下:   R1#conf t   R1(config)#aaa new-model   R1(config)#aaa authorization network test local   R1(config)#ip local pool VPNDHCP 192.168.0.100 以后,再次登陆出现:   username: password: 我输入一级/二级密码均无效.请问如何解决?谢谢!

思科网络管理

by 一阵风儿 - 网络技术 - 2009-09-02 16:27:46 阅读(2297) 回复(6)
by killingblade - 服务器应用 - 2003-02-09 14:24:11 阅读(3032) 回复(7)
by killingblade - Solaris - 2003-02-06 13:14:40 阅读(904) 回复(5)
by killingblade - Linux论坛 - 2003-02-04 14:51:52 阅读(546) 回复(2)

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/70385/showart_715282.html

by zhangtiegang - Solaris文档中心 - 2008-05-29 11:23:28 阅读(823) 回复(0)

TACACS+ provide command authorization because of its protocol implementation while RADIUS does not. aaa authentication enable default group tacacs+ -> After typing this command, 'enable' will go to tacacs+ server to check password. Meanwhile, tacacs+ server (Cisco secure ACS) enable setting will take effect (such as max privilege level for aaa client). aaa authorization exec -> Cisco IOS She...

by johnny_jiang - 网络技术文档中心 - 2008-01-30 17:41:06 阅读(468) 回复(0)