我有两台思科SG500X交换机,我想通过10G光纤堆叠。 我有两个第三方SFP-10G-SR模块,我遇到了麻烦。
无论光纤是否连接,交换机在插入时是否应检测SFP模块? 我附加/删除模块时检查日志,什么也没有显示。 我试图找出问题是与模块或光纤。 谢谢。
使用IOS,在configuration模式下input隐藏的命令service unsupported-transceiver之前,您将不会检测到非Cisco SFP模块。
请注意,这是一个隐藏的命令,因此input命令时完成不可用。
在这个例子中,使用Cisco 3750交换机时,当您激活此服务时,您会注意到IOS显示的警告:
user#conf t user(config)#service unsupported-transceiver Warning: When Cisco determines that a fault or defect can be traced to the use of third-party transceivers installed by a customer or reseller, then, at Cisco's discretion, Cisco may withhold support under warranty or a Cisco support program. In the course of providing support for a Cisco networking product Cisco may require that the end user install Cisco transceivers if Cisco determines that removing third-party parts will assist Cisco in diagnosing the cause of a support issue.
回答你的第一个问题: 是的 ,SFP模块在插入时会被交换机检测到,无论光纤是否连接。 但是只有在进入这个隐藏的命令之后。