小五思科技术学习笔记之PPP

简介:
实验拓扑图:
 
 
需要注意的地方:
1、 username所配置的名字为对端路由器的用户名(主机名)
2、 两端所配置的密码必须相同
 
ISP
Router>en
Router#conf t
Router(config)#hostname ISP
ISP(config)#username Client password 0 xiaowu
ISP(config)#int s0/0/0
ISP(config-if)#encapsulation ppp 
ISP(config-if)#ppp authentication chap 
ISP(config-if)#ip address 202.97.224.69 255.255.255.0
ISP(config-if)#clock rate 64000
ISP(config-if)#no shut
ISP#show interfaces serial 0/0/0
Serial0/0/0 is up, line protocol is up (connected)
  Hardware is HD64570
  Internet address is 202.97.224.69/24
  MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, rely 255/255, load 1/255
  Encapsulation PPP, loopback not set, keepalive set (10 sec)
  LCP Open
  Open: IPCP, CDPCP
  Last input never, output never, output hang never
  Last clearing of "show interface" counters never
  Input queue: 0/75/0 (size/max/drops); Total output drops: 0
  Queueing strategy: weighted fair
  Output queue: 0/1000/64/0 (size/max total/threshold/drops)
     Conversations  0/0/256 (active/max active/max total)
     Reserved Conversations 0/0 (allocated/max allocated)
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     0 packets input, 0 bytes, 0 no buffer
     Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
     0 packets output, 0 bytes, 0 underruns
     0 output errors, 0 collisions, 1 interface resets
     0 output buffer failures, 0 output buffers swapped out
     0 carrier transitions
     DCD=up  DSR=up  DTR=up  RTS=up  CTS=up
Client
Router>en
Router#conf t
Router(config)#hostname Client
Client(config)#username ISP password 0 xiaowu
Client(config)#int s0/0/0
Client(config-if)#encapsulation ppp 
Client(config-if)#ppp authentication chap 
Client(config-if)#ip address 202.97.224.68 255.255.255.0
Client(config-if)#no shut
Client#show interfaces serial 0/0/0
Serial0/0/0 is up, line protocol is up (connected)
  Hardware is HD64570
  Internet address is 202.97.224.68/24
  MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, rely 255/255, load 1/255
  Encapsulation PPP, loopback not set, keepalive set (10 sec)
  LCP Open
  Open: IPCP, CDPCP
  Last input never, output never, output hang never
  Last clearing of "show interface" counters never
  Input queue: 0/75/0 (size/max/drops); Total output drops: 0
  Queueing strategy: weighted fair
  Output queue: 0/1000/64/0 (size/max total/threshold/drops)
     Conversations  0/0/256 (active/max active/max total)
     Reserved Conversations 0/0 (allocated/max allocated)
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     0 packets input, 0 bytes, 0 no buffer
     Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
     0 packets output, 0 bytes, 0 underruns
     0 output errors, 0 collisions, 1 interface resets
     0 output buffer failures, 0 output buffers swapped out
     0 carrier transitions
     DCD=up  DSR=up  DTR=up  RTS=up  CTS=up


本文转自 Jhuster 51CTO博客,原文链接:http://blog.51cto.com/xwnet/116346,如需转载请自行联系原作者
相关文章
|
15天前
|
网络协议 网络安全 数据安全/隐私保护
|
6月前
|
前端开发 网络安全 网络架构
【华为数通HCIP | 网络工程师】821-BGP 组播高频题与解析(1)
【华为数通HCIP | 网络工程师】821-BGP 组播高频题与解析(1)
431 0
|
11月前
|
数据安全/隐私保护
华为ensp配置GRE-随记
关于配置GRE的学习随记,社区里面的都太复杂了,前辈们太厉害了,我学不会(狗头保命)
261 2
华为ensp配置GRE-随记
|
6月前
|
网络协议 算法 数据安全/隐私保护
【华为HCIP | 华为数通工程师】ISIS 高频题(1)
【华为HCIP | 华为数通工程师】ISIS 高频题(1)
370 0
|
新制造 SDN 网络虚拟化
SD-WAN 大战 MPLS VPN 多年,赢了吗?
在过去的10年中,SDN(软件定义网络)已在数据中心和云节点之间的网络中得到广泛应用。而SD-WAN(软件定义广域网)则解决了各种复杂的广域网连接场景,成为大多数中小型企业组网的首选方案。 尽管当前SD-WAN市场有着广泛的应用,但在经过近几年的发展后,我们也开始意识到SD-WAN面临着各种问题,其中有些问题是不可调和的。那么,SD-WAN的发展面临哪些阻碍?如何应对这些挑战?本文将着重探讨这些问题,同时分享行业的最佳实践。
SD-WAN 大战 MPLS VPN 多年,赢了吗?
|
网络协议 算法 数据库
思科路由器配置笔记
思科路由器配置笔记
230 0
|
监控 网络协议 网络虚拟化
10个华为华为交换机常用的Python脚本,网络工程师收藏!
10个华为华为交换机常用的Python脚本,网络工程师收藏!
953 1
10个华为华为交换机常用的Python脚本,网络工程师收藏!
|
存储
思科学院cisco-以太网概念
思科学院cisco-以太网概念