pycsco icon indicating copy to clipboard operation
pycsco copied to clipboard

python modules to simplify the use of working with cisco nexus switches

Results 21 pycsco issues
Sort by recently updated
recently updated
newest added

# pip3 install pycsco Collecting pycsco Using cached pycsco-0.3.5.tar.gz (54 kB) Collecting xmltodict>=0.9.2 Using cached xmltodict-0.12.0-py2.py3-none-any.whl (9.2 kB) Collecting gtextfsm==0.2.1 Using cached gtextfsm-0.2.1.tar.gz (20 kB) ERROR: Command errored out with...

Hi All, Initialized Nexus/MDS with proper steps from reset mode. Now tried to execute few commands from pycsco functions. Many got executed successfully. But i could see few places getting...

I attempt to upgrade to python3, Please let me know your comments

Unless there is a particular reason to do otherwise. The pypi package for textfsm is this one: https://pypi.org/project/textfsm/

ip arp syncronize missing parameter in vpc module. is it possible to add that option?

Whenever i am trying to query the device i get the below error >>> get_vpc(switch) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python2.7/site-packages/pycsco/nxos/utils/nxapi_lib.py", line 1686, in...

Egg info are generated automatically when calling `python setup.py install`. Binary files such as release tar balls should not be part of the Git repository. Releases are based on Git...

This is more of a question - so we have couple of nexus switches have nxapi disabled by default. Then it seems either pycsco or napalm can't access to push...

The content type is not set, it is `application/x-www-form-urlencoded` by default. Many HTTP libraries store the body of form calls differently from JSON/XML payload. This pull request sets the content...

Added support for Python 3. `gtextfsm` still need to be made compatible, but I have already made a Pull Request in their repository. https://github.com/google/textfsm/pull/13