Cisco Nexus 7000 Series Module Diagnostic 방법에 대해서 알아보자
Cisco Nexus 7000 Series는 하나의 물리적 장비에서 VDC(Virtual Device Context) 기능을 통해
가상의 Zone을 생성하여 운영이 가능하다.
Nexus 7000 Series Module Diagnostic는 VDC상의 로그가 아닌
Admin 모드에서 아래 로그로 확인할 수 있다.
참고 로그
2018 Jul 20 04:41:35 BB_N7010_1 %DIAG_PORT_LB-2-PORTLOOPBACK_TEST_FAIL: Module:9 Test:PortLoopback failed 10 consecutive times. Faulty module: affected ports:8 Error:Loopback test failed. Unable to analyze the reason for failure
2018 Nov 17 23:23:37 BB_N7010_1 %DIAG_PORT_LB-2-PORTLOOPBACK_TEST_FAIL: Module:8 Test:PortLoopback failed 10 consecutive times. Faulty module: affected ports:5 Error:Loopback test failed. Unable to analyze the reason for failure
Cisco Workaround
This test only affects ports which are admin down. Hence it is not impacting.
Reload the affected line card
이 테스트는 admin 다운된 포트에만 영향을 준다. 따라서 다른 영향을 미치지 않는다.
영향을 받는 라인 카드를 다시 로드합니다.
상태 확인
BB_N7010_1-VDC-1# show module
Mod Online Diag Status
--- ------------------
8 Fail
9 Fail
BB_N7010_1# show diagnostic result module 8 test 6
Current bootup diagnostic level: complete
Module 8: 1/10 Gbps BASE-T Ethernet Module
Test results: (. = Pass, F = Fail, I = Incomplete,
U = Untested, A = Abort, E = Error disabled)
6) PortLoopback:
Port 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
-----------------------------------------------------
U . U . E . U . U . U . U . U U
BB_N7010_1# sho diagnostic result module 9 test 6
Current bootup diagnostic level: complete
Module 9: 1/10 Gbps BASE-T Ethernet Module
Test results: (. = Pass, F = Fail, I = Incomplete,
U = Untested, A = Abort, E = Error disabled)
6) PortLoopback:
Port 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
-----------------------------------------------------
. U U U U U . E U U U U U U U .
테스트 ID 확인 및 작업 명령어
test_ID (PortLoopback) : 6
diagnostic clear result module mod_num test test_ID
SW(config)# no diagnostic monitor module mod_num test test_ID
SW(config)# diagnostic monitor module mod_num test test_ID
SW(config)# diagnostic start module mod_num test test_ID
작업 실시
BB_N7010_1(config)# no diagnostic monitor module 8 test 6
BB_N7010_1(config)# diagnostic monitor module 8 test 6
BB_N7010_1#diagnostic start module 8 test 6
BB_N7010_1#show diagnostic result module 8 test 6
Current bootup diagnostic level: complete
Module 8: 1/10 Gbps BASE-T Ethernet Module
Test results: (. = Pass, F = Fail, I = Incomplete,
U = Untested, A = Abort, E = Error disabled)
6) PortLoopback:
Port 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
-----------------------------------------------------
U U . . U . . . U U . U U U U U
작업 후 8번 모듈 5번 Port가 Untested로 변경됨을 확인할 수 있다.
Cisco Bug Search Tool 에 아래 번호로 버그 리포트가 발행되었으니 참고하자
No : CSCua03125
버그 리포트 확인은 Cisco Login 후 이용 가능
https://bst.cloudapps.cisco.com/bugsearch/bug/CSCua03125/?rfs=iqvred
'IT Technology > Cisco' 카테고리의 다른 글
Cisco Network 장비 Log Filter 설정방법 (0) | 2021.08.01 |
---|---|
Cisco Show Version 분석 (0) | 2021.07.28 |
CEF(Cisco Express Forwarding) 란? (0) | 2021.06.15 |
Cisco Stack Switch Over (0) | 2021.06.02 |
Cisco HSRP Config 정리 (0) | 2021.05.10 |