Discussion forum about Comet system products
You are not logged in.
I use snmp trap to get some information.
One of them is OID
Could you tell me what is OID mean?
Could you give me more information about OID?
thanks
Offline
OID = Object identifier
Read more about SNMP:
http://en.wikipedia.org/wiki/Simple_Net … t_Protocol
Offline
Hi Castle,
OID is object identifier in the MIB hierarchy. This is something like path to variables in our device - i.e. temperature, limits, alarms, etc.
"Values" OIDs' for Tx5xx (T7511, T3511, T4511, T2514) are:
Temperature .1.3.6.1.4.1.22626.1.2.3.1.0
Humidity .1.3.6.1.4.1.22626.1.2.3.2.0
Comp. quant. .1.3.6.1.4.1.22626.1.2.3.3.0
Pressure .1.3.6.1.4.1.22626.1.2.3.4.0
Every Tx5xx "alarm trap" has two items (String message + xxxx alarm description).
Trap OID's (Tx5xx):
String message (Alarm Temperature High, Alarm Humidity High, Clearing Pressure Alarm, etc.) .1.3.6.1.4.1.22626.1.2.5.1.0
xxxx alarm description:
Temperature alarm description (0 = OK, 2 = low, 1 = high) .1.3.6.1.4.1.22626.1.2.5.2.0
Humidity alarm description (0 = OK, 2 = low, 1 = high) .1.3.6.1.4.1.22626.1.2.5.3.0
CV alarm description (0 = OK, 2 = low, 1 = high) .1.3.6.1.4.1.22626.1.2.5.4.0
Pressure alarm description (0 = OK, 2 = low, 1 = high) .1.3.6.1.4.1.22626.1.2.5.5.0
All OIDs' you can learn from our MIB tables. For more information about SNMP you can read on http://en.wikipedia.org/wiki/SNMP .
John
Last edited by HonzaD (24-11-2008 07:37:53)
Offline
Hello John
Thanks a lot
Could you give me more information about P85XX
thank you
Offline
The full SNMP mib table with all OID's you can download from http://cometsystem.cz/dnload/MIBtables.zip
But P8541 OID's in brief:
channels
ch1
name .1.3.6.1.4.1.22626.1.5.2.1.1.0
string value .1.3.6.1.4.1.22626.1.5.2.1.2.0
int value .1.3.6.1.4.1.22626.1.5.2.1.3.0
alarm .1.3.6.1.4.1.22626.1.5.2.1.4.0
limit hi .1.3.6.1.4.1.22626.1.5.2.1.5.0
limit lo .1.3.6.1.4.1.22626.1.5.2.1.6.0
hysteresis .1.3.6.1.4.1.22626.1.5.2.1.7.0
delay .1.3.6.1.4.1.22626.1.5.2.1.8.0
ch2
name .1.3.6.1.4.1.22626.1.5.2.2.1.0
string value .1.3.6.1.4.1.22626.1.5.2.2.2.0
int value .1.3.6.1.4.1.22626.1.5.2.2.3.0
...
...
ch3
...
...
ch4
...
...
traps (only text information)
string message .1.3.6.1.4.1.22626.1.5.3.1.0
John
Last edited by HonzaD (25-11-2008 09:34:46)
Offline