- 欢迎访问起航教学!
网络故障排除实战技巧
12-14 18:28:28 分类:电脑技巧 浏览次数: 972次
标签:电脑技巧大全,http://www.qihang56.com
网络故障排除实战技巧,
我们曾经介绍过一篇关于如何选择网络故障排除方法的文章,介绍了三种网络故障排除方法。这里我们又重拾话题,通过具体实例助您排除网络故障。 开始以前,先来简要回顾一下介绍过的三种方法。
从下至上的方法:从OSI模型底端开始,顺序向上。 从上至下的方法:从OSI模型顶端开始,顺序往下。 分而治之的方法:从OSI模型特定层开始,确定问题是在该层、还是上层或下层。 从理论上来理解这些方法是容易的,但是如何在实际应用中运用来解决实际问题呢?来看几个利用从下至上的以及分而治之方法的实例。(因为从上至下的方法实际就是从下至上方法的逆向方法,所以不做介绍。) 从下至上 适用情况:当用户从远程地址打来电话说电脑不能工作,他所使用的应用需要网络访问。 开始:首先查看用户1层的连通性(如物理层)。例如,可以让用户看网线是否与墙上端口和设备相连。对于大部分用户来说,让他们去查看交换机端口的指示灯状态要比向他们解释什么是网线要容易得多。 在理想情况下,交换机管理良好,有完备的网络记录文档。因此,可知道这位用户使用的墙上插座端口号为12,而且知道12号口与交换机接线柜里11号口相连。 (注意,如果管理员不掌握这些信息,就需要询问用户获得这些信息) 方法1:然后,远程登陆Cisco交换机,使用show ip interface brief命令。可得到列表A的信息。 列表A
Switch# show ip interface briefInterface IP-Address OK? Method Status ProtocolVlan1 10.1.1.1 YES NVRAM up upFastEthernet0/1 unassigned YES unset up upFastEthernet0/2 unassigned YES unset down downFastEthernet0/3 unassigned YES unset down downFastEthernet0/4 unassigned YES unset down downFastEthernet0/5 unassigned YES unset down downFastEthernet0/6 unassigned YES unset down downFastEthernet0/7 unassigned YES unset down downFastEthernet0/8 unassigned YES unset down downFastEthernet0/9 unassigned YES unset up upFastEthernet0/10 unassigned YES unset up upFastEthernet0/11 unassigned YES unset down downFastEthernet0/12 unassigned YES unset up upFastEthernet0/13 unassigned YES unset up upFastEthernet0/14 unassigned YES unset up upFastEthernet0/15 unassigned YES unset down downFastEthernet0/16 unassigned YES unset down downFastEthernet0/17 unassigned YES unset down downFastEthernet0/18 unassigned YES unset down downFastEthernet0/19 unassigned YES unset down downFastEthernet0/20 unassigned YES unset down downFastEthernet0/21 unassigned YES unset down downFastEthernet0/22 unassigned YES unset down downFastEthernet0/23 unassigned YES unset up upFastEthernet0/24 unassigned YES unset up upSwitch#
通过查看这个输出,我们可以发现FastEthernet0/11端口没有工作。由于这属于第一层故障,所以让用户顺着PC的网卡上的网线找到交换机端口。 方法2:如果不是这个问题怎么办?如果用户使用的是14号端口又该怎么办?既然有连接,说明网是通的。下一步应该怎么办?在交换机上使用show interface fastethernet 0/14 命令。显示如表B所列。 列表B
Switch# show interface fa0/14FastEthernet0/14 is up, line protocol is up (connected) Hardware is Fast Ethernet, address is 0014.1c40.b08e (bia 0014.1c40.b08e) MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Half-duplex, 100Mb/s, media type is 100BaseTX input flow-control is unsupported output flow-control is unsupported ARP type: ARPA, ARP Timeout 04:00:00 Last input never, output 00:00:00, output hang never Last clearing of “show interface” counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 2000 bits/sec, 3 packets/sec 96848 packets input, 8083322 bytes, 0 no buffer Received 9293 broadcasts (0 multicast) 0 runts, 0 giants, 0 throttles 323210 input errors, 123123 CRC, 0 frame, 0 overrun, 0 ignored 0 watchdog, 133 multicast, 0 pause input 0 input packets with dribble condition detected 10061627 packets output, 866400040 bytes, 0 underruns 0 output errors, 0 collisions, 2 interface resets 0 babbles, 0 late collision, 2 deferred 132 lost carrier, 20 no carrier, 0 PAUSE output 0 output buffer failures, 0 output buffers swapped outSwitch#
我们曾经介绍过一篇关于如何选择网络故障排除方法的文章,介绍了三种网络故障排除方法。这里我们又重拾话题,通过具体实例助您排除网络故障。 开始以前,先来简要回顾一下介绍过的三种方法。
从下至上的方法:从OSI模型底端开始,顺序向上。 从上至下的方法:从OSI模型顶端开始,顺序往下。 分而治之的方法:从OSI模型特定层开始,确定问题是在该层、还是上层或下层。 从理论上来理解这些方法是容易的,但是如何在实际应用中运用来解决实际问题呢?来看几个利用从下至上的以及分而治之方法的实例。(因为从上至下的方法实际就是从下至上方法的逆向方法,所以不做介绍。) 从下至上 适用情况:当用户从远程地址打来电话说电脑不能工作,他所使用的应用需要网络访问。 开始:首先查看用户1层的连通性(如物理层)。例如,可以让用户看网线是否与墙上端口和设备相连。对于大部分用户来说,让他们去查看交换机端口的指示灯状态要比向他们解释什么是网线要容易得多。 在理想情况下,交换机管理良好,有完备的网络记录文档。因此,可知道这位用户使用的墙上插座端口号为12,而且知道12号口与交换机接线柜里11号口相连。 (注意,如果管理员不掌握这些信息,就需要询问用户获得这些信息) 方法1:然后,远程登陆Cisco交换机,使用show ip interface brief命令。可得到列表A的信息。 列表A
Switch# show ip interface briefInterface IP-Address OK? Method Status ProtocolVlan1 10.1.1.1 YES NVRAM up upFastEthernet0/1 unassigned YES unset up upFastEthernet0/2 unassigned YES unset down downFastEthernet0/3 unassigned YES unset down downFastEthernet0/4 unassigned YES unset down downFastEthernet0/5 unassigned YES unset down downFastEthernet0/6 unassigned YES unset down downFastEthernet0/7 unassigned YES unset down downFastEthernet0/8 unassigned YES unset down downFastEthernet0/9 unassigned YES unset up upFastEthernet0/10 unassigned YES unset up upFastEthernet0/11 unassigned YES unset down downFastEthernet0/12 unassigned YES unset up upFastEthernet0/13 unassigned YES unset up upFastEthernet0/14 unassigned YES unset up upFastEthernet0/15 unassigned YES unset down downFastEthernet0/16 unassigned YES unset down downFastEthernet0/17 unassigned YES unset down downFastEthernet0/18 unassigned YES unset down downFastEthernet0/19 unassigned YES unset down downFastEthernet0/20 unassigned YES unset down downFastEthernet0/21 unassigned YES unset down downFastEthernet0/22 unassigned YES unset down downFastEthernet0/23 unassigned YES unset up upFastEthernet0/24 unassigned YES unset up upSwitch#
通过查看这个输出,我们可以发现FastEthernet0/11端口没有工作。由于这属于第一层故障,所以让用户顺着PC的网卡上的网线找到交换机端口。 方法2:如果不是这个问题怎么办?如果用户使用的是14号端口又该怎么办?既然有连接,说明网是通的。下一步应该怎么办?在交换机上使用show interface fastethernet 0/14 命令。显示如表B所列。 列表B
Switch# show interface fa0/14FastEthernet0/14 is up, line protocol is up (connected) Hardware is Fast Ethernet, address is 0014.1c40.b08e (bia 0014.1c40.b08e) MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Half-duplex, 100Mb/s, media type is 100BaseTX input flow-control is unsupported output flow-control is unsupported ARP type: ARPA, ARP Timeout 04:00:00 Last input never, output 00:00:00, output hang never Last clearing of “show interface” counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 2000 bits/sec, 3 packets/sec 96848 packets input, 8083322 bytes, 0 no buffer Received 9293 broadcasts (0 multicast) 0 runts, 0 giants, 0 throttles 323210 input errors, 123123 CRC, 0 frame, 0 overrun, 0 ignored 0 watchdog, 133 multicast, 0 pause input 0 input packets with dribble condition detected 10061627 packets output, 866400040 bytes, 0 underruns 0 output errors, 0 collisions, 2 interface resets 0 babbles, 0 late collision, 2 deferred 132 lost carrier, 20 no carrier, 0 PAUSE output 0 output buffer failures, 0 output buffers swapped outSwitch#
相关热词搜索:
- ·上一篇:硬盘如何分区更合理(4)
- ·下一篇:华为MT800型路由器的端口映射
分享到:
收藏
评论排行
电脑技巧 热门排行
- · windows server 2017远程桌面
- · 解决windows蓝屏显示“Stop 0x000
- · Windows 2017系统优化小技巧
- · 在Windows XP/2017中自定义文件缩
- · stop:c00020171a unknown hard error
- · NTFS下Win2017密码丢失怎么办
- · win2017启动正常,而winxp无法启动
- · 安装Office2017双击却无法直接打怎么办
- · 为何你的迅雷下载速度越来越慢
- · 简单提高迅雷下载速度的方法
- · Alt键的12个使用秘诀
- · 笔记本GPRS上网图解教程
- · 我就不关机 拒绝别人关闭计算机
- · 在机房远程关机
- · Windows 7家庭网络共享设置图解
- · 严禁迅雷偷偷上传!
- · 限制迅雷上传速度
- · 轻松解救无法启动的系统组策略
- · 无法升级安装win7 sp1的解决办法
- · 蠕虫和木马常改的系统文件及注册表
- · 教你如何20秒神速进入win XP操作系统
- · 最早黑客:揭秘世界第一批女性电脑高手
- · 在Windows7中新建磁盘分区的方法
- · Vista系统中如何用U盘制作密码重设盘