dot5ActMonParticipate
TOKENRING-MIB ·
.1.3.6.1.2.1.10.9.1.1.8
Object
column 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 does not take effect until the next Active Monitor election, and might not take effect until the next time the interface is opened.
Context
- MIB
- TOKENRING-MIB
- OID
.1.3.6.1.2.1.10.9.1.1.8- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- dot5Entry
- Groups
- 1
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 'TOKENRING-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TOKENRING-MIB::dot5ActMonParticipate'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TOKENRING-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TOKENRING-MIB::dot5ActMonParticipate.<dot5IfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TOKENRING-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TOKENRING-MIB::dot5ActMonParticipate'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | true |
2 | false |
Conformance
Member of
Compliance refinements
dot5Compliance
readonly
Write access is not required.