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

摘要: 在启用了NX-API的情况下将交换机从版本8.4(2a)升级到9.4(2a)后,在启动配置中观察到额外的行:“nxapi trustpoint?”.正在运行的配置中不存在此行。

本文适用于 本文不适用于 本文并非针对某种特定的产品。 本文并非包含所有产品版本。

症状

执行 "copy running-config startup-config" 命令无法解决问题,因为即使在尝试复制作后差异仍然存在。
这是Cisco Bug ID CSCwo14155的一部分。 

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

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

 

升级到 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

原因

这是从 8.4(2a) 升级到 9.4(2a) 时仅在 MDS-9706 上出现的外观错误。

解决方案

解决办法:

禁用和启用 NXAPI 功能可解决此问题。下面是语法:

#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

 

提醒:这是无中断命令。 

正在等待思科开发团队进行永久修复。 

受影响的产品

Connectrix MDS-9706, Connectrix MDS-9706-V2
文章属性
文章编号: 000289851
文章类型: Solution
上次修改时间: 27 2月 2025
版本:  1
从其他戴尔用户那里查找问题的答案
支持服务
检查您的设备是否在支持服务涵盖的范围内。