SNMP MIB is missing the OID with port status

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.

SNMP MIB is missing the OID with port status

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
SNMP MIB is missing the OID with port status
SNMP MIB is missing the OID with port status
2013-08-19 22:18:05
Region : Argentina

Model : TL-SL2210WEB

Hardware Version : V1

Firmware Version : 1.0.1 Build 20120528 Rel.60987

ISP : Vodafone Italy


Hello
I am trying to use SNMP to monitor the status (LinkUp or LinkDown) of the 16 ethernet ports; my goal is to get through SNMP the same information as the CLI command "show interface status ethernet".
Using the snmpwalk command from net-snmp I have found a set of OID which may be related to the status of the ports:

[CODE]
> snmpwalk.exe -M "TL-SG2216Private-Mibs" -m TPLINK -u admin 192.168.1.90 SNMPv2-SMI::mib-2.17.2.15.1.5
SNMPv2-SMI::mib-2.17.2.15.1.5.1 = INTEGER: 200000
SNMPv2-SMI::mib-2.17.2.15.1.5.2 = INTEGER: 200000
(...continue...)
SNMPv2-SMI::mib-2.17.2.15.1.5.10 = INTEGER: 200000
SNMPv2-SMI::mib-2.17.2.15.1.5.11 = INTEGER: -1 <<< this port is down!
(...continue...)
SNMPv2-SMI::mib-2.17.2.15.1.5.16 = INTEGER: 20000
[/CODE]

There are other suspect OIDs, like SNMPv2-SMI::mib-2.17.2.15.1.3, but in all cases I cannot get the proper translation from the numeric OID to the text version.
I think the MIB file I have found in the TP-LINK web site is not complete, since several OIDs are not documented.
Does anybody know better than me?

Thanks and best regards

Fabio
  0      
  0      
#1
Options
1 Reply
Re:SNMP MIB is missing the OID with port status
2013-11-05 09:50:31
It is not the switch's fault if you think the OID is not documented in detail.
Because the switch is only responsible for offering parameters, and the SNMP software is responsible for explaining these parameters.
  0  
  0  
#2
Options

Information

Helpful: 0

Views: 1339

Replies: 1