一、 组网需求
授予认证用户可用的网络服务,例如流量、带宽、超时等。
二、组网图
三、 配置要点
● 开启AAA安全服务。
●配置Network授权方法列表。
●将Network授权方法列表应用到特定的接口线路(如果配置default方法,则无需该步骤)。
四、 配置步骤
# 开启AAA安全服务。
Device> enable
Device# configure terminal
Device(config)# aaa new-model
# 配置Network授权default方法列表。
Device(config)# aaa authorization network default group radius non
五、验证配置结果
# 在设备上,通过show aaa method-list命令查看配置效果。
Device# show aaa method-list
六、配置文件
!
aaa new-model
!
aaa authorization network default group radius none
!