标签:fas cloc dmi ini 环境 .net https ref 电脑
1. Serial1/0 is up, line protocol is up
物理层和数链层工作正常。
注意:如果使用了错误的IP地址和子网掩码,因为是三层故障,一样会显示双UP。
2. Serial1/0 is up, line protocol is down
物理层工作正常,数链层问题,可能原因:
如果是DCE,检查Clock rate是否设置
Keepalive信息没有收到
如果是帧中继环境,检查LMI类型和DLCI
两端封装格式不同
3. Serial1/0 is administratively down, line protocol is down (disabled)
原因:
端口被管理性关闭。
解决办法:
在端口配置模式下输入no shutdown开启端口。
4. FastEthernet0/1 is down, line protocol is down (err-disabled)
原因:
在交换机中,如果show interface fa0/1结果出现如上信息。说明该端口因为违反端口安全被关闭。
比如之前设置过下列命令
Switch(config-if)#switchport port-security maximum 1
Switch(config-if)#switchport port-security violation shutdown
Switch(config-if)#switchport port-security mac-address sticky
如果有第二台电脑尝试通过该端口进行通信,就会导致该交换机端口关闭。
解决办法:
在端口配置模式下输入shutdown禁用该端口再输入no shutdown重新启用即可。
原文链接:https://blog.csdn.net/freefan1/article/details/23447085
标签:fas cloc dmi ini 环境 .net https ref 电脑
原文地址:https://www.cnblogs.com/Coeus-P/p/9123367.html