dot5ActMonParticipate
RFC1231-MIB ·
.1.3.6.1.2.1.10.9.1.1.8
Object
column mandatory
r/w
Enumeration
If this object has a value of true(1) then
this interface will participate in the
active monitor selection process. If the
value is false(2) then it will not.
Setting this object might not have an
effect until the next time the interface
is opened.
Context
- MIB
- RFC1231-MIB
- OID
.1.3.6.1.2.1.10.9.1.1.8- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- dot5Entry
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 'RFC1231-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RFC1231-MIB::dot5ActMonParticipate'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RFC1231-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RFC1231-MIB::dot5ActMonParticipate.<dot5IfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RFC1231-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RFC1231-MIB::dot5ActMonParticipate'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | true |
2 | false |