opensolutions / OSS_SNMP

A PHP SNMP library for people who hate SNMP, MIBs and OIDs!
https://github.com/opensolutions/OSS_SNMP/wiki
Other
107 stars 58 forks source link

Opengear CM7148-2-DAC #76

Closed timlegge closed 1 year ago

timlegge commented 2 years ago

I am trying to query a serial console server for the port names and descriptions for the serial ports. The Iface.php is hard coded to use OID_IF_DESCRIPTION and OID_IF_NAME and this device only seems to send the Ethernet connections if Iface->descriptions or Iface->names is called.

Any idea how to query the serial interfaces that are in:

.1.3.6.1.4.1.25049.17.2.1.2.x or .1.3.6.1.4.1.25049.16.1.1.11.x

barryo commented 1 year ago

Hi @timlegge - that's not a support function / device right now and would really require a new MIBS/Opengear/xxx file (or MIBS/xxx if generic). Happy to look at a PR if you want to submit one.