py-junos-eznc icon indicating copy to clipboard operation
py-junos-eznc copied to clipboard

Python library for Junos automation

Results 92 py-junos-eznc issues
Sort by recently updated
recently updated
newest added

expectation is the traces will be shown, instead a pipe tag is returned. ``` >>> foo = d.rpc.get_trace(node='re1', application='rpdagent') >>> etree.tostring(foo) b'\n' ``` Model: ptx10008 Junos: 23.3R1-202308210311.0-EVO Yocto: 3.0.2 Linux...

Type: Bug

I need a official version compare function. I am using distutils LooseVersion() in my PyEz based tools ( https://github.com/shigechika/junos-update ) But LooseVersion() has problems. - distutils Version classes are deprecated....

Type: Enhancement

I have issue when i try use args info rpc call. =========================================== ``` from jnpr.junos import Device from jnpr.junos.factory.factory_loader import FactoryLoader import yaml myYAML = """ --- OspfNeighborTable: item: ospf-neighbor...

Status: Need Info

I have a dual-re mx104. Re0 failed and primary role transited to re1. I'm gathering correct information about re states and who's master, but not for the following values: ```...

Status: Need Info

As this library is python3-only, it shouldn't need six. If there are any mistakes in the patch, please let me know. It was partially done by far-from-perfect sed script.

Fix for [1243](https://github.com/Juniper/py-junos-eznc/issues/1243). Previously if a bad password is given for serial connection, there is EzErrors.ConnectAuthError(self, "Bad username/password") raised. But this doesn't disconnect the serial port, till the script is...