Kirk Byers

Results 422 comments of Kirk Byers

FYI, here is what I do in Netmiko for ProxyJump (Paramiko under the hood). It only works with a single ProxyJump host, however: https://github.com/ktbyers/netmiko/blob/develop/netmiko/base_connection.py#L904 You are welcome to reuse in...

@vnitinv See for the table view: https://github.com/napalm-automation/napalm-junos/blob/develop/napalm_junos/utils/junos_views.yml

Under Python3 it will fail with the following for any fields that are defined as unicode: ``` 121 raise RuntimeError("Dont know what to do with field: '%s'" % f_name) ```

NAPALM 2.3.1 is obsolete. You would need to reproduce the issue in the latest released version of NAPALM (NAPALM 3.2.0)

Let me try to respond on this issue tomorrow.

Ooops, didn't get to this yet. Still need to look into it.

@beleof Can you post your playbook? So your change only drops a prefix-set and nothing else? Here is what NAPALM does: ```python def compare_replace_config(self): """ Compare configuration to be replaced...

You probably would have to do a pull-request on this to pass in a special argument. You would pass this in via optional_args.

We are generally trying to avoid adding new getters and instead think we should probably focus on napalm-yang for new getters. That being said, I am open to discussions on...

Can you expand a bit on the `this causes issues with other IOS functionality, such as automatic configuration saving when a PKI certificate is renewed`? Mostly as I am interested...