如下是相关的案例:

1、N5K & Cat3750

较新版本的NX-OS在N5K上支持1G或10G,但N5K不支持auto-speed sensing

如下是故障信息的体现:3750和N5K之间安装GLC-SX-MM模块并连接,在3750上看了相关状态,出现了这个错误:

Description: Gi1/1/1: This port has been disabled because Non Compliant  Gigabit Interface Converter (GBIC) connector detected.

(此端口已被禁用,因为检测到非兼容千兆位接口转换器(GBIC)连接器。)

Recommendation: Replace connector with cisco compliant Gigabit Interface Converter (GBIC) connector. Refer switch technical documentation to determine cisco compliant connector. Enable the port again.

使用符合cisco标准的千兆位接口转换器(GBIC)连接器替换连接器。 请参阅交换机技术文档以确定符合cisco的连接器。 再次启用端口。

操作如下

①两个设备都支持GLC-SX-MM

②尝试shu/no shu接口

③Cat3750上体现的log:

  1. *Apr 16 01:48:41.190: %PHY-4-SFP_NOT_SUPPORTED: The SFP in Gi1/1/1 is not supported
  2. *Apr 16 01:48:41.190: %PM-4-ERR_DISABLE: gbic-invalid error detected on Gi1/1/1, putting Gi1/1/1 in err-disable state

④查看接口(支持GLC-SX-MM,接口下显示信息也OK)

  1. 3750_sw1#sh int gig 1/1/1 capa
  2. GigabitEthernet1/1/1
  3. Model: WS-C3750X-48P
  4. Type: 1000BaseSX SFP
  5. Speed:
  6. Duplex: full
  7. Trunk encap. type: 802.1Q,ISL
  8. Trunk mode: on,off,desirable,nonegotiate
  9. Channel: yes
  10. Broadcast suppression: percentage(0-100)
  11. Flowcontrol: rx-(off,on,desired),tx-(none)
  12. Fast Start: yes
  13. QoS scheduling: rx-(not configurable on per port basis),
  14. tx-(4q3t) (3t: Two configurable values and one fixed.)
  15. CoS rewrite: yes
  16. ToS rewrite: yes
  17. UDLD: yes
  18. Inline power: no
  19. SPAN: source/destination
  20. PortSecure: yes
  21.  
  22. Dot1x: yes
  23. 3750_sw1#

⑤但是3750的状态是not connect

  1. 3750_sw1#sh int gig 1/1/1 status
  2.  
  3. Port Name Status Vlan Duplex Speed Type
  4. Gi1/1/1 notconnect 1 auto auto 1000BaseSX SFP
  5. 3750_sw1#

⑥查看N5K上接口状态和信息:

  1. N5K1# sh int e1/5 status
  2.  
  3. --------------------------------------------------------------------------------
  4. Port Name Status Vlan Duplex Speed Type
  5. --------------------------------------------------------------------------------
  6. Eth1/5 -- sfpInvali 1 full 10G SFP-1000BAS
  7. N5K1#
  8. N5K1# sh int e1/5 capa
  9. Ethernet1/5
  10. Model: N5K-C5548UP-SUP
  11. Type (SFP capable): 10Gbase-(unknown)
  12. Speed: 1000,10000
  13. Duplex: full
  14. Trunk encap. type: 802.1Q
  15. Channel: yes
  16. Broadcast suppression: no
  17. Flowcontrol: rx-(off/on),tx-(off/on)
  18. Rate mode: none
  19. QOS scheduling: rx-(6q1t),tx-(1p6q0t)
  20. CoS rewrite: no
  21. ToS rewrite: no
  22. SPAN: yes
  23. UDLD: yes
  24. Link Debounce: yes
  25. Link Debounce Time: yes
  26. MDIX: no
  27. Pvlan Trunk capable: yes
  28. TDR capable: no
  29. FabricPath capable: yes
  30. Port mode: Switched
  31. FEX Fabric: yes
  32.  
  33. N5K1#

其实这里应该看到N5K和Cat3750之间的speed不匹配。

⑦查看N5K的log

  1. N5K1#sh log | inc 1/5
  2. ...
  3. 2019 Apr 6 18:10:26 N5K1 %ETHPORT-5-IF_DOWN_NONE: Interface Ethernet1/5 is down (None)
  4. ...
  5. 2019 Apr 6 19:06:10 N5K1 %ETHPORT-5-IF_HARDWARE: Interface Ethernet1/5, hardware type changed to No-Transceiver

⑧在N5K手动设置速度

  1. N5K1# sh int e1/5 stat
  2.  
  3. --------------------------------------------------------------------------------
  4. Port Name Status Vlan Duplex Speed Type
  5. --------------------------------------------------------------------------------
  6. Eth1/5 -- connected 1 full SFP-1000BAS
  7. N5K1#

可以看到修改后正常了。

Summary: The newer versions of NX-OS support 1G or 10G on the N5K, but the N5K is not auto-speed sensing. If you run into something similar, even error messages on the remote device, check the port speed on the N5K.

