mitelCs2000CatTblIndex
MITEL-SX2000-MIB ·
.1.3.6.1.4.1.1027.4.1.1.1.2.4.1.1
Object
Differentiates the different category reports for the call server. The first category will have an index value of 1, the second will have 2, etc. up to the last category report. The highest possible index value is 100.
Context
- MIB
- MITEL-SX2000-MIB
- OID
.1.3.6.1.4.1.1027.4.1.1.1.2.4.1.1- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- mitelCs2000CategoryTableEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'MITEL-SX2000-MIB' -M '/opt/observium/mibs/mitel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MITEL-SX2000-MIB::mitelCs2000CatTblIndex'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MITEL-SX2000-MIB' -M '/opt/observium/mibs/mitel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MITEL-SX2000-MIB::mitelCs2000CatTblIndex.<mitelCs2000CatTblIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MITEL-SX2000-MIB' -M '/opt/observium/mibs/mitel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MITEL-SX2000-MIB::mitelCs2000CatTblIndex'