Cisco MDS : La commande « no shutdown » de l’interface ne s’affiche pas dans la running-config après ISSU 8.4(1) et 8.4(1a)

Summary: Cisco MDS : La commande « no shutdown » de l’interface ne s’affiche pas dans la running-config après ISSU 8.4(1) et 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

Mise à niveau vers 8.4(1) ou 8.4(1a)

Symptôme 1 : La commande « show running-config diff » affiche une différence dans le nombre de lignes entre la configuration en cours d’exécution et la configuration de démarrage. Et cela indique les différences de démarrage sous la configuration du canal de port :

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

Symptôme 2 : la comparaison directe entre la configuration en cours d’exécution de l’affichage et les sorties de la configuration du démarrage affiche la différence entre les deux :

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

Exemples de différences de symptômes supplémentaires :
À la version 8.3(1),
« no shutdown » ne s’affiche pas dans la configuration en cours d’exécution ou de démarrage.
shutdown" s’affiche à la fois en cours d’exécution et au démarrage.

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

Version 8.4(1)"no shutdown »
s’affiche maintenant dans la configuration de démarrage, mais pas dans la configuration en cours d’exécution.
shutdown" s’affiche à la fois en cours d’exécution et au démarrage.

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

Une fois l’opération SHUTDOWN configurée pour l’interface de canal de port :

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

ID de bug Cisco CSCvs76682 - La commande « no shutdown » de l’interface ne s’affiche pas dans la running-config après ISSU 8.4(1)
Description
Symptôme :
Après la mise à niveau vers 8.4(1), la commande « no shutdown » pour l’affichage des interfaces de canal de port dans la configuration de démarrage n’est pas affichée sur la même interface dans la configuration en cours d’exécution.

Les applications de gestion indiquent alors qu’il existe une différence entre les interfaces de canal de port dans les configurations d’exécution et de démarrage. (même si l’état réel de l’interface port-canal est correct)

Conditions :
mise à niveau vers la version 8.4(x).

Solution de contournement :
ISSD à un niveau
précédent non affecté (aucun arrêt ne s’affiche sur les interfaces de canal de port dans la configuration en cours ou la configuration au démarrage.)

Description du problème :
Avant la version 8.4(1) :
« no shutdown » sur une interface de canal de port n’était pas affiché dans la running-config ou la startup-config antérieure à la version 8.4.
Sur l’interface du canal de port, config s’affichait dans les configurations d’exécution et de démarrage antérieures à la version 8.4.

Dans la version 8.4(x) :"
no shutdown », l’instruction de configuration de l’interface s’affiche désormais dans la configuration de démarrage, mais pas dans la configuration d’exécution....
L’instruction Shutdown interface config s’affiche toujours dans running-config et startup-config.

 

Resolution

Solution de contournement : Rétrogradez le code vers un niveau de code précédent où le problème n’est pas présent.
(« Aucun arrêt » ne s’affiche sur les interfaces de canal de port dans running-config ou startup-config.)

Résolution : Effectuez une mise à niveau vers NX-OS 8.4.2 ou version ultérieure.

 

Additional Information

Il s’agit d’un problème cosmétique, il n’a aucun impact sur le fonctionnement.

Voir cette vidéo :

 

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.