rdwrManagedEntryOrigin
WSD-MIB ·
.1.3.6.1.4.1.89.35.1.134.4.1.1.14
Object
column Enumeration
shows whether the device was added by the user or internally by the application. internal devices cannot be edited and/or deleted.
Context
- MIB
- WSD-MIB
- OID
.1.3.6.1.4.1.89.35.1.134.4.1.1.14- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rdwrManagedDeviceEntry
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 'WSD-MIB' -M '/opt/observium/mibs/radware:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WSD-MIB::rdwrManagedEntryOrigin'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'WSD-MIB' -M '/opt/observium/mibs/radware:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WSD-MIB::rdwrManagedEntryOrigin.<rdwrManagedDeviceTableName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'WSD-MIB' -M '/opt/observium/mibs/radware:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'WSD-MIB::rdwrManagedEntryOrigin'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | user |
2 | internal |