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

If you attempt to use the name of a View() attribute as a field name in a View's YAML file, the View() attribute takes precedence and the field name is...

Type: Enhancement

Hi, I was wondering if you would be open to expanding the capabilities of this library so we can leverage the same YAML binding capabilities over RESTCONF. This would imply...

Type: Enhancement

Below Exception is seen when rpc.get_config is called with filter_xml set and model=True c1 = dh.rpc.get_config(filter_xml='interfaces',model=True) Traceback (most recent call last): File "C:\Program Files (x86)\JetBrains\PyCharm Community Edition 2016.3.2\helpers\pydev\_pydevd_bundle\pydevd_exec2.py", line 3,...

Type: Bug

I have been going through the code and scratching my head as to how to get `Device` to timeout in a reasonable amount of time when I first call `open()`....

Type: Bug

``` import logging from jnpr.junos.device import Device from jnpr.junos.utils.sw import SW def update_progress(dev, report): logger = logging.getLogger() #logger = logging.getLogger(__name__) logger.setLevel(logging.INFO) logger.propagate = 0 formatter = logging.Formatter("%(asctime)s - %(name)s -...

Type: Bug
Status: Need Info

https://www.freebsd.org/cgi/man.cgi?query=ssh_config&apropos=0&sektion=5&manpath=FreeBSD+12-current&arch=default&format=html Include Include the specified configuration file(s). Multiple pathnames may be specified and each pathname may contain glob(3) wildcards and, for user configurations, shell-like `~' references to user home directories....

Type: Enhancement

I am having a problem using a console connection in Ansible after rebooting the RE. I believe I have found the solution, but need others to verify the problem and...

Type: Bug

Hi, When rpc.get_config() is called with filter_xml knob and namespace is not given, namespace is automatically set to http://openconfig.net/yang/ . But this does not seem to be working everytime. For...

Status: In Progress
Type: Documentation Bug

Description: We have a large number of EX2300 switches that need to be upgraded. Process is automated with ansible, which underneath uses junos-eznc library. Because of very low storage capacity...

Type: Bug
Status: Under Analysis

Config class use timeout whereas all RPC uses rpc_timeout. We should document this difference in behavior.

Type: Enhancement