2、N5600 & FEX 2248PQ 

Nexus:hardware type changed to No-Transceiver的更多相关文章

  1. 部署hibernate框架项目时出现问题:The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files.

    基本情况: (这些其实关系不大)我是直接impor导入HibernateDemo项目到eclipse中的,该项目的hibernate版本是3.6.7.Final版,使用了Hibernate Tools ...

  2. 动手写个数字输入框1:input[type=number]的遗憾

    前言  最近在用Polymer封装纯数字的输入框,开发过程中发现不少坑,也有很多值得研究的地方.本系列打算分4篇来叙述这段可歌可泣的踩坑经历: <动手写个数字输入框1:input[type=nu ...

  3. eclipse出现错误:he type java.util.Map$Entry cannot be resolved. It is indirectly referenced

    eclipse出现错误:he type java.util.Map$Entry cannot be resolved. It is indirectly referenced jre 换成6的就好了选 ...

  4. 解决C语言程序报错:return type defaults to‘int’

    下面是通过自定义一个函数printN,之后在main函数中调用printN,使得可以通过输入整数N,将从1到N的全部整数都打印出来的程序. 但是在编译过程中却报错: return type defau ...

  5. 报错:Missing type map configuration or unsupported mapping

    报错:Missing type map configuration or unsupported mapping □ 背景 当把View Model转换成Domain Model保存的时候,发生在Au ...

  6. HTML:<input type="text"> 输入数字时的验证!(在提交时验证)

    <!--非负数:<input type="text" name="" pattern="^\d+$">--> < ...

  7. 蓝牙重启case之:hardware error

    蓝牙的通信分为host和controller,host端发送数据和命令到controller,controller 上传event以及数据到host端,这要求上下两端的通信要求状态一致性. 当发生状态 ...

  8. C#中异常:“The type initializer to throw an exception(类型初始值设定项引发异常)”的简单分析与解决方法

    对于C#中异常:“The type initializer to throw an exception(类型初始值设定项引发异常)”的简单分析,目前本人分析两种情况,如下: 情况一: 借鉴麒麟.NET ...

  9. swift:Optional Type 、Swift和Objective-C混编的讲解

    ❤️❤️❤️swift中的Optional Type的?和!含义:其实就是一个装包和拆包的过程 optional的含义: Optional事实上是一个枚举类型,Optional包含None和Some两 ...

随机推荐

  1. AM335X的应用程序自启动流程以及U盘更新应用程序记录

    在AM335X的SD卡更新系统学习记录中最后更新完系统后,以后运行应用程序都会从EMMC中取出Linux系统运行.接着介绍Linux系统是怎么自己启动我们编写的应用程序的. 1.在AM335X的SD卡 ...

  2. vue基础实例

    <html> <head> <script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"> ...

  3. Spring MVC 中使用properties文件

    首先要搭建Spring mvc的环境,然后开始properties文件里的配置: 第一步:在springcontext中注入properties,具体路径自己调整 <bean id=" ...

  4. opencv3.3 基础:Mat类里setTo函数

    Mat& setTo(InputArray value, InputArray mask=noArray()); 说明: 1.功能:把矩阵mask中元素不为0的点全部变为value值: 2.当 ...

  5. Java-POJ1004-Financial Management

    题目大意:求出一年十二个月Larry平均每个月得到的利息 读入:12行每行一个浮点数 关于控制浮点数输出位数的资料:https://blog.csdn.net/hsliwei/article/deta ...

  6. zabbix4.2配置邮件+脚本报警:以QQ邮箱为例

    一.邮箱配置:开启smtp服务和授权 开启smtp选项后,系统会生成一个授权,你需要记住这个授权码,后面需要写入配置文件. 二.配置管理mailx: (1)安装mailx:[root@zabbix-s ...

  7. 安装rocky版本:openstack-nova-compute.service 计算节点服务无法启动

    问题描述:进行openstack的rocky版本的安装时,计算节点安装openstack-nova-compute找不到包. 解决办法:本次实验我安装的rocky版本的openstack 先安装cen ...

  8. FLV文件格式分析(附源码)

    FLV文件主要由两部分组成:Header和Body. 1. Header header部分记录了flv的类型.版本等信息,是flv的开头,一般都差不多,占9bytes.具体格式如下: 文件类型 3 b ...

  9. servlet常用对象

    Cookie对象 浏览器缓存技术,只存储在浏览器中 cookie的大小在4kb左右,每个浏览器在同一域名下能存放cookie数量是有限的 优缺点:提高网页的效率,减轻服务器的负载;安全性较差. 1 创 ...

  10. 联想ideapad关闭Fn

    1.打开bios 开启/重启电脑的时候长按Fn+F2,就可以打开bios面板 2.切换到configuration菜单 使用键盘的右箭头将切换到configuration 3.关闭Fn 使用键盘下箭头 ...