Chidanand Pujar
Chidanand Pujar
Hi , with latest PyEZ release (junos-eznc 2.6.5 ), script looks to be works fine , Could you please check and update . from jnpr.junos import Device from pprint import...
> > Please check what is the impact of removing "action is None" condition . > > This doesn't break any part of the code and tests also pass successfully....
fix is under review - https://github.com/Juniper/py-junos-eznc/pull/1205
fixed https://github.com/Juniper/py-junos-eznc/pull/1205
Fix is under review https://github.com/Juniper/py-junos-eznc/pull/1207
Hi , huge_tree is already supported as part of fix https://github.com/Juniper/ansible-junos-stdlib/pull/572. Could you please check following options and share the results . ``` --- - name: Test juniper.device.rpc module hosts:...
Hi , Looks to be working fine without this fix ,Could you please verify once with latest Ansible collections. ``` - name: Test juniper.device.rpc module hosts: all connection: local gather_facts:...
Hi , Monitored the script for few iterations thread count stands at 1 on off-box ``` from jnpr.junos import Device import time def get_server_detail(): dev = Device(host='xx.xx.xx.xx', user='xyz', password='xyz', gather_facts=False)...
following is the status of threads . PID TID COMM TDNAME CPU PRI STATE WCHAN 12150 100212 cscript - -1 141 sleep select 12150 100325 cscript - -1 152 sleep...
Please find the steps to install jnsapy on Ubuntu 20.04 . ``` (venv) root@masterhost:~# lsb_release -a LSB Version: core-11.1.0ubuntu2-noarch:security-11.1.0ubuntu2-noarch Distributor ID: Ubuntu Description: Ubuntu 20.04.3 LTS Release: 20.04 Codename: focal...