1. 判断以太端口故障
排错小技巧
精选 转载 对于以太端口故障的诊断,可以用show interface fastFastethernet 0/0(对于以太端口0的诊断)命令,它用来检查一条链路的状态,可能出现的结果如下:
如果以太网端口工作正常,则出现如下显示:Fastethernet 0/0 is up, line protocol is up;
如果存在连接故障,比如路由器未接到LAN上,则出现:Fastethernet 0/0 is up, line protocol is down;
如果接口出现故障,则出现:Fastethernet 0/0 is down, line protocol is down (disable) ;
接口被人为地关闭,则出现:Fastethernet 0/0 is administratively down, line protocol is down;
此外,当怀疑端口有物理性故障时,可用show version命令,该命令将显示出物理性正常的端口,而出现物理性故障的端口将不被显示出来。
2. 判断同步串行端口故障
我们可以用show interface serial 0/0命令检查一条链路的状态,如出现Serial 0/0 is up, line protocol is up字样,则表示工作正常;如出现serial 0/0 is up, line protocol is down字样,则表示端口无物理故障,但上层协议未通(IP、IPX、X25等,此时应查看路由器的配置命令,检查地址是否匹配);如出现Serial 0/0 is down, line protocol is down (disable) 字样,则表示端口出现物理性故障,此时应更换端口;如出现Serial 0/0 is down, line protocol is down字样,则表示DCE设备(Modem/DTU)未送来载波/时钟信号;如出现Serial 0/0 is administratively down, line protocol is down字样,则表示接口被人为地关闭,可在配置状态中interface_mode下去掉shutdown命令。
下一篇:linux 修改主机名
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
SpringBoot开发的几个小技巧
SpringBoot开发的几个小技巧
Controller 注册 容器 -
Wireshark 抓包分包操作小技巧
Wireshark是非常流行的网络封包分析软件,可以截取各种网络数据包,并显示数据包详细信息。常用于开发测试过程各种问题。
抓包 Wireshark 分包 Wireshark 抓包 网络封包分析软件 -
DNS排错技巧
DNS排错技巧
DNS Linux运维 DNS排障 -
Lync 小技巧-25-Lync 2013 移动客户-登录-排错
Lync 小技巧-25-Lync 2013 移动客户-登录-排错
target title blank 移动客户端 -
排错小能手---“ping”命令
排错小能手---“ping”命令
排错 小能手 命令 -
Spring Cloud Gateway排错、调试技巧总结
Spring Cloud Gateway排错、调试技巧总结
spring java github html .net