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

Handling of SSH Protocol Banner timeout in PyEZ ``` banner_timeout value has fixed value of 15 seconds as per paramiko, we will check if there is any option from paramik...

Type: Enhancement

// the following generates output that results in an exception ``` >>> d.cli_to_rpc_string("show platform app-controller app l2ald-agent complete") "rpc.app_controller_show(app='l2ald-agent', complete=True)" >>> d.rpc.app_controller_show(app='l2ald-agent', complete=True) /usr/lib64/python3.7/site-packages/jnpr/junos/device.py:858: RuntimeWarning: An unknown exception occurred -...

Type: Bug
Status: Need Info

Fix for https://github.com/Juniper/py-junos-eznc/issues/1229 Read the whole buffer and get the last keyword.

Fixed read the doc issue. The configuration file is required for the readthedoc portal to build PyEZ docs. https://docs.readthedocs.io/en/stable/config-file/v2.html

Matching PR for https://github.com/Juniper/ansible-junos-stdlib/pull/634

The current logic around the SSH agent is flawed and tentatives to fix it to cover more cases only leads to more complexity. As seen in #648, to this day,...

function try_load , initially ignore_warning was set to False , so changed it to ignore_waring=ignore_warning.

Hi, I've found something off in the `open` function from lib/jnpr/junos/transport/tty_netconf.py. The data read upon opening connection is fed into `HelloHandler.parse` can be of two types: - an XML element,...

Type: Bug
Status: Review Needed

###### Request: Include in /op/lldp.yml an LLDPNeighborDetailView table making the `` call to ensure `` available on varied JunOS hardware platforms. ###### PROBLEM Description: EX Platform does not return ``....

Type: Enhancement

Why does the current version of Junos not use the bind_addr optional parameter for providing a source address to bind when connecting Device objects? It would be an easy fix...

Status: Need Info