在帧中继技术中RIP quorumpeermain

帧中继(Frame Relay)介绍
帧中继(Frame Relay)介绍
帧中继(Frame Relay)的介绍:
是一种网络与数据终端设备(DTE)接口标准。由于光纤网比早期的电话网误码率低得多,因此,可以减少X.25的某些差错控制过程,从而可以减少结点的处理时间,提高网络的吞吐量。帧中继就是在这种环境下产生的。帧中继提供的是数据链路层和物理层的协议规范,任何高层协议都独立于帧中继协议, 因此,大大地简化了帧中继的实现。目前帧中继的主要应用之一是局域网互联,特别是在局域网通过广域网进行互联时,使用帧中继更能体现它的低网络时延、低设备费用、高带宽利用率等优点。
帧中继的主要特点是:使用光纤作为传输介质,因此误码率极低,能实现近似无差错传输,减少了进行差错校验的开销,提高了网络的吞吐量;帧中继是一种宽带分组交换,使用复用技术时,其传输速率可高达44.6Mbps。但是,帧中继不适合于传输诸如话音、电视等实时信息,它仅限于传输数据。
帧中继术语:
&DTE:客户端设备(CPE),数据终端设备
DCE:数据通信设备或数据电路端接设备
虚电路(VC):通过为每一对DTE设备分配一个连接标识符,实现多个逻辑数据会话在同一条物理链路上进行多路复用。
数字连接识别号(DLCI):用以识别在DTE和FR之间的逻辑虚拟电路。
本地管理接口(LMI):是在DTE设备和FR之间的一种信令标准,它负责管理链路连接和保持设备间的状态。
实验:配置point-to-point帧中继
首先说明一下DLCI号的分配,R1为102;R2为201;中间模拟帧中继,其它接口信息与IP信息如拓扑所示.
具休配置:
Frame-Relay(帧中继交换机):
Router#conf t
Router(config)#hostname Frame-Relay
Frame-Relay(config)#no ip do lookup
Frame-Relay(config)#line console 0
Frame-Relay(config-line)#exec-timeout 0 0
Frame-Relay(config-line)#logging synchronous
Frame-Relay(config-line)#exit
Frame-Relay(config)#frame-relay switching & & &--启用帧中继交换机功能
Frame-Relay(config)#interface s1/0
Frame-Relay(config-if)clock rate 64000 & &--设置时钟
Frame-Relay(config-if)#encapsulation frame-relay & & &--封装帧中继协议
Frame-Relay(config-if)#frame-relay intf-type dce &&
--帧中继接口类型为DCE(数据通讯设备)
Frame-Relay(config-if)#frame-relay lmi-type ansi &&
--帧中继本地管理接口类型ansi(美国国家标准协会)
Frame-Relay(config-if)#frame-relay route 102 interface s1/1 201
--对此接口对应的DLCI号102与S1/1对应的DLCI号201进行路由 &&
Frame-Relay(config-if)#no sh
Frame-Relay(config-if)#int s1/1
Frame-Relay(config-if)clock rate 64000 & &--设置时钟
Frame-Relay(config-if)#encapsulation frame-relay & & --封装帧中继协议
Frame-Relay(config-if)#frame-relay lmi-type ansi
--帧中继本地管理接口类型ansi(美国国家标准协会)
Frame-Relay(config-if)#frame-relay intf-type dce
--帧中继接口类型为DCE(数据通讯设备)
Frame-Relay(config-if)#frame-relay route 201 interface s1/0 102
--对此接口对应的DLCI号201与S1/1对应的DLCI号102进行路由
Frame-Relay(config-if)#no sh
Frame-Relay(config-if)#end
Frame-Relay#
Frame-Relay#
查看帧中继路由:
Frame-Relay#show frame-relay route
/进方向接口 & &/进方向接口DLCI &/出方向接口 &/出方向接口DLCI & /状态
Input Intf & & &Input Dlci & & &Output Intf & & Output Dlci & & Status
Serial1/0 & & & 102 & & & & & & Serial1/1 & & & 201 & & & & & & active &(活动)
Serial1/1 & & & 201 & & & & & & Serial1/0 & & & 102 & & & & & & active &(活动)
Frame-Relay#
Router#conf t
Enter configuration commands, one per line. &End with CNTL/Z.
Router(config)#hostname R1
R1(config)#no ip do lookup
R1(config)#line console 0
R1(config-line)#exec-timeout &0 0
R1(config-line)#logging synchronous
R1(config-line)#exit
R1(config)#interface s1/0
R1(config-if)#encapsulation frame-relay & & --封装帧中继协议
R1(config-if)#ip address 192.168.1.1 255.255.255.0
R1(config-if)#no sh
R2(config-if)#no frame-relay inverse-arp & & --关闭帧中继反向ARP功能
R1(config-if)#frame-relay interface-dlci 102 & &--指定此接口的DLCI号为102
R1(config-fr-dlci)#exit
R1(config-if)#exit
R1(config)#interface loopback 0
R1(config-if)#ip address 172.16.1.1 255.255.255.0
R1(config-if)#exit
R1(config)#router rip & &--启用RIP路由协议
R1(config-router)#version 2
R1(config-router)#no auto-summary
R1(config-router)#network 192.168.1.0
R1(config-router)#network 172.16.1.0
R1(config-router)#end
查看路由表:
R1#show ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
& & & &D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
& & & &N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
& & & &E1 - OSPF external type 1, E2 - OSPF external type 2
& & & &i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
& & & &ia - IS-IS inter area, * - candidate default, U - per-user static route
& & & &o - ODR, P - periodic downloaded static route
Gateway of last resort is not set
& & &172.16.0.0/24 is subnetted, 1 subnets
C & & & 172.16.1.0 is directly connected, Loopback0
& & &10.0.0.0/24 is subnetted, 1 subnets
R & & & 10.1.1.0 [120/1] via 192.168.1.2, 00:00:06, Serial1/0
C & &192.168.1.0/24 is directly connected, Serial1/0
验证在R1上以loopback0:172.16.1.1地址拼R2的loopback0:10.1.1.1:
R1#ping 10.1.1.1 source 172.16.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.1.1, timeout is 2 seconds:
Packet sent with a source address of 172.16.1.1
Success rate is 100 percent (5/5), round-trip min/avg/max = 60/120/232 ms
Router#conf t
Router(config)#hostname R2
R2(config)#no ip do lo
R2(config)#line console 0
R2(config-line)#exec-timeout 0 0
R2(config-line)#logging synchronous
R2(config-line)#exit
R2(config)#interface s1/0
R2(config-if)#encapsulation frame-relay & & --封装帧中继协议
R2(config-if)#ip address 192.168.1.2 255.255.255.0
R2(config-if)#no sh
R2(config-if)#no frame-relay inverse-arp & & --关闭帧中继反向ARP功能
R2(config-if)#frame-relay interface-dlci 201 & &--指定此接口的DLCI号为201
R2(config-fr-dlci)#exit
R2(config-if)#exit
R2(config)#interface loopback 0
R2(config-if)#ip address 10.1.1.1 255.255.255.0
R2(config-if)#exit
R2(config)#router rip & &--启用RIP路由协议
R2(config-router)#version 2
R2(config-router)#no auto-summary
R2(config-router)#network 10.1.1.0
R2(config-router)#network 192.168.1.0
R2(config-router)#end
查看路由表:
R2#show ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
& & & &D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
& & & &N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
& & & &E1 - OSPF external type 1, E2 - OSPF external type 2
& & & &i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
& & & &ia - IS-IS inter area, * - candidate default, U - per-user static route
& & & &o - ODR, P - periodic downloaded static route
Gateway of last resort is not set
& & &172.16.0.0/24 is subnetted, 1 subnets
R & & & 172.16.1.0 [120/1] via 192.168.1.1, 00:00:14, Serial1/0
& & &10.0.0.0/24 is subnetted, 1 subnets
C & & & 10.1.1.0 is directly connected, Loopback0
C & &192.168.1.0/24 is directly connected, Serial1/0
验证在R2上以loopback0:10.1.1.1地址拼R1的loopback0:172.1.1.1:
R2#ping 172.16.1.1 source 10.1.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.1.1, timeout is 2 seconds:
Packet sent with a source address of 10.1.1.1
Success rate is 100 percent (5/5), round-trip min/avg/max = 96/186/296 ms51CTO旗下网站
7.4.11 为通过帧中继网络连接的路由器配置(2)
《路由器配置与管理完全手册-Cisco篇》第7章Cisco路由器静态/RIP和策略路由配置,本章主要介绍的就是Cisco路由器中的这两类比较简单的路由配置方法。并在本章最后介绍了Cisco路由器中基于策略的路由配置方法。本节为大家介绍为通过帧中继网络连接的路由器配置IP-RIP延时启动的步骤及示例。
作者:王达来源:华中科技大学出版社| 15:31
7.4.11 为通过帧中继网络连接的路由器配置IP-RIP延时启动的步骤及示例(2)
1)"encapsulation frame-relay mfr"命令
"encapsulation frame-relay mfr number [name]"接口配置模式命令用来创建一条多链路帧中继(Multilink Frame Relay,MFR)捆绑链路(bundle link),并用一个指定一个捆绑(bundle)名。可用最前面带"no"关键字选项的该命令从捆绑中删除捆绑定的链路。
捆绑与捆绑链路是多链路帧中继的两个基本概念。一个MFR接口对应一个捆绑,一个捆绑链路可以包含多个捆绑链路,一个捆绑链路对应着一个物理接口。捆绑对它的捆绑链路进行管理。MFR接口是逻辑接口,多个物理接口可以捆绑成一个MFR接口。一个MFR接口对应一个捆绑。一个物理接口对应一个捆绑链路。对捆绑定和捆绑链路的配置实际上是对MFR接口和物理接口的配置。MFR接口的功能和配置与普通的FR(帧中继)接口相同,也支持DTE、DCE接口类型。
命令中的参数说明如下:
number: 与捆绑链路相关的多链路捆绑接口号。
name:(可选)捆绑链路标识(Bundle link identification,LID)名称,可以是最多49个字符长度。默认是物理接口名称。
使用name参数去为捆绑链路分配一个LID名称。这个名称将用于对peer设备标识捆绑链路,使得peer设备确定哪个捆绑链路与哪个捆绑相关联。LID名称可以捆绑链路接口上通过"frame-relay multilink lid"命令进行分配或者修改。
以下示例显示s0接口作为名为mfr0接口与名为BL1的捆绑链路的关联接口。interface&mfr0 &! &interface&serial&0 &&encapsulation&frame-relay&mfr0&BL1&
2)"frame-relay lmi-type"命令
"frame-relay lmi-type {ansi | cisco | q933a}"接口配置模式命令用来选择本地管理接口(Local Management Interface,LMI)类型。要返回到默认的LMI类型,则要用最前面带"no"关键字选项的该命令。命令中的可选项说明如下:
ansi:由ANSI标准定义的附件D。
cisco:由Cisco和其他三个公司共同定义的LMI类型。
q933a:ITU-T Q.933标准中的附件A。
默认情况下,LMI自动感知功能是活跃的,可通过与交换机的通话检测LMI类型。
以下示例配置的是定义s1接口的LMI类型为ANSI标准附件 D类型。interface&Serial1 &&encapsulation&frame-relay &&frame-relay&lmi-type&ansi &&keepalive&15&
3)"frame-relay interface-dlci"命令
"frame-relay interface-dlci dlci [ietf | cisco] [voice-cir cir] [ppp virtual-template-name]"接口配置模式命令用来分配一个数据链路控制标识符(DLCI)到一个指定的路由器或者接入服务器上的帧中继子接口,分配一个指定的PVC到一个DLCI,或者应用一个虚拟模板配置到一个PPP会话。要删除这个分配,则要用最前面带"no"关键字选项的该命令。命令中的可选项说明如下:
dlci:分配一个在指定子接口上使用的DLCI号。
Ietf:(可选)指定IETF作为帧中继封装类型。
cisco:(可选)指定Cisco封装作为帧中继封装类型。
voice-cir cir:(可选)指定为这个DLCI保留的语音带宽上限。
ppp:(可选)使电路使用在帧中继封装中的PPP。
virtual-template-name:(可选)指定这个PPP连接要应用哪个虚拟模板接口。
protocol ip ip-address:(可选)指示一个其配置文件是通过帧中继网络自动安装的新路由器或者接入服务器的主接口的IP地址。它仅当该路由器或者接入服务器将担当用于通过帧中继网络自动安装的BOOTP服务器时才要选择。
以下示例显示分配DLCI 100到S5.17子接口上。Router(config)#&interface&serial&5 &Router(config-if)#&interface&serial&5.17 &Router(config-if)#&frame-relay&interface-dlci&100&
以下示例是分配DLCI 100到一个串行接口。router(config)#&interface&serial&1/1 &router(config-if)#&frame-relay&interface-dlci&100&
3. 配置RIPv2的MD5认证和帧中继子接口的IP-RIP延时启动功能
在Cisco路由器上配置MD5 RIPv2认证和帧中继子接口上的IP-RIP延时启动功能的具体配置步骤如表7-13所示。
表7-13&& 配置RIPv2的MD5认证和帧中继子接口的IP-RIP延时启动功能的步骤
以上配置步骤中所涉及的主要的命令就是--"ip rip initial-delay delay"接口或者子接口配置模式命令。它是用来延时与采用MD5认证的RIPv2邻居的会话,直到邻居路由完全正常工作,并具有好的连通性。命令中的delay参数用来设置在发送第一个MD5认证包到RIPv2邻居前要等待的时间。要删除这个延时配置,可用"no ip rip initial-delay"命令。
以下示例显示了配置一个路由器在发送第一个MD5认证包到一个非思科设备前要等待45秒。Router(config)#&interface&POS&0/1/0 &Router(config-subif)#&ip&rip&initial-delay&45&
以下示例包含了配置IP-RIP延时启动功能配置的基本命令。像MD5之类的配置命令参见本章前面的相关内容。! &key&chain&rip-md5 &&key&123456 &&&key-string&abcde &! &router&rip &&version&2 &&network&172.16.0.0 &&no&auto-summary &! &interface&Serial3/0 &&no&ip&address &&encapsulation&frame-relay&ietf &&frame-relay&lmi-type&ansi &! &interface&Serial3/0.1&point-to-point&&&!---指定一个PPP封装的串行子接口 &&ip&address&172.16.10.1&255.255.255.0 &&ip&rip&initial-delay&45 &&ip&rip&authentication&mode&md5 &&ip&rip&authentication&key-chain&rip-md5 &&frame-relay&interface-dlci&100 &!&&
【责任编辑: TEL:(010)】&&&&&&
大家都在看猜你喜欢
热点热点头条头条热点
24H热文一周话题本月最赞
讲师:153900人学习过
讲师:228406人学习过
讲师:16387人学习过
精选博文论坛热帖下载排行
本书重点讲解如何用实用的代码来解决具体的实际问题。本书的内容覆盖面很广,从新的C#范型到Web服务,从反射到安全等都有涉及。系统地介绍...
订阅51CTO邮刊豆丁微信公众号
君,已阅读到文档的结尾了呢~~
扫扫二维码,随身浏览文档
手机或平板扫扫即可继续访问
X 第31章 配置帧中继
举报该文档为侵权文档。
举报该文档含有违规或不良信息。
反馈该文档无法正常浏览。
举报该文档为重复文档。
推荐理由:
将文档分享至:
分享完整地址
文档地址:
粘贴到BBS或博客
flash地址:
支持嵌入FLASH地址的网站使用
html代码:
&embed src='http://www.docin.com/DocinViewer-4.swf' width='100%' height='600' type=application/x-shockwave-flash ALLOWFULLSCREEN='true' ALLOWSCRIPTACCESS='always'&&/embed&
450px*300px480px*400px650px*490px
支持嵌入HTML代码的网站使用
您的内容已经提交成功
您所提交的内容需要审核后才能发布,请您等待!
3秒自动关闭窗口豆丁微信公众号
君,已阅读到文档的结尾了呢~~
留学漫谈之一留学前如何正确自我评估.pdf——所有资料文档均为本人悉心收集,全部是文档中的精品,绝对值得下载收藏!
扫扫二维码,随身浏览文档
手机或平板扫扫即可继续访问
帧中继.pdf
举报该文档为侵权文档。
举报该文档含有违规或不良信息。
反馈该文档无法正常浏览。
举报该文档为重复文档。
推荐理由:
将文档分享至:
分享完整地址
文档地址:
粘贴到BBS或博客
flash地址:
支持嵌入FLASH地址的网站使用
html代码:
&embed src='http://www.docin.com/DocinViewer-4.swf' width='100%' height='600' type=application/x-shockwave-flash ALLOWFULLSCREEN='true' ALLOWSCRIPTACCESS='always'&&/embed&
450px*300px480px*400px650px*490px
支持嵌入HTML代码的网站使用
您的内容已经提交成功
您所提交的内容需要审核后才能发布,请您等待!
3秒自动关闭窗口在帧中继上运行rip协议(3)—点对点子接口
1、拓扑图跟在帧中继上运行rip协议(1)中的一样,在此略过
2、各路由器的基本配置跟在帧中继上运行rip协议(1)中的一样,在此略过
3、对R1进行配置,其他路由器的配置保持不变
R1(config)#default int s1/0
//还原s1/0的默认配置Building configuration...
Interface Serial1/0 set to default configurationR1(config)#03:19:41: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0, changed state to downR1(config)#03:19:43: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0, changed state to up
R1(config)#int s1/0R1(config-if)#encapsulation frame-relay ietf
//切记!一定要在物理接口上封装R1(config-if)#no ip addrR1(config-if)#frame-relay lmi-type ansi R1(config-if)#no frame-relay inverse-arp
//取消逆向ARP,通过 frame-relay map 设置
R1(config)#int s1/0.3 point-to-point
//是点对点R1(config-subif)#ip addr 192.168.123.1 255.255.255.0R1(config-subif)#frame-relay interface-dlci 103
//不用frame-relay map命令,而是通过此命令与dlci关联R1(config-fr-dlci)#exitR1(config-subif)#exitR1(config)#int s1/0R1(config-if)#no shutR1(config-if)#exitR1(config)#int s1/0.4 point-to-point R1(config-subif)#ip addr 192.168.124.1 255.255.255.0
//每个接口在不同网段,真正达到物理接口的利用R1(config-subif)#frame-relay interface-dlci 104R1(config-fr-dlci)#exitR1(config-subif)#exitR1(config)#router ripR1(config-router)#network 192.168.124.0
//宣和新添加的路由R1(config-router)#^Z
R1#03:24:55: %SYS-5-CONFIG_I: Configured from console by consoleR1#sh ip int s1/0.3Serial1/0.3 is up, line protocol is up
Internet address is 192.168.123.1/24
Broadcast address is 255.255.255.255
Address determined by setup command
MTU is 1500 bytes
Helper address is not set
Directed broadcast forwarding is disabled
Multicast reserved groups joined: 224.0.0.9
Outgoing access list is not set
access list is not set
Proxy ARP is enabled
Security level is default
Split horizon is enabled
//此模式下水平分割默认开启,因为两个子接口在不同网段,开启或关闭都不会影响路由间的更新
ICMP redirects are always sent
ICMP unreachables are always sent
ICMP mask replies are never sent
IP fast switching is enabled
IP fast switching on the same interface is enabled
IP Flow switching is disabled
IP CEF switching is disabled
IP Fast switching turbo vector
IP multicast fast switching is enabled
IP multicast distributed fast switching is disabled
R1#sh ip int s1/0.4Serial1/0.4 is up, line protocol is up
Internet address is 192.168.124.1/24
Broadcast address is 255.255.255.255
Address determined by setup command
MTU is 1500 bytes
Helper address is not set
Directed broadcast forwarding is disabled
Multicast reserved groups joined: 224.0.0.9
Outgoing access list is not set
access list is not set
Proxy ARP is enabled
Security level is default
Split horizon is enabled
ICMP redirects are always sent
ICMP unreachables are always sent
ICMP mask replies are never sent
IP fast switching is enabled
IP fast switching on the same interface is enabled
IP Flow switching is disabled
IP CEF switching is disabled
IP Fast switching turbo vector
IP multicast fast switching is enabled
IP multicast distributed fast switching is disabled
R4(config)#default int s1/0
//还原s1/0的默认配置Building configuration...
Interface Serial1/0 set to default configurationR4(config)#03:19:41: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0, changed state to downR4(config)#03:19:43: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0, changed state to up
R4#conf tEnter configuration commands, one per line.
End with CNTL/Z.R4(config)#int s1/03:14:31: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0, changed state to downR4(config)#int s1/0
R4(config-if)#ip addr 192.168.124.4 255.255.255.0
//与子接口s1/0.4在同一网段R4(config-if)#encapsulation frame-relay ietf R4(config-if)#03:15:46: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0, changed state to upR4(config-if)#no frame-relay inverse-arp R4(config-if)#frame-relay lmi-type ansi R4(config-if)#frame-relay map ip 192.168.124.1 401 broadcastR4(config-if)#^ZR4#03:17:00: %SYS-5-CONFIG_I: Configured from console by consoleR4#conf tEnter configuration commands, one per line.
End with CNTL/Z.R4(config)#router rip R4(config-router)#network 192.168.124.0
//宣和新添加的路由R4(config-router)#end
R4#sh 03:26:52: %SYS-5-CONFIG_I: Configured from console by consoleR4#sh fr maSerial1/0 (up): ip 192.168.124.1 dlci 401(0x191,0x6410), static,
broadcast,
IETF, status defined, activeR4#
R3#sh ip roCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
Gateway of last resort is not set
192.168.123.0/24 is directly connected, Serial1/0R
1.0.0.0/8 [120/1] via 192.168.123.1, 00:00:00, Serial1/0
3.0.0.0/24 is subnetted, 1 subnetsC
3.3.3.0 is directly connected, Loopback0R
4.0.0.0/8 [120/2] via 192.168.123.1, 00:00:00, Serial1/0R
192.168.124.0/24 [120/1] via 192.168.123.1, 00:00:00, Serial1/0
//学到了新添加的路由了
4、各个子网间相互联通了
R3#ping 192.168.123.1
Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 192.168.123.1, timeout is 2 seconds:!!!!!Success rate is 100 percent (5/5), round-trip min/avg/max = 8/24/48 msR3#sh fr maSerial1/0 (up): ip 192.168.123.34 dlci 301(0x12D,0x48D0), static,
IETF, status defined, activeSerial1/0 (up): ip 192.168.123.1 dlci 301(0x12D,0x48D0), static,
broadcast,
IETF, status defined, activeR3#ping 192.168.124.1
Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 192.168.124.1, timeout is 2 seconds:!!!!!Success rate is 100 percent (5/5), round-trip min/avg/max = 12/17/28 msR3#ping 192.168.124.4
Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 192.168.124.4, timeout is 2 seconds:!!!!!Success rate is 100 percent (5/5), round-trip min/avg/max = 28/47/64 msR3#ping 192.168.124.4
Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 192.168.124.4, timeout is 2 seconds:!!!!!Success rate is 100 percent (5/5), round-trip min/avg/max = 20/31/48 msR3#ping 4.4.4.4
Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 4.4.4.4, timeout is 2 seconds:!!!!!Success rate is 100 percent (5/5), round-trip min/avg/max = 20/51/124 ms
没有更多推荐了,
加入CSDN,享受更精准的内容推荐,与500万程序员共同成长!

我要回帖

更多关于 peer pressure 的文章

 

随机推荐