mvrReceiverGroupActive
ES3552M-AND-PoE-MIB ·
.1.3.6.1.4.1.259.8.1.12.1.44.15.1.2
Object
column Enumeration
Indicate whether the receiver group has a member or not. If there are no members, the status will be inactive(2); if there are members, the status will be active(1).
Context
- MIB
- ES3552M-AND-PoE-MIB
- OID
.1.3.6.1.4.1.259.8.1.12.1.44.15.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- mvrReceiverGroupEntry
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 'ES3552M-AND-PoE-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ES3552M-AND-PoE-MIB::mvrReceiverGroupActive'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ES3552M-AND-PoE-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ES3552M-AND-PoE-MIB::mvrReceiverGroupActive.<mvrReceiverGroupId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ES3552M-AND-PoE-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ES3552M-AND-PoE-MIB::mvrReceiverGroupActive'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | active |
2 | inactive |