Cisco MDS: Polecenie interfejsu "no shutdown" nie jest wyświetlane w bieżącej konfiguracji po ISSU 8.4(1) i 8.4(1a)

Summary: Cisco MDS: Polecenie interfejsu "no shutdown" nie jest wyświetlane w bieżącej konfiguracji po ISSU 8.4(1) i 8.4(1a)

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Symptoms

Uaktualniona do wersji 8.4(1) lub 8.4(1a)

Objaw 1: Polecenie "show running-config diff" pokazuje różnicę w liczbie wierszy między uruchomioną i startową konfiguracją. I wskazuje na różnice w uruchamianiu pod konfiguracją kanału portu:

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 ----

Objaw 2: bezpośrednie porównanie wyników programu "pokaż uruchomioną konfigurację" i "pokaż konfigurację startową" pokazuje różnicę między nimi:

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

Przykłady dodatkowych objawów:
w wersji 8.3(1)
komunikat "no shutdown" nie jest wyświetlany w uruchomionej lub uruchamianej konfiguracji.
"Zamknij" pojawia się zarówno w trybie uruchomienia, jak i uruchamiania.

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

Wersja 8.4(1)
"no shutdown" jest teraz wyświetlana w konfiguracji startowej, ale nie w uruchomionej konfiguracji.
"Zamknij" pojawia się zarówno w trybie uruchomienia, jak i uruchamiania.

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      <-------------------------------------

Po skonfigurowaniu funkcji SHUTDOWN dla interfejsu kanału portu:

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

Identyfikator błędu Cisco CSCvs76682 — polecenie interfejsu "no shutdown" nie jest wyświetlane w uruchomionej konfiguracji po ISSU 8.4(1)
Opis
Objawy:
Po uaktualnieniu do wersji 8.4(1) polecenie "no shutdown" dla interfejsów port-channel wyświetlane w konfiguracji startowej nie jest wyświetlane na tym samym interfejsie w konfiguracji bieżącej.

Powoduje to, że aplikacje zarządzające wskazują różnicę między interfejsami port-kanał w ustawieniach running-config i startup-config. (nawet jeśli rzeczywisty stan interfejsu kanału-portu jest poprawny)

Warunki:
Uaktualnienie do wersji 8.4(x).

Obejście:
ISSD do poprzedniego nienaruszonego poziomu
(brak zamknięcia) nie jest wyświetlany na interfejsach kanału portu ani w konfiguracji bieżącej, ani w konfiguracji rozruchowej).

Dalszy opis problemu:
Przed wersją 8.4(1):
komunikat "no shutdown" na interfejsie kanał portu nie był wyświetlany w konfiguracji bieżącej lub konfiguracji rozruchowej w wersjach wcześniejszych niż 8.4.
W interfejsie kanału-port, config był wyświetlany zarówno w parametrach running-config, jak i startup-config w wersjach wcześniejszych niż 8.4.

W wersji 8.4(x):
"no shutdown" instrukcja "no shutdown" config jest teraz wyświetlana w konfiguracji startowej, ale nie w konfiguracji running-config....
Instrukcja konfiguracji interfejsu zamykania nadal jest wyświetlana zarówno w poleceniach running-config, jak i startup-config.

 

Resolution

Obejście problemu: Obniż kod do poprzedniego poziomu, na którym nie występuje problem.
("Brak zamknięcia" nie jest wyświetlany na interfejsach kanału portu w parametrach running-config lub startup-config).

Rozwiązanie: Uaktualnij do wersji NX-OS 8.4.2 lub nowszej.

 

Additional Information

Jest to problem kosmetyczny, nie ma wpływu na funkcjonowanie.

Zapoznaj się z niniejszym filmem:

 

Affected Products

Connectrix MDS-Series
Article Properties
Article Number: 000077853
Article Type: Solution
Last Modified: 19 Nov 2025
Version:  5
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.