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
Hi there,
I don't know if that will be solved by #118, but I'm having problems with Extreme WiNG devices. All of them are discovered as vendor "unknown" and different models:
How can I manage it, that Netdisco recognizes these devices correctly? Or can this be overriden manually somehow?
My setup:
App::Netdisco 2.46.2
SNMP::Info 3.70
DB Schema 63
PostgreSQL 9.6.19
Perl 5.24.1
Best regards
manajoe
The text was updated successfully, but these errors were encountered:
well, snmp::info does not yet know about vendor enterprises 388, which is officially known as "symbol":
symbol OBJECT IDENTIFIER ::= { enterprises 388 }
after looking around a bit it seems the related mib is somehow motorola/WING-MIB.mib
so i'm afraid that even with updating the mibs the chances of success are pretty slim since afaik snmp::info does not yet have specific support for those devices.
i also had a closer look at your pull request #119 . while i'm not an extreme product connaisseur , i did notice it touches quite some mibs outside of extreme, like enterasys, xedia, 3com.
i know extreme has been on the warpath lately buying everything they can, so it might be logical that those changes are legit. i'll need some more time to have a closer look at this (since i'm an extreme customer too since they bought aerohive).
for the mib side at least i'll assign this issue to myself.
Hi there,
I don't know if that will be solved by #118, but I'm having problems with Extreme WiNG devices. All of them are discovered as vendor "unknown" and different models:
How can I manage it, that Netdisco recognizes these devices correctly? Or can this be overriden manually somehow?
My setup:
App::Netdisco 2.46.2
SNMP::Info 3.70
DB Schema 63
PostgreSQL 9.6.19
Perl 5.24.1
Best regards
manajoe
The text was updated successfully, but these errors were encountered: