You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im getting a credentials message error, but the problem is the time that the router take to finish the command.
This is the how to reproduce the problem - in my case I trying to get routing information of a barder gateway):
PS> Invoke-JunosCommand -Device $router -User $user -Password $password -Command "show route protocol bgp terse |no-more "
AVISO: There was a problem connecting to 192.168.99.8.
AVISO: Please make sure your credentials are correct, and that the device is reachable.
PS> Invoke-JunosCommand -Device $router -User $user -Password $password -Command "show route protocol bgp terse |no-more | last"
AVISO: There was a problem connecting to 192.168.99.8.
AVISO: Please make sure your credentials are correct, and that the device is reachable.
In the 1st and 2nd commands the box take a long time to finish the execution and return a credential erros.
In the 3rd is a case that box reply quickly e show the result as expected.
TIA.
The text was updated successfully, but these errors were encountered:
Hi.
Im getting a credentials message error, but the problem is the time that the router take to finish the command.
This is the how to reproduce the problem - in my case I trying to get routing information of a barder gateway):
PS> Invoke-JunosCommand -Device $router -User $user -Password $password -Command "show route protocol bgp terse |no-more "
AVISO: There was a problem connecting to 192.168.99.8.
AVISO: Please make sure your credentials are correct, and that the device is reachable.
PS> Invoke-JunosCommand -Device $router -User $user -Password $password -Command "show route protocol bgp terse |no-more | last"
AVISO: There was a problem connecting to 192.168.99.8.
AVISO: Please make sure your credentials are correct, and that the device is reachable.
PS> Invoke-JunosCommand -Device $router -User $user -Password $password -Command "show version |no-more | last"
192.168.99.8
JUNOS jail runtime [20180730.2cd3a6e_builder_stable_11]
---(more 100%)---
PS>
In the 1st and 2nd commands the box take a long time to finish the execution and return a credential erros.
In the 3rd is a case that box reply quickly e show the result as expected.
TIA.
The text was updated successfully, but these errors were encountered: