MDS da Cisco: O comando "no shutdown" da interface não é exibido na running-config após o ISSU 8.4(1) e 8.4(1a)

Summary: MDS da Cisco: O comando "no shutdown" da interface não é exibido na running-config após o ISSU 8.4(1) e 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

Atualizado para 8.4(1) ou 8.4(1a)

Sintoma 1: O comando "show running-config diff" mostra uma diferença no número de linhas entre a configuração em execução e a configuração de inicialização. E aponta para as diferenças na inicialização sob a configuração de port channel:

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

Sintoma 2: a comparação direta dos resultados show running config versus show startup config mostra a diferença entre eles:

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

Exemplos de diferenças adicionais de sintomas:Na
versão 8.3(1),
"no shutdown" não aparece na configuração em execução ou de inicialização."
shutdown" é exibido tanto na execução quanto na inicialização.

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

Versão 8.4(1)
"no shutdown" agora aparece na configuração de inicialização, mas não na configuração em execução.
" shutdown" é exibido tanto na execução quanto na inicialização.

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

Depois que o SHUTDOWN estiver configurado para a interface de port-channel:

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 da Cisco CSCvs76682 — o comando "no shutdown" da interface não é exibido na running-config após o ISSU 8.4(1)
Description
Sintoma:
após o upgrade para a versão 8.4(1), o comando "no shutdown" para a exibição das interfaces de port-channel na startup-config não é exibido na mesma interface na running-config.

Isso faz com que os aplicativos de gerenciamento indiquem que há uma diferença entre as interfaces port-channel na running-config e startup-config. (mesmo que o status real da interface port-channel esteja correto)

Condições:
faça upgrade para a versão 8.4(x).

Solução temporária:
ISSD para um nível
anterior não afetado ("no shutdown" não é exibido nas interfaces de port-channel em running-config ou startup-config.)

Descrição adicional do problema:
Anterior à 8.4(1):
"no shutdown" em uma interface de port-channel não estava sendo exibido no running-config ou startup-config antes da 8.4.
Na interface de port-channel, a config era exibida tanto na running-config quanto na startup-config antes da 8.4.

Na 8.4(x):
"no shutdown", a instrução de configuração da interface agora é exibida na configuração de inicialização, mas não na configuração em execução....
A instrução de configuração da interface de desligamento ainda é exibida em running-config e startup-config.

 

Resolution

Solução temporária: Faça downgrade do código para um nível de código anterior no qual o problema não esteja presente.
("No shutdown" não é exibido nas interfaces port-channel em running-config ou startup-config.)

Correção: Faça upgrade para NX-OS 8.4.2 ou superior.

 

Additional Information

Este é um problema cosmético, não tem impacto na função.

Consulte este vídeo:

 

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.