Skip to content
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

Issues with XR and AS Path #162

Open
astlaurent opened this issue Aug 25, 2021 · 2 comments
Open

Issues with XR and AS Path #162

astlaurent opened this issue Aug 25, 2021 · 2 comments
Labels
needs-info Issue lacks appropriate detail or requires additional information possible-bug Something isn't working

Comments

@astlaurent
Copy link

Hello, Running the latest version in my environment and i notice when running AS path lookup on my XR devices most of them fail with a generic error code and logs indicate it cannot connect. The same device executes all other functions fine and I have tried the stock AS path lookup command as well as my custom command, both do the same thing. I have gotten it to work on a few XR devices but most of them do not work. Log https://pastebin.com/NLJuvdLE

@astlaurent astlaurent added the possible-bug Something isn't working label Aug 25, 2021
@thatmattlove
Copy link
Owner

I wonder if this is related to #156, it certainly seems similar on the face. If you increase request_timeout, does it affect this at all? What about adding:

# devices.yaml, under a device
driver: netmiko

And:

# hyperglass.yaml
netmiko_delay_factor: <large number>

@thatmattlove thatmattlove added the needs-info Issue lacks appropriate detail or requires additional information label Aug 29, 2021
@astlaurent
Copy link
Author

I changed the delay to 1000, attempted it again and same thing but just took longer to get there. log states the below, however it only does this for the AS Path lookup and nothing else on these.

Sep 03 07:18:17 hyperglass-prod hyperglass[10054]: [CRITICAL] 20210903 07:18:17 | hyperglass.exceptions:40 | init → [DANGER] Error connecting to MRL-CORE-01: Request timed out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-info Issue lacks appropriate detail or requires additional information possible-bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants