rcMvrMemberGroupType
SWITCH-MVR-MIB ·
.1.3.6.1.4.1.8886.6.1.21.1.9.1.4
Object
column Enumeration
This object defines the status of the multicast group. static(1) specifies the port join the IP multicast group by staticly configured. dynamic(2) specifies the port join the IP multicast group by IGMP join packet.
Context
- MIB
- SWITCH-MVR-MIB
- OID
.1.3.6.1.4.1.8886.6.1.21.1.9.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rcMvrMemberEntry
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 'SWITCH-MVR-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SWITCH-MVR-MIB::rcMvrMemberGroupType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SWITCH-MVR-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SWITCH-MVR-MIB::rcMvrMemberGroupType.<rcMvrMemberPort>.<rcMvrMemberVlan>.<rcMvrMemberGroupAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SWITCH-MVR-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SWITCH-MVR-MIB::rcMvrMemberGroupType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | static |
2 | dynamic |