第1页共9页编号:时间:2021年x月x日书山有路勤为径,学海无涯苦作舟页码:第1页共9页MSR系列路由器PPPPAP验证功能配置关键字:MSR;PPP;PAP;验证一、组网需求两台MSR路由器通过串口线互连,并需要双向PAP验证后才能通信
二、组网图设备清单:MSR路由器2台三、配置步骤适用设备和版本:MSR系列、Version5
20,Beta1105后所有版本
MSR1配置#sysnameMSR1#domainsystem//采用本地认证方式authenticationppplocal#local-userrt2//配置本端用户名和密码passwordsimplert2service-typeppp#interfaceSerial2/0link-protocolppppppauthentication-modepap//配置验证方式为PAP验证ppppaplocal-userrt1passwordsimplert1//配置对端用户名和密码ipaddress1
0#MSR2配置#sysnameRT2#domainsystem//采用本地认证方式authenticationppplocal#第2页共9页第1页共9页编号:时间:2021年x月x日书山有路勤为径,学海无涯苦作舟页码:第2页共9页local-userrt1//配置本端用户名和密码passwordsimplert1service-typeppp#interfaceSerial1/0link-protocolppppppauthentication-modepap//默认对system域认证ppppaplocal-userrt2passwordsimplert2//配置对方用户名和密码ipaddress1
0#四、配置关键点1、1、本端用户名和密码