More

    [시스코 (CISCO)] 호환용 SFP(GBIC) 모듈 인식 방법

    시스코 장비의 경우 간혹 타사 벤더의 SFP 모듈을 사용하면 인식이 안되고 Error가 발생하는 경우가 있다.

    이 때 타사 벤더의 SFP 모듈을 사용할 수 있게 errdisable detcet 기능을 OFF해야 호환 SFP 모듈을 사용할 수 있다.

    SFP 모듈 정상 인식 여부 확인하기

    우선 SFP 모듈을 장착 및 탈거하여 정상적으로 인식을 하는지 확인해본다.
    정상적으로 인식이 되면 바로 사용이 가능하며, 불량일 시 인식되지 않습니다.

    – 호환 SFP 모듈은 아래와 같이 인식되며 바로 사용 가능합니다.

    ITGOIT-SFP-test#
    Nov  9 13:38:49.577: %PHY-5-TRANSCEIVERINSERTED: Slot=1 Port=25: Transceiver has been inserted     // SFP 모듈 삽입 
    Nov  9 13:40:15.001: %PHY-5-TRANSCEIVERREMOVED: Slot=1 Port=25: Transceiver has been removed       // SFP 모듈 제거 
    ITGOIT-SFP-test#

    – 호환되지 않는 SFP 모듈은 아래와 같이 인식되며 인터페이가 err-disabled 되며 사용이 불가능합니다.
    내용을 보면 SFP 모듈을 장착한 Gi1/0/27번 포트의 상태가 err-disable로 변경된 것을 볼 수 있습니다.
    ※ err-disable상태가 된 포트는 다시 사용 시 반드시 재활성 해줘야 합니다. (shutdown -> no shutdown)

    ITGOIT-SFP-test#
    Nov  9 13:48:24.057: %PHY-4-SFP_NOT_SUPPORTED: The SFP in Gi1/0/27 is not supported                // SFP 모듈 삽입 
    Nov  9 13:48:24.057: %PM-4-ERR_DISABLE: gbic-invalid error detected on Gi1/0/27, putting Gi1/0/27 in err-disable state
    Nov  9 13:48:24.057: %PHY-5-TRANSCEIVERINSERTED: Slot=1 Port=27: Transceiver has been inserted
    Nov  9 13:48:30.750: %PHY-5-TRANSCEIVERREMOVED: Slot=1 Port=27: Transceiver has been removed       // SFP 모듈 제거 
    ITGOIT-SFP-test# show interfaces status
    Port      Name               Status       Vlan       Duplex  Speed Type
    Gi1/0/1                      notconnect   1            auto   auto 10/100/1000BaseTX
    Gi1/0/2                      notconnect   1            auto   auto 10/100/1000BaseTX
    Gi1/0/3                      notconnect   1            auto   auto 10/100/1000BaseTX
    --------------------------------------------------------------------------------------
    Gi1/0/26                     notconnect   1            auto   auto Not Present
    Gi1/0/27                     err-disabled 1            auto   auto unknown                        // 문제 발생  포트 비활성화 시킴
    Gi1/0/28                     notconnect   1            auto   auto Not Present
    Fa0                          disabled     routed       auto   auto 10/100BaseTX

    시스코 호환 SFP 모듈 인식 명령어 입력

    불량이 아닌 호환되지 않는 SFP 모듈로 로그가 표시된다면 아래 방식으로 명령어 입력을 진행합니다.

    1) no errdisable detect cause gbic-invalid
    2) service unsupported-transceiver (※ unsupported-transceiver 명령어는 히든 명령어이므로 tab으로 완성되지 않습니다. 직접 타이핑 하시기 바랍니다.)
    3) 위 명령어 입력 후 재장착하면 이제 정상적으로 SFP 모듈을 인식합니다.
    4) 해당 포트 재활성 (no shutdown)

    ※ 1) 명령어만으로도 인식되기도 하며, 2) 명령어를 같이 써줘야 인식되는 경우가 있으니 둘다 입력해주시고 확인해주시기 바랍니다.

    위 명령어를 사용해도 인식이 안된다면 SFP 모듈 불량, 포트 불량, 신호 세기 이상 등을 고려해볼 수 있습니다.

    ITGOIT-SFP-test# configure terminal
    ITGOIT-SFP-test(config)# no errdisable detect cause gbic-invalid
    ITGOIT-SFP-test(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.
    ITGOIT-SFP-test#
    Nov  9 14:04:09.904: %PHY-4-SFP_NOT_SUPPORTED: The SFP in Gi1/0/27 is not supported
    Nov  9 14:04:09.904: %PHY-5-TRANSCEIVERINSERTED: Slot=1 Port=27: Transceiver has been inserted
    ITGOIT-SFP-test(config)# do show interfaces status | include Gi1/0/27
    Gi1/0/27                     err-disabled 1            auto   auto unknown
    ITGOIT-SFP-test(config)# interface Gi1/0/27
    ITGOIT-SFP-test(config-if)# shutdown
    Nov  9 14:10:12.467: %LINK-5-CHANGED: Interface GigabitEthernet1/0/27, changed state to administratively down
    ITGOIT-SFP-test(config-if)# no shutdown
    Nov  9 14:10:20.778: %LINK-3-UPDOWN: Interface GigabitEthernet1/0/27, changed state to down
    ITGOIT-SFP-test(config-if)# 

    Subscribe

    댓글 남기기