VivekRavichandran07 / JuniperAutomation

0 stars 0 forks source link

Ansible error - Command timeout triggered #1

Open VivekRavichandran07 opened 8 months ago

VivekRavichandran07 commented 8 months ago

I am using a Automation tool to push configuration towards Juniper SRX Device. Its all IPSEC VPN configuration command lines consists of 20 - 25 lines max. The configuration lines are pushed as an Array to the device.

I am using junipernetworks.junos.junos_config module to push the configuration to device.

I am receiving the following error as the output, but surprisingly the commands are configured fine on the device.

"b'command timeout triggered, timeout value is 30 secs.\nSee the timeout setting options in the Network Debug and Troubleshooting Guide.'",

I have tested the Junos module with 5.1.1, 5.3.1 and 6.0.0 all ended up with same results.

VivekRavichandran07 commented 1 month ago

Still issue persists