Rahul Kumar

Results 17 comments of Rahul Kumar

Hi @jameskirsop - What are the parameters sent to the device as login credentials. 10.0.0.5:22 doesn't match with host details. Can you provide more details.

can you share the output for this command. ``` pip list | grep junos ```

@jameskirsop can you try with something like this Host host_b User user Hostname 10.x.x.2 Port 22 ProxyCommand ssh -q -W %h:%p host-a Host host-a User user Port 22 Hostname 10.x.x.3

Hi, Could you please resolve the conflicts or provide me edit permission on this branch so i can resolve conflict and merge it?

Can you share the netconf logs for this example. Need full configuration to replicate the scenario and verify it. Refer here -https://www.juniper.net/documentation/us/en/software/junos/junos-xml-protocol/topics/example/netconf-traceoptions-configuring.html

Seems to be same issue as #780

Hi @jacp9 - Can you share the netconf trace of the device for this scenario . For reference - https://www.juniper.net/documentation/en_US/junos/topics/example/netconf-traceoptions-configuring.html

Hi @jacp9 - drop a mail to jnpr-community-netdev[at]juniper.net

@prime001 - We now support single-RE ISSU. If still facing the issue, kindly share the netconf trace for it. https://www.juniper.net/documentation/en_US/junos/topics/example/netconf-traceoptions-configuring.html

Hi @fredtj - Try below playbook. ``` - name: Print diff between current and rollback 1. No check. No commit. juniper_junos_config: rollback: 1 diff: true check: false commit: false register:...