4、中国移动IMS CE局规范(华为)V1.0 下载本文

QB-W-xx-xxxx

local-user [用户名缩写][手机号] password cipher 认证密码 //用户名:[用户名缩写][手机号] local-user[用户名缩写][手机号]service-type telnet //配置登陆方式t local-user [用户名缩写][手机号] level 3 //配置用户级别

5.7 配置远程访问

配置说明:配置远程登陆限制以及远程访问参数 配置规范:

acl number 2007 //配置远程登陆ACL rule 5 permit source 0.0.0.0 //允许IP地址1登陆 rule 10 permit source 0.0.0.0 //允许IP地址2登陆 rule 15 permit source 0.0.0.0 //允许IP地址3登陆

rule 20 permit source 0.0.0.0 //允许CE-AR互连地址段登陆 rule 25 permit source 0.0.0.0 //允许CE-AR互连地址段登陆 rule 500 deny //Deny其它访问 user-interface vty 0 4 //进入VTY视图。

acl 2007 in //限制远程访问。 authentication-mode aaa //配置VTY登陆认证方式为AAA idle-timeout 15 0 //配置VTY空闲时间为15分钟 protocol inbound all //配置VTY登陆协议为SSH或Telnet

33