Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
YES!!! GOT IT WORKING!!!Want a custom network map?Just go to a website, and enter the sites you want, and hit submit.16 seconds or so later you will have downloaded the network map in yEd. With only the sites you requested and the network devices di...
I keep following the instructions over on "ACI Programmability Options" section 2 under setup your PC I have tried several different OSs including a fresh Ubuntu and CentOS install. I keep hitting the error below. Any ideas?Processing dependencies ...
Probably just a website for now that queried the database. It shouldn't need to be a huge select statment, just one for the mac address in question, should be really simple. I just need an IOS-XR box at some point to play with.I didn't see the NSO...
Another idea I had was use the IOS-XR's ability to send data un-requested to build a central database of where what MAC address is plugged in: So computer_1 plugges it's mac address into Switch1. Switch1 sends that MAC address and it's port number ...
If Cisco supported the current version of Python for their Cobra stuff I wanted to try that out, but I don't want to write a bunch of code and have to support multiple versons of python, so I am waiting. (It looks really cool though).Now just using t...
Why does Cisco have a python 2.7 requirement for their SDK? It's getting EOLed in 2020 (only 2 years) and has no official support now. Why not do a python 3.# release for it? So I'll have to figure out 2.7, then change the code to 3.# in a few yea...