-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Juniper Timeout/Error Connecting #164
Comments
Out of curiosity, if you add Also, can you share the logs from changing the driver to Netmiko? |
Hi Matt The problem does still occur if I updated structured_output to false (structured: false threw an error) Logs:
|
I came here because of this same error. Testing against a dual RE MX10003. Doesn't work for either Scrapli or Netmiko. |
Figured out my issue here. (some netmiko logging) I was using a read-only user, Juniper read-only by default does not allow ping or traceroute. Have to add them as allow-commands |
This login class works for me, in case anyone else needs it.
|
Hi @MorningLightMountain713 . What commands are executed under command set "set cli .*"? Thanks so much! |
Hello, I am also having this problem. I've tried the solution mentioned but it still doesn't do the tracert. did anyone manage to solve it? |
Hello |
Can anyone re-test this with v2 and update the issue with the results? |
Similar to #162 and #156 - using Hyperglass to query our MX960 for the most part results in a generic error message "Error connecting to $Location: No response."
The ping function works and returns results via Hyperglass but seemingly only for 8.8.8.8 / 8.8.4.4 / 1.1.1.1 (seems to be only short addresses) - any other address or function (traceroute etc) fails with the above error. IPv6 won't return anything. We have dual routing engines and the ping results also include the {master} given on the Junos prompt.
Have tried a slightly older version of Hyperglass but no change. Tried altering the driver to Netmiko and updating the timeout but also no change.
Logs with IP addresses removed:
Environment
| hyperglass Version | 1.0.4 |
| hyperglass Path |
/etc/hyperglass
|| Python Version |
3.6.8
|| Node Version |
14.17.5
|| Platform Info |
Linux-4.18.0-305.7.1.el8_4.x86_64-x86_64-with-centos-8.4.2105
|| CPU Info | Intel(R) Xeon(R) CPU E5-2660 v3 @ 2.60GHz |
| Logical Cores |
4
|| Physical Cores |
4
|| Processor Speed |
2.599996GHz
|| Total Memory | 3.92 GB |
| Memory Utilization | 27.6% |
| Total Disk Space | 9.44 GB |
| Disk Utilization | 58.7% |
The text was updated successfully, but these errors were encountered: