Network Devices

Explore, inquire, and collaborate on network devices.
cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

IOS XE DevCenter

YANG Suite

Sandboxes & Learning Labs


>> View previously featured conversations <<

Forum Posts

Hi guys!I knew in this world of automation, I trying to get an inventory of all AP's that are register in a WLC 5520 - AIREOSThis is part of my code. df = pd.DataFrame()data = {}# obtiene la lista de ips a conectarsewith open("ipdiscoc.txt", "r") as ...

HiddenAir by Level 1
  • 1306 Views
  • 2 replies
  • 0 Helpful votes

I did "NETCONF/YANG on Nexus" labs and noticed that changes do not get saved to startup-config. NETCONF capabilities of NXOS sandbox do not include ":startup", so <copy-config> operation can not copy running-config to startup-config. What is the othe...

ExaBlaze X10低延迟网卡,安装在Centos8(Kernel 4.18)上。使用ifconfig命令显示网卡的RX-Dropped不断增加。但是直接使用exanic-config工具检查网卡,则发现RXDropped为0。请问两者数据不一致的原因是什么ExaNIC X10的驱动版本为2.2.2

jeffrey-h by Level 1
  • 1632 Views
  • 3 replies
  • 0 Helpful votes

I try to install a new nxos image on the C9500 switch using python. I am thinking of using netmiko to connect to the device and issue "install all nxos bootflash:nxos.newversion.bin". Ideally, there should have no intervention for the installation, b...

cxu21 by Level 1
  • 888 Views
  • 2 replies
  • 0 Helpful votes

Hi,First of all: thx a lot for publishing the python pnp server! I am wondering where to find some parts of the documentation. Some features are well documented like "device-info", "image-install" but some are missing.I am trying to do some "cli-conf...

m.rainer by Level 1
  • 2387 Views
  • 4 replies
  • 1 Helpful votes

Resolved! networking

I am trying to work on a test case where i need to store the value of  "--testbed" arg and used that to construct the path to be used in one os the functioncurrently the script works when we use below commandpyats run job <filename.py> --testbed <tes...