- 积分
- 243
- 鸿鹄币
- 个
- 好评度
- 点
- 精华
- 最后登录
- 1970-1-1
- 阅读权限
- 30
- 听众
- 收听
初级工程师
  
|
发表于 2015-5-15 10:32:32
|
显示全部楼层
可能导致路由器/交换机端口down的一些原因
Serial1/0 is up, line protocol is up
物理层和数链层工作正常。
注意:如果使用了错误的IP地址和子网掩码,因为是三层故障,一样会显示双UP。
Serial1/0 is up, line protocol is down
物理层工作正常,数链层问题,可能原因:
如果是DCE,检查Clock rate是否设置
Keepalive信息没有收到
如果是帧中继环境,检查LMI类型和DLCI
两端封装格式不同
Serial1/0 is administratively down, line protocol is down (disabled)
原因:
端口被管理性关闭。
解决办法:
在端口配置模式下输入no shutdown开启端口。
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重新启用即可。 |
268#
2015-5-15 10:32:32
回复(0)
收起回复
|