
A. ppp pap
B. ppp chap
C. ppp authentication-mode pap
D. ppp authentication-mode chap
答案
C. ppp authentication-mode pap
RouterB需要对RouterA送过来的帐号口令进行PAP验证,验证通过后line protocol才会up。RouterA需要对RouterB送过来的帐号口令进行PAP验证,验证通过后line protocol才会up。 RouterA配置脚本#sysname RouterA#radius scheme system#domain system#local-user rtb/创建用来验 证的本地帐号/password simple rtb /设置帐号密 码/service-type ppp /设置服务类型 为ppp/#interface Serial3/0/0link-protocol pppppp authentication-mode papppp pap local-user rta password simple rta /发送给对端的用户名密码/ip address 10.1.1.1 255.255.255.0#interface NULL0#user-interface con 0user-interface vty 0 4#return RouterB配置脚本#sysname RouterB#radius scheme system#domain system#local-user rta/创建用来验 证的本地帐号/password simple rta /设置帐号密 码/service-type ppp /设置服务类型 为ppp/#interface Serial3/0/0link-protocol pppppp authentication-mode pap/使能PAP验证/ppp pap local-user rtb password simple rtb /发送给对端的用户名密码/ip address 10.1.1.2 255.255.255.0#interface NULL0#user-interface con 0user-interface vty 0 4#return欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)