[RouterA-Serial2/1/0] ppp authentication-mode pap domain system # 配置接口的IP地址。 [RouterA-Serial2/1/0] ip address 200.1.1.1 16 [RouterA-Serial2/1/0] quit # 在系统缺省的ISP域system下,配置PPP用户使用本地认证方案。 [RouterA] domain system [RouterA-isp-system] authentication ppp loc...
# 配置本地认证Router B的方式为PAP。 [RouterA-Serial3/1/1:0] ppp authentication-mode pap domain system # 配置本地被Router B以PAP方式认证时Router A发送的PAP用户名和密码。 [RouterA-Serial3/1/1:0] ppp pap local-user usera password simple 123456TESTplat&! # 配置接口的IP地址。 [RouterA...
ppp authentication-mode pap//配置验证方式为PAP验证 ppp pap local-user rt1 password simple rt1//配置对端用户名和密码 ip address1.1.1.1 255.255.255.0 # MSR2配置 # sysname RT2 # domain system//采用本地认证方式 authentication ppp local # local-user rt1//配置本端用户名和密码 password simple rt1...
配置中ppp authentication-modeauthentication-mode命令表示本端作为认证端所采用的认证模式,需要查看对端也就是被认证端所采用的认证模式,例如有ppp pap local-useruser-namepassword{simplepassword|cipherpassword}这个配置就表示被认证端采用的是PAP认证。 密码需要符合密码复杂度规则:大写、小写、数字、特殊字符(不包括...
PPP提供密码验证协议PAP(Password Authentication Protocol)和质询握手验证协议CHAP(Challenge-Handshake Authentication Protocol)两种验证方式。 单向验证是指一端作为验证方,另一端作为被验证方。双向验证是单向验证的简单叠加,即两端都是既作为验证方又作为被验证方。在实际应用中一般只采用单向验证。 PAP验证过程 PAP验证...
PPP的两种配置方法(pap和chap) PAP的配置 R1上的配置 [R1]int s4/0/0 [R1-Serial4/0/0]ppp authentication-mode pap [R1-Serial4/0/0]q [R1]aaa [R1-aaa]local-user huawei password cipher 123456 Info: Add a new user. [R1-aaa]local-user huawei service-type ppp...
debug ppp authentication— 顯示PPP身份驗證協定消息,包括質詢握手身份驗證協定(CHAP)資料包交換和口令身份驗證協定(PAP)交換。 debug ppp error— 顯示與PPP連線協商和操作相關的協定錯誤和錯誤統計資訊。 debug modem— 顯示接入伺服器上的數據機線路活動。
debug ppp authentication — 顯示PPP身份驗證協定消息,包括質詢握手身份驗證協定(CHAP)資料包交換和口令身份驗證協定(PAP)交換。 debug ppp error— 顯示與PPP連線協商和操作相關的協定錯誤和錯誤統計資訊。 debug modem— 顯示接入伺服器上的數據機線路活動。
[RTA-Serial2/0] ppp authentication-mode pap domain system [RTA-Serial2/0] ppp pap local-user rta password simple rta [RTA-Serial2/0] ppp mp [RTA] interface serial 2/1 ... [RTA] domain system [RTA-isp-system] authentication ppp local [RTA...
ppp authentication-mode pap ip address 12.1.1.2 255.255.255.0 # return [R2-Serial1/0/0] 配置被认证方R1 [R1]interface Serial 1/0/0 [R1-Serial1/0/0]ppp pap local-user USER password simple HUAWEI [R1-Serial1/0/0]display this