Cisco MDS: El comando "no shutdown" de la interfaz no se muestra en running-config después de ISSU 8.4(1) y 8.4(1a)

Summary: Cisco MDS: El comando "no shutdown" de la interfaz no se muestra en running-config después de ISSU 8.4(1) y 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

Actualizado a 8.4(1) u 8.4(1a)

Síntoma 1: El comando "show running-config diff" muestra una diferencia en la cantidad de líneas entre la configuración en ejecución y de inicio. Y señala las diferencias en el inicio en la configuración del canal de puerto:

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

Síntoma 2: la comparación directa de los resultados de show running config frente a show startup config muestra la diferencia entre ellos:

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

Ejemplos adicionales de diferencias de síntomas:
En la versión 8.3(1),
"no shutdown" no se muestra en la configuración en ejecución o de inicio".
shutdown" se muestra tanto en ejecución como en inicio.

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

Versión 8.4(1)
"no shutdown" ahora se muestra en la configuración de inicio, pero no en la configuración en ejecución".
shutdown" se muestra tanto en ejecución como en inicio.

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

Después de configurar SHUTDOWN para la interfaz de canal de puerto:

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 error de Cisco CSCvs76682: el comando "no shutdown" de la interfaz no se muestra en running-config después de ISSU 8.4(1)
Descripción
Síntoma:
Después de la actualización a 8.4(1), el comando "no shutdown" para las interfaces de canal de puerto que se muestran en startup-config no se muestra en la misma interfaz en running-config.

Esto hace que las aplicaciones de administración indiquen que hay una diferencia entre las interfaces de canal de puerto en running-config y startup-config. (a pesar de que el estado real de la interfaz de canal de puerto es correcto)

Condiciones:
Actualizar a 8.4(x).

Solución alternativa:
ISSD a un nivel
anterior no afectado ("no shutdown" no se muestra en las interfaces de canal de puerto en running-config o startup-config).

Descripción del problema adicional:
Antes de 8.4(1):
"no shutdown" en una interfaz de canal de puerto no se mostraba en running-config o startup-config antes de 8.4.
En la interfaz del canal de puerto, la configuración se mostraba tanto en running-config como en startup-config antes de 8.4.

En 8.4(x):
"no shutdown" interface config ahora se muestra en la configuración de inicio, pero no en running-config....
La shutdown interface config aún se muestra tanto en running-config como en startup-config.

 

Resolution

Solución alternativa: Degradar el código a un nivel de código anterior en el que el problema no esté presente.
("No shutdown" no se muestra en las interfaces de canal de puerto en running-config o startup-config).

Corregir: Actualice a NX-OS 8.4.2 o superior.

 

Additional Information

Este es un problema estético, no tiene ningún impacto en la función.

Consulte este video:

 

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.