这个网上之前盛传过,冷博客转过来 以防万一。
注意:冷博客没有验证过以下内容是否存在和有效!
同时建议用原厂SFP模块,或者用经过破解的(可以让思科设备识别的)模块
Cisco设备只能用cisco认证光模块。
如果你硬是插上别的光模块,cisco端口信息上就会显示Unsupport或Unknown。日志显示以下
情况中一种或几种:
%PM_SCP-SP-3-TRANSCEIVER_UNSUPPORTED: Unsupported transceiver in LAN port */*
%PHY-4-CHECK_SUM_FAILED: SFP EEPROM data check sum failed for SFP interface
Gi1/0/25
%GBIC_SECURITY_CRYPT-4-VN_DATA_CRC_ERROR: GBIC in port Gi1/0/25 has bad crc
%PM-4-ERR_DISABLE: gbic-invalid error detected on Gi1/0/25, putting Gi1/0/25 in
err-disable state
这是为什么呢?
Cisco SFP安全密钥机制 SFP安全密钥机制通过防止非Cisco SFP的使用来保证质量和兼容性
。每个SFP都使用非凡的软件密钥进行编码,交换机在运行时对密钥进行验证,若SFP不包含合法
的密钥,cisco认证培训 那么相应的端口关闭,在没有插入Cisco提供的合法的SFP之前,该端口
将不能发送或接收任何数据包。
那如何解决Cisco设备光模块安全密钥机制呢?
进入端口配置模式:
打上已下隐藏命令(不能按《tab》键):
(config)#service unsupported-transceiver
(config)#no errdisable detect cause gbic-invalid
(config)#speed nonegotiate
保存配置
然后插上光模块
如此一来,switch就不会去检查GBIC的序号,而让使用者可以先把第三方的GBIC或SFP插在机
器上,让网路先恢复运作。cisco认证培训基于「不鼓励」的原则,前一个指令是「隐藏版」的指
令。也绝对不会看见unsupported- transceiver出现在command list里面;而且没有把完整指令打
完,机器也绝对不会接受;至于想要打个unsup再按《tab》键,cisco认证培训,无效,不知道完
整指令的人,永远也别想偷偷用来路不明的GBIC或SFP
cisco公司特别说明:
用(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 Ciscos
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.
假如你用其他相关配置,网路不通,那就只能用原配了。