“Smartphy”的版本间的差异

来自qingwei personal wiki
跳转至: 导航搜索
(创建页面,内容为“== nso == === debug手段 === * 状态为disable <source lang="shell" line start="1" highlight="5"> admin@ncs# show devices device state devices device 2c678746-c18d…”)
 
debug手段
第7行: 第7行:
 
  state oper-state    disabled
 
  state oper-state    disabled
 
  state oper-state-error-tag noconnection
 
  state oper-state-error-tag noconnection
 +
# 查看错误原因
 
admin@ncs# devices device 2c678746-c18d-3f32-8bcc-74a64c76da91 sync-from  
 
admin@ncs# devices device 2c678746-c18d-3f32-8bcc-74a64c76da91 sync-from  
 
result false
 
result false
 
info Failed to authenticate towards device 2c678746-c18d-3f32-8bcc-74a64c76da91: Bad password for local/remote user admin/admin Auth failed
 
info Failed to authenticate towards device 2c678746-c18d-3f32-8bcc-74a64c76da91: Bad password for local/remote user admin/admin Auth failed
 
</source>
 
</source>

2017年12月3日 (日) 13:39的版本

nso

debug手段

  • 状态为disable
1 admin@ncs# show devices device state
2 devices device 2c678746-c18d-3f32-8bcc-74a64c76da91
3  state oper-state     disabled
4  state oper-state-error-tag noconnection
5 # 查看错误原因
6 admin@ncs# devices device 2c678746-c18d-3f32-8bcc-74a64c76da91 sync-from 
7 result false
8 info Failed to authenticate towards device 2c678746-c18d-3f32-8bcc-74a64c76da91: Bad password for local/remote user admin/admin Auth failed