Connectrix: Cisco: show running-config diff shows difference after upgrade

Summary: After upgrading the switch from version 8.4(2a) to 9.4(2a) with NX-API enabled, additional line in the startup configuration was observed: "nxapi trustpoint ?". This line is not present in the running configuration. ...

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

Executing the "copy running-config startup-config" command does not resolve the issue, as the discrepancy persists even after attempting the copy operation. 
This a part of Cisco Bug ID CSCwo14155. 

`show running-config`
feature nxapi
nxapi http port 8080

`show startup-config`
feature nxapi
nxapi http port 8080

 

Post upgrade to 9.4(2a)  
  

`show running-config`
feature nxapi
nxapi http port 8080
nxapi ssl protocols TLSv1.1 TLSv1.2



`show startup-config`
feature nxapi
nxapi http port 8080
nxapi ssl protocols TLSv1.1 TLSv1.2
nxapi trustpoint ?   <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<




switch# show run diff
 
*** Startup-config
 
--- Running-config
 
***************
 
*** 3411,3421 ****
 
- nxapi trustpoint  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< (-) 
 
 
--- 3411,3420 ----
 
 
 
switch# copy r s
[########################################] 100%
Copy complete.
switch#

switch# sh running-config diff
*** Startup-config

--- Running-config

***************

*** 3384,3394 ****

- nxapi trustpoint  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< (-)

--- 3384,3393 ----

- No Trustpoint configured on switch
switch# sh crypto ca trustpoint

Cause

This is a cosmetic bug seen only on MDS-9706 while upgrading from 8.4(2a) to 9.4(2a).

Resolution

Workaround:

Disable and enable of feature NXAPI resolves the issue. Below is the Syntax:

#no feature nxapi
#copy r s
#sh run diff 
#feature nxapi
# nxapi http port 8080 
#nxapi ssl protocols TLSv1.1 TLSv1.2
#copy r s
#sh run diff

 

NOTE: This are non-disruptive commands. 

Permanent fix is awaited from Cisco Development team. 

Affected Products

Connectrix MDS-9706, Connectrix MDS-9706-V2
Article Properties
Article Number: 000289851
Article Type: Solution
Last Modified: 27 Feb 2025
Version:  1
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.