Description
There is a wayto apply os group for some devices with equal MIBs, but different vendors, for example radlan aka Russian Eltex.
But some vendors oem devices with changing oid prefix.
We have the same MIBS for this OS, but different prefix.
OS | MIB | prefix | definition file | new definition file |
---|---|---|---|---|
dcn-ios | DCN-MIB | .1.3.6.1.4.1.6339 | dcn.inc.php | |
snr-switch | SNR-SWITCH-MIB | .1.3.6.1.4.1.40418.7 | snr.inc.php | dcn-snr.inc.php |
qtech-switch | QTECH-MIB | 1.3.6.1.4.1.27514 | qtech.inc.php | dcn-qtech.inc.php |
MIBS are identical (except prefix)
it will be easier to support and add new features if I can diff only this OSes, so I suggest to separate os=snr-switch and other snr products.
I attach dcn-like.patch
I also add some comments with examples for snmp to definitions.
And add test power supply detection for SNR switch
Attachments
Issue Links
Activity
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Status | Original: In Review [ 10101 ] | New: In Progress [ 3 ] |
Status | Original: Pending Response [ 10000 ] | New: In Review [ 10101 ] |
Comment |
[ Please make and attach additional information about the device: * full snmp dump from device: {noformat} snmpwalk -v2c -c <community> --hexOutputLength=0 -ObentxU <hostname> .1 > myagent.snmpwalk snmpwalk -v2c -c <community> --hexOutputLength=0 -ObentxU <hostname> .1.3.6.1.4.1 >> myagent.snmpwalk {noformat} _If device not support SNMP version 2c, replace -v2c with -v1._ * If you have problems with discovery or poller processes, please do and attach these debugs: {noformat} ./discovery.php -d -h <device> ./poller.php -d -h <device> {noformat} * additionally attach device and/or vendor specific MIB files {color:#505F79}_Note, this comment is added automatically._{color} ] |
Status | Original: Open [ 1 ] | New: Pending Response [ 10000 ] |