netenglabs / suzieq

Using network observability to operate and design healthier networks
https://www.stardustsystems.net/
Apache License 2.0
775 stars 105 forks source link

[Bug]: sq-poller results in " Unable to determine device type" for Juniper devices #924

Open vinaypillutla opened 4 months ago

vinaypillutla commented 4 months ago

Suzieq version

0.22.0

Install Type

hand deployed python

Python version

3.8

Impacted component

sq-poller

Steps to Reproduce

suzieq_inventory_file

I am trying to run suzieq for the 1st time, and have set up my inventory and config yaml files. Upon running the sq-poller, I get the following error:

[WORKER 0]: 2024-02-27 19:22:42,157 - suzieq.poller.worker.inventory.inventory - WARNING - Unable to determine device type for 10.53.72.166. Will retry [WORKER 0]: 2024-02-27 19:22:42,158 - suzieq.poller.worker.inventory.inventory - WARNING - Unable to determine device type for 10.53.77.83. Will retry

I am running it on Juniper MX304 devices with version 22.4R1.8

Expected Behavior

sq-poller should be able to determine the device type and proceed forward

Observed Behavior

sq-poller unable to recognise the device type

[WORKER 0]: 2024-02-27 19:22:42,157 - suzieq.poller.worker.inventory.inventory - WARNING - Unable to determine device type for 10.53.72.166. Will retry [WORKER 0]: 2024-02-27 19:22:42,158 - suzieq.poller.worker.inventory.inventory - WARNING - Unable to determine device type for 10.53.77.83. Will retry

Screenshots

Config file snapshot:

image

Additional Context