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

I'm playing with pyez to restore configuration from rescue but it is not working as expected with the JunOS 19.4R3.11 (also tried with JunOS 20.3R1). The scenario is: ``` router1.lab...

Type: Bug
Status: Under Analysis

Walkthrough ---------------- 1. Table objects are created by `FactoryCfgTable(table_name, data_dict)`, w/ `data_dict` containing the sections of the YAML spec. Ex (note the dict key ***'key-field'***): ```python {'set': 'routing-options/static/route', 'key-field': ['dest',...

Type: Bug
Status: Need Info

Hello, I encounter a bug with the table mecanism. junos-eznc==2.6.1 Here's my json definition for the table ``` ApplicationTable: get: applications/application view: ApplicationView ApplicationView: fields: id: name name: description protocol:...

Type: Bug
Type: Question
Priority: Low
Status: Under Analysis

This is an RFE for providing `python3-junos-eznc` packaged into an RPM format. This would make the library easier to consume on production EL systems where using `pip` or non-system packages...

Type: Enhancement
Status: On Hold

Issue Type ------ - Bug Report cross posting with https://github.com/Juniper/ansible-junos-stdlib/issues/584 Module Name ------ juniper.device.pyez juniper.device.config juniper.device collection and Python libraries version ``` # pip freeze junos-eznc==2.6.3 # /home/HUSSDOGG.com/alex/.ansible/collections/ansible_collections Collection Version...

Type: Bug

Could you please consider to utilize built-in unittest.mock, as a fallback at least?

Type: Enhancement
Priority: Low

This is a followup of #628 where this change was initially pushed but reverted because I didn't remember why I did it. Before #628, when an identity is provided in...

### Problem User currently cannot control the value of `allow_agent` being passed to ncclient.connect(). ### Analysis PyEZ internally sets the value of `allow_agent` before passing it to ncclient. It is...

Take the following SSH Config file example: ``` host 192.168.0.1 Hostname 192.168.0.1 User napalm IdentityFile /path/to/my/id_rsa host * !192.168.0.1 ProxyJump 192.168.0.1 ``` This module ignores the ProxyJump line and tries...

Type: Enhancement
Priority: Low