如何验证PPP协议
来源:网络收集 点击: 时间:2024-08-031、打开思科模拟器软件,找出3台2811类的路由器,并且用串口线将它们连接起来,
2、命名各台路由器,分别为a,b,c,如下图所示:
3、 配置路由器a带pap认证的PPP协议,配置命令是:
a(config-if)#encapsulationppp
a(config-if)#pppauthenticationpap
a(config-if)#ppppapsent-usernameapa
a(config-if)#ppppapsent-usernameapassword123
a(config-if)#noshut
a(config-if)#ints0/0/1
a(config-if)#encapsulationppp
a(config-if)#pppauthenticationpap
a(config-if)#ppppapsent-usernameapassword123
a(config-if)#noshut
a(config-if)#exit
a(config)#usernamebpassword123
a(config)#usernamecpassword123
如下图所示:
4、配置路由器b带pap认证的PPP协议,配置命令是:
b#conft
Enterconfigurationcommands,oneperline.EndwithCNTL/Z.
b(config)#ints0/0/0
b(config-if)#encapsulationppp
b(config-if)#pppauthenticationpap
b(config-if)#ppppapsent-usernamebpassword123
b(config-if)#exit
b(config)#usernameapassword123
如下图所示:
5、 配置路由器c带pap认证的PPP协议,配置命令是:
c#conft
Enterconfigurationcommands,oneperline.EndwithCNTL/Z.
c(config)#ints0/0/0
c(config-if)#encapsulationppp
c(config-if)#pppauthenticationpap
c(config-if)#ppppapsent-usernamecpassword123
c(config-if)#noshut
c(config-if)#exit
c(config)#usernameapassword123
版权声明:
1、本文系转载,版权归原作者所有,旨在传递信息,不代表看本站的观点和立场。
2、本站仅提供信息发布平台,不承担相关法律责任。
3、若侵犯您的版权或隐私,请联系本站管理员删除。
4、文章链接:http://www.1haoku.cn/art_1056279.html