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

Hi guys, It seems the port is pre-stablished in the code when you try to perform a "start-shell" command https://github.com/Juniper/py-junos-eznc/blob/master/lib/jnpr/junos/utils/start_shell.py#L78 I did some testing and I can confirm that it...

Type: Bug

While the primary issue reported in #715 is a Junos bug, it did expose an issue with PyEZ. In #715, the response contains an `` element, but no `RpcError` exception...

Type: Bug

On a device which has dual Routing Engines, it may be possible for one of the Routing Engines to be in a `Present` state. This state indicates that the Routing...

Type: Bug

I came across kind of issue while executing RPC’s : From REST API Explorer API when I test RPC request from explorer, I do get to see the entire output...

Is it possible to get support added for the 'validate' RPC? https://www.juniper.net/documentation/us/en/software/junos/netconf/topics/task/netconf-configuration-verifying.html ### Use case / background I'm trying to implement secure candidate configuration checking in merge requests from our...

Type: Enhancement
Status: Review Needed

Hello Team, I am facing intermittent RPC failures when calling `dev.rpc.get_support_information(ignore_warning=True, normalize=True)` from Juniper PTX10002 devices. First error: ``` ncclient.operations.rpc.RPCError: satellite-platform-management-process subsystem not running - not needed by configuration. ```...

I'm working to implement Salt proxy minions to Juniper devices in a customer network where idle-timeouts are configured for 5 minutes. This means that if we don't send something into...

Type: Enhancement

As per our discussion in the forums, I am going to add the facility to pipe the output. For some obscure reasons, although the device returns all these details (or...

Type: Bug

NAPALM has a YAML file which is using a Junos factory_loader as follows: ``` from jnpr.junos.factory import loadyaml from os.path import splitext _YAML_ = splitext(__file__)[0] + '.yml' globals().update(loadyaml(_YAML_)) ``` The...

Type: Enhancement

After several hours of debugging I found that device.open() behaves different when eventlet.monkey_patch() is used. This makes it impossible to use jnpr.junos in a module that uses eventlet. version: junos-eznc==1.2.3

Type: Enhancement