out
QUIDOS_v01-MIB ·
.1.3.6.1.4.1.18248.16.3.1.1.1
Object
0 = OFF, 1 = ON
Context
- MIB
- QUIDOS_v01-MIB
- OID
.1.3.6.1.4.1.18248.16.3.1.1.1- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- outEntry
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 'QUIDOS_v01-MIB' -M '/opt/observium/mibs/papouch:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'QUIDOS_v01-MIB::out'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'QUIDOS_v01-MIB' -M '/opt/observium/mibs/papouch:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'QUIDOS_v01-MIB::out.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'QUIDOS_v01-MIB' -M '/opt/observium/mibs/papouch:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'QUIDOS_v01-MIB::out'