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

When using nxos_ansible module an error is returned when using snmp_community. (see issue #83 @jedelman8/nxos-ansible) If < 2 community strings are configured on the device, the dict returned by NXAPI...

The embedded ipaddr module is available on Pypi with the exact same content. Just add the proper dependency to it. BTW, is that expected to have the `.egg-info` commited in...

Hello, The file `pycsco/nxos/nxapi.py` is copyrighted Cisco but doesn't come with a license. Could you confirm if it is Apache 2.0 licensed too (with preferably a source)? Thanks.

the 'show environment' command as part of the pycsco/nxos/utils/nxapi_lib.py get_facts function results in unexpected json tags https://github.com/jedelman8/pycsco/blob/master/pycsco/nxos/utils/nxapi_lib.py#L2445 seen in 3 revs of 7.0(3)I2(X) I don't think I know enough python...

When I try to run the example script I get the following error. File "C:\Python27\lib\site-packages\pycsco-0.3.0-py2.7.egg\pycsco\nxos\device.py", line 61, in **init** self.sw1 = NXAPI NameError: global name 'NXAPI' is not defined I've...

Hi, I was getting the following error when trying to use file_copy.py. ''' failed: [10.x.x.55] => {"failed": true, "parsed": false} Traceback (most recent call last): File "/home/manish/.ansible/tmp/ansible-tmp-1450376959.58-153940520304606/nxos_file_copy", line 1761, in...

Implementing support to return current vlan mode, see issue https://github.com/jedelman8/pycsco/issues/15

Hi, I have a switch that I can manually ssh to and run all the cli's. I installed pysco on my Linux and all seems to work fine with respect...

Hi! I get xml error when work with Nexus7K by nxos_vlan ``` existing_vlans_list = nxapi_lib.get_list_of_vlans(device) File "/usr/lib/python2.6/site-packages/pycsco/nxos/utils/nxapi_lib.py", line 105, in get_list_of_vlans data = device.show(command) File "/usr/lib/python2.6/site-packages/pycsco/nxos/device.py", line 98, in show...

As part of PR https://github.com/jedelman8/nxos-ansible/pull/29 there is a need to add functionality to pycsco.nxos.utils.nxapi_lib.vlan_info() to return the current vlan mode, ce or fabricpath.