All MIBs › CET-TSI-MIB › tsiConfigurationUnits
tsiConfigurationUnits
Module: CET-TSI-MIB
OID (symbolic): CET-TSI-MIB::tsiConfigurationUnits
OID (numeric): 1.3.6.1.4.1.12551.4.1.9.1.1.5
Node type: OBJECT-TYPE
Type: Integer32
Access: read-only
Description: Value defining the conversion rule to apply to parameter value to obtain real value in MKS units.
This value should be expressed in its hexidecimal form 0xYYWW to understand it better
- The high byte YY represents the exponent of the power of 10 by wich the value should be divided - The low byte WW represents the unit in which the parameter is expressed
0 : No units 1 : Volts 2 : Amperes 3 : Hertz 4 : Second 5 : Angle (in degrees) 6 : Watt 7 : VA 8 : Percent 9 : Degree 10 : Ohm
What is tsiConfigurationUnits?
This is a packed hexadecimal-encoded value, documented as 0xYYWW, specifying how to convert the raw tsiConfigurationValue integer into a real-world engineering unit; the high byte gives the power-of-ten divisor to apply and the low byte identifies which physical unit, volts, amps, percent, and so on, the result represents. Without decoding this field correctly, tsiConfigurationValue's raw number is meaningless; a value of 480 could mean 48.0V or 4.80V or something else entirely depending on what this units field specifies for that particular parameter. A management application displaying this parameter table to a human would need to parse this hex-encoded field first to correctly scale and label every displayed value rather than showing raw, ambiguous integers.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.12551.4.1.9.1.1.5 snmpwalk -v2c -c public <target> CET-TSI-MIB::tsiConfigurationUnits
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.12551.4.1.9.1.1.5.1 snmpget -v2c -c public <target> CET-TSI-MIB::tsiConfigurationUnits.1
Start monitoring CET/TSI satellite ground station/teleport equipment with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CET-TSI-MIB::tsiConfigurationUnits OID value, configure state conditions and alerts, and monitor any CET/TSI satellite ground station/teleport equipment from a single console.
OID Breakdown
Upper-level ancestors (7 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.12551 | cetMIB | CET-TSI-SMI |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.12551.4 | cetTSIMIB | CET-TSI-MIB |
| 1.3.6.1.4.1.12551.4.1 | tsiObjects | CET-TSI-MIB |
| 1.3.6.1.4.1.12551.4.1.9 | tsiConfiguration | CET-TSI-MIB |
| 1.3.6.1.4.1.12551.4.1.9.1 | tsiConfigurationTable | CET-TSI-MIB |
| 1.3.6.1.4.1.12551.4.1.9.1.1 | tsiConfigurationEntry | CET-TSI-MIB |
| 1.3.6.1.4.1.12551.4.1.9.1.1.5 | tsiConfigurationUnits | CET-TSI-MIB |