Cisco nexus 3048 SFP 验证失败

网络工程 思科 转变 网络 cisco-nexus
2021-07-18 09:52:08

我有 cisco Nexus 3048TP 交换机(48x1G + 4x10G)

Hardware
  cisco Nexus 3048 Chassis ("48x1GE + 4x10G Supervisor")
  Intel(R) Celeron(R) CPU        P4505  @ 1.87GHz with 3665240 kB of memory.
  Processor Board ID FOC17237JKC

我在e1/4910G 端口上看到此错误,并且我已连接 10G SFP+ 收发器

 Ethernet1/49 is down (SFP validation failed)
     Dedicated Interface
      Hardware: 1000/10000 Ethernet, address: f872.eaae.36b8 (bia f872.eaae.36b8)
      MTU 1500 bytes, BW 10000000 Kbit, DLY 10 usec
      reliability 255/255, txload 1/255, rxload 1/255
      Encapsulation ARPA
      Port mode is access
      auto-duplex, 10 Gb/s, media type is 10G

根据文档他们说你需要设置speed所以我做了并得到了这个错误

n3k(config)# int e1/49
n3k(config-if)# speed 10000
ERROR: Ethernet1/49: Configuration does not match the port capability.

接口能力

n3k# sh int e1/49 capabilities
Ethernet1/49
  Model:                 N3K-C3048TP-1GE-SUP
  Type (SFP capable):    Unknown Type-(unknown)
  Speed:                 10000
  Duplex:                full
  Trunk encap. type:     802.1Q
  Channel:               yes
  Broadcast suppression: percentage(0-100)
  Flowcontrol:           rx-(off/on),tx-(off/on)
  Rate mode:             none
  QOS scheduling:        rx-(6q1t),tx-(1p6q0t)
  CoS rewrite:           no
  ToS rewrite:           no
  SPAN:                  yes
  UDLD:                  yes
  MDIX:                  no
  Link Debounce:         yes
  Link Debounce Time:    yes
  Pvlan Trunk capable:   no
  TDR capable:           no
  FabricPath capable:    no
  Port mode:             Routed,Switched
  FEX Fabric:            no

这个开关位于远程数据中心,所以在我有可用资源之前我不能重新播种,还有什么我可以远程做的吗?

1个回答

解决了:

重新启动开关后,它解决了我的问题,现在显示 SFP Type 10Gbase-SR

n3k# show int e1/49 capabilities
Ethernet1/49
  Model:                 N3K-C3048TP-1GE-SUP
  Type (SFP capable):    10Gbase-SR
  Speed:                 10000
  Duplex:                full
  Trunk encap. type:     802.1Q
  Channel:               yes

看起来您需要speed在插入 SFP 之前先进行设置

引自 cisco 文档:

在此处输入图片说明