wldSN
HWg-WLD-MIB ·
.1.3.6.1.4.1.21796.4.5.4.1.4
Object
The sensor Serial number.
Context
- MIB
- HWg-WLD-MIB
- OID
.1.3.6.1.4.1.21796.4.5.4.1.4- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- wldEntry
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 'HWg-WLD-MIB' -M '/opt/observium/mibs/hwgroup:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HWg-WLD-MIB::wldSN'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HWg-WLD-MIB' -M '/opt/observium/mibs/hwgroup:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HWg-WLD-MIB::wldSN.<wldIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HWg-WLD-MIB' -M '/opt/observium/mibs/hwgroup:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HWg-WLD-MIB::wldSN'