uxDSPIsPresent
UX-OBJECTS-MIB ·
.1.3.6.1.4.1.177.15.1.6.1.3
Object
column Enumeration
If the DSP resource is present. This is because we list all the possible DSP resources through this table and this object specifies if the DSP resource is actually installed on UX.
Context
- MIB
- UX-OBJECTS-MIB
- OID
.1.3.6.1.4.1.177.15.1.6.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- uxDSPResourceEntry
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 'UX-OBJECTS-MIB' -M '/opt/observium/mibs/ribbon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'UX-OBJECTS-MIB::uxDSPIsPresent'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'UX-OBJECTS-MIB' -M '/opt/observium/mibs/ribbon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'UX-OBJECTS-MIB::uxDSPIsPresent.<uxDSPIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'UX-OBJECTS-MIB' -M '/opt/observium/mibs/ribbon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'UX-OBJECTS-MIB::uxDSPIsPresent'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | no |
1 | yes |