Cisco MDS: 인터페이스 "no shutdown" 명령이 ISSU 8.4(1) 및 8.4(1a) 이후 running-config에 표시되지 않습니다.
Summary: Cisco MDS: 인터페이스 "no shutdown" 명령이 ISSU 8.4(1) 및 8.4(1a) 이후 running-config에 표시되지 않습니다.
Symptoms
8.4(1) 또는 8.4(1a)로 업그레이드
증상 1: "show running-config diff" 명령은 실행 중인 구성과 시작 구성 간의 줄 수 차이를 보여줍니다. 그리고 포트 채널 구성에서 시작의 차이점을 가리킵니다.
show running-config diff *** Startup-config --- Running-config *************** *** 1057,1072 **** ip address 10.210.0.13 255.255.255.0 interface port-channel30 switchport mode E switchport rate-mode dedicated - no shutdown interface port-channel200 switchport mode F switchport rate-mode dedicated - no shutdown vsan database vsan 30 interface port-channel30 vsan 10 interface port-channel200 vsan 10 interface fc1/9 vsan 10 interface fc1/10 --- 1057,1070 ----
증상 2: show running config와 show startup config 출력을 완전히 비교하면 차이점이 표시됩니다.
show running config interface port-channel30 switchport mode E switchport rate-mode dedicated interface port-channel200 switchport mode F switchport rate-mode dedicated show startup config: interface port-channel30 switchport mode E switchport rate-mode dedicated no shutdown<-------------------------------not listed in running config interface port-channel200 switchport mode F switchport rate-mode dedicated no shutdown<--------------------------------------------not listed in running config vsan database vsan 30 interface port-channel30 vsan 10 interface port-channel200
추가 증상 차이 예:
버전 8.3(1)
에서 실행 또는 시작 구성에 "no shutdown"이 표시되지 않습니다."
shutdown"은 실행 중과 시작 시 모두 표시됩니다.
9396T-1(config-if)# show run int po123 !Command: show running-config interface port-channel123 !Running configuration last done at: Sun Aug 19 20:37:45 2018 !Time: Sun Aug 19 20:57:32 2018 version 8.3(1) interface port-channel123 switchport mode E switchport trunk allowed vsan 1-2 switchport rate-mode dedicated 9396T-1(config-if)# show start int po123 !Command: show startup-config interface port-channel123 !Time: Sun Aug 19 20:57:54 2018 !Startup config saved at: Sun Aug 19 20:38:25 2018 version 8.3(1) interface port-channel123 switchport mode E switchport trunk allowed vsan 1-2 switchport rate-mode dedicated ------------------------------------------------------------------ 9396T-1(config-if)# shut 9396T-1(config-if)# show run int po123 !Command: show running-config interface port-channel123 !Running configuration last done at: Sun Aug 19 20:58:22 2018 !Time: Sun Aug 19 20:58:31 2018 version 8.3(1) interface port-channel123 switchport mode E switchport trunk allowed vsan 1-2 shutdown <----------------------------------------------------- switchport rate-mode dedicated 9396T-1(config-if)# copy run start 9396T-1(config-if)# show start int po123 !Command: show startup-config interface port-channel123 !Time: Sun Aug 19 20:59:42 2018 !Startup config saved at: Sun Aug 19 20:59:22 2018 version 8.3(1) interface port-channel123 switchport mode E switchport trunk allowed vsan 1-2 shutdown <----------------------------------------------------- switchport rate-mode dedicated
버전 8.4(1)
"no shutdown"이 이제 시작 구성에 표시되지만 실행 중인 구성에는 표시되지 않습니다."
shutdown"은 실행 중과 시작 시 모두 표시됩니다.
MDS9396S-1(config-if)# show run int po149 !Command: show running-config interface port-channel149 !Running configuration last done at: Wed Jan 22 09:35:26 2020 !Time: Wed Jan 22 09:53:35 2020 version 8.4(1) interface port-channel149 channel mode on switchport mode E switchport trunk allowed vsan 237 switchport rate-mode dedicated switchport trunk mode auto MDS9396S-1(config-if)# show start int po149 !Command: show startup-config interface port-channel149 !Time: Wed Jan 22 09:54:01 2020 !Startup config saved at: Wed Jan 22 09:35:47 2020 version 8.4(1) interface port-channel149 channel mode on switchport mode E switchport trunk allowed vsan 237 switchport rate-mode dedicated switchport trunk mode auto no shutdown <-------------------------------------
포트 채널 인터페이스에 대해 SHUTDOWN을 구성한 후:
MDS9396S-1(config-if)# shut MDS9396S-1(config-if)# show run int po149 !Command: show running-config interface port-channel149 !Running configuration last done at: Wed Jan 22 09:54:53 2020 !Time: Wed Jan 22 09:54:58 2020 version 8.4(1) interface port-channel149 channel mode on switchport mode E switchport trunk allowed vsan 237 shutdown <----------------------- switchport rate-mode dedicated switchport trunk mode auto MDS9396S-1(config-if)# copy run start MDS9396S-1(config-if)# show start int po149 !Command: show startup-config interface port-channel149 !Time: Wed Jan 22 10:07:39 2020 !Startup config saved at: Wed Jan 22 09:59:57 2020 version 8.4(1) interface port-channel149 channel mode on switchport mode E switchport trunk allowed vsan 237 shutdown <------------------------- switchport rate-mode dedicated switchport trunk mode auto
Cause
Cisco 버그 ID CSCvs76682 - ISSU 8.4(1)
설명
후 인터페이스 "no shutdown" 명령이 running-config에 표시되지 않습니다. 증상:
8.4(1)로 업그레이드한 후 startup-config에 표시되는 포트 채널 인터페이스에 대한 "no shutdown" 명령이 running-config의 동일한 인터페이스에 표시되지 않습니다.
이로 인해 관리 애플리케이션은 running-config와 startup-config의 포트 채널 인터페이스 간에 차이가 있다고 표시합니다. (실제 포트 채널 인터페이스 상태가 올바른 경우에도)
조건:
8.4(x)로 업그레이드합니다.
해결 방법:
ISSD를 이전의 영향을 받지 않는 수준으로
복원합니다(running-config 또는 startup-config의 포트 채널 인터페이스에 "no shutdown"이 표시되지 않음).
추가 문제 설명:
8.4 이전의 포트 채널 인터페이스에서 8.4(1):
"no shutdown"이 running-config 또는 startup-config에 표시되지 않았습니다.
포트 채널 인터페이스에서 구성은 8.4 이전 버전에서 running-config 및 startup-config 모두에 표시되었습니다.
8.4(x):
"no shutdown" 인터페이스 구성 문은 이제 시작 구성에 표시되지만 running-config에는 표시되지 않습니다....
Shutdown interface config 문은 여전히 running-config 및 startup-config 모두에 표시됩니다.
Resolution
해결 방법: 문제가 없는 이전 코드 수준으로 코드를 다운그레이드합니다.
(running-config 또는 startup-config의 포트 채널 인터페이스에는 "no shutdown"이 표시되지 않습니다.)
수정: NX-OS 8.4.2 이상으로 업그레이드합니다.
Additional Information
이는 외관상의 문제이며 기능에는 영향을 미치지 않습니다.
이 비디오를 참조하십시오.