rcMvrType
SWITCH-MVR-MIB ·
.1.3.6.1.4.1.8886.6.1.21.1.8.1.3
Object
column r/w
Enumeration
This object describes the MVR type of the port. source(1) specifies the port as uplink port which receive the multicast flow sent by router.receiver(2) specifies the port connected to user host.non-mvr(0) specifies the port is neither source nor receiver.
Context
- MIB
- SWITCH-MVR-MIB
- OID
.1.3.6.1.4.1.8886.6.1.21.1.8.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rcMvrIFEntry
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::rcMvrType'
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::rcMvrType.<rcMvrPortIndex>'
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::rcMvrType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | non-mvr |
1 | source |
2 | receiver |