Chidanand Pujar

Results 32 issues of Chidanand Pujar

Added get-facts support for ACX

Fix for issue #1203 initialized the variable data .

imported module time .

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
Status: On Hold

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

Issue Type ------ - Bug Report Module Name ------------------ juniper.device.rpc juniper.device collection and Python libraries version junos-eznc 2.6.6 ansible-junos-stdlib v1.0.2-collections OS / Environment ------ All-junos Summary ------ RPC "get-system-core-dumps" prints...

Type: Bug

Fix for reboot exception handling.

jsnapy.py Added code for persistent pyez connection check and called invoke_jsnapy with required arguments pyez.py updated snapcheck - removed file_name with pre_file argument

Fix for JSON encoder error “TypeError: Object of type function is not JSON serializable”

### What does this PR do? To handle mode= telnet and port = 23 isinstance(dev, Device): returns False for device handle with mode=telnet and port=23, added another check to if...