“CABUORCH-1697”的版本间的差异

来自qingwei personal wiki
跳转至: 导航搜索
第3行: 第3行:
 
== tool ==
 
== tool ==
 
https://github.com/NSO-developer/ntool
 
https://github.com/NSO-developer/ntool
 +
=== 在NSO docker安装ntool ===
 +
<source lang="shell">
 +
# 配置代理
 +
bash-4.2# export http_proxy=http://proxy-wsa.esl.cisco.com:80
 +
bash-4.2# export https_proxy=http://proxy-wsa.esl.cisco.com:80
 +
bash-4.2# env | grep proxy
 +
http_proxy=http://proxy-wsa.esl.cisco.com:80
 +
https_proxy=http://proxy-wsa.esl.cisco.com:80
 +
</source>
  
 
[[category: cisco]]
 
[[category: cisco]]
 
[[category: task]]
 
[[category: task]]

2018年5月28日 (一) 06:31的版本

描述

Investigation: CLI to XML Conversion for NSO

tool

https://github.com/NSO-developer/ntool

在NSO docker安装ntool

# 配置代理
bash-4.2# export http_proxy=http://proxy-wsa.esl.cisco.com:80
bash-4.2# export https_proxy=http://proxy-wsa.esl.cisco.com:80
bash-4.2# env | grep proxy
http_proxy=http://proxy-wsa.esl.cisco.com:80
https_proxy=http://proxy-wsa.esl.cisco.com:80