2024年4月16日发(作者:司玥)
Cisco as5300配置详解
[hide]Cisco as5300配置详解(一)Cisco as5300配置详解(一)
version 12.2 //自引导程序版本号
service timestamps debug datetime localtime //设定Debug跟踪日志显示系
统时间
service timestamps log datetime localtime //设定看Log时显示系统时间
service password-encryption //口令加密
!
hostname Router //设置系统网络名为Router
!
aaa new-model // 为了管理四组互相独立的帐号, 启用AAA模式
aaa authentication login no_rad local //进行login认证,若radius server未找到
从本地数据库内查找
aaa authorization exec h323 group radius //授权检测
aaa accounting connection h323 stop-only group radius //计帐检测
enable secret 5 $1$j5Q4$DZZ2i9v0pISU3RKSKzF8o //启用特权模式口令验证
enable password 7 13000F1B1F //特权模式口令
!
username test1 password 7 //第一组拔号用户使用的帐号和
密码
username test2 password 7 02110D55180901 //第二组拔号用户使用的帐号和密
码
username test3 password 7 051F0E063359 //第三组拔号用户使用的帐号和
密码
username test4 password 7 020A1E150C01 //第四组拔号用户使用的帐号和密
码
!
!
resource-pool disable //资源池无效
2024年4月16日发(作者:司玥)
Cisco as5300配置详解
[hide]Cisco as5300配置详解(一)Cisco as5300配置详解(一)
version 12.2 //自引导程序版本号
service timestamps debug datetime localtime //设定Debug跟踪日志显示系
统时间
service timestamps log datetime localtime //设定看Log时显示系统时间
service password-encryption //口令加密
!
hostname Router //设置系统网络名为Router
!
aaa new-model // 为了管理四组互相独立的帐号, 启用AAA模式
aaa authentication login no_rad local //进行login认证,若radius server未找到
从本地数据库内查找
aaa authorization exec h323 group radius //授权检测
aaa accounting connection h323 stop-only group radius //计帐检测
enable secret 5 $1$j5Q4$DZZ2i9v0pISU3RKSKzF8o //启用特权模式口令验证
enable password 7 13000F1B1F //特权模式口令
!
username test1 password 7 //第一组拔号用户使用的帐号和
密码
username test2 password 7 02110D55180901 //第二组拔号用户使用的帐号和密
码
username test3 password 7 051F0E063359 //第三组拔号用户使用的帐号和
密码
username test4 password 7 020A1E150C01 //第四组拔号用户使用的帐号和密
码
!
!
resource-pool disable //资源池无效