ZXR10 路由器基本操作和配置: 配置方式:串口、telnet、网管等方式
串口用户名和密码有三种认证方式:本地认证、远端 RADIUS 认证和远端 RACACS+三种
1、本地认证配置: 步骤 命令 功能 1 ZXR10(config)#usernamepassword 配置串口用户名和密码 2 ZXR10(config)#user-authentication-type local 配置端口认证方式为本地认证 3 ZXR10(config)#line console 0 进入串口模式 ZXR10(config-line)#login authentication 配置开启串口用户名/密码认证 配置示例: ZXR10(config)#user-authentication-type local //配置验证方式为本地认证 ZXR10(config)#username zte password zte //配置用户名和密码 ZXR10(config)#line console 0 ZXR10(config-line)#login authentication //开启串口认证 2、远端 RADIUS 认证 步骤 命令 功能 1 ZXR10(config)#radius authentication-group 配置认证组 2 ZXR10(config)#user-authentication-type aaa {chap|pap} 选择串口为 AAA 认证 3 ZXR10(config)#aaa authentication login default rds-group 配置AAA 认证使用 RADIUS认证 4 ZXR10(config)#line console 0 进入串口配置 5 ZXR10(config-line)#login authentication