zyMvrPortRole
ZYXEL-MVR-MIB ·
.1.3.6.1.4.1.890.1.15.3.55.1.3.1.1
Object
column r/w
Enumeration
Specify the roles on the port. None(1), Set the port not to participate in MVR. No MVR multicast traffic is sent or received on this port. Source Port(2), Set the port as the MVR source port that sends and receives multicast traffic. All source ports must belong to a single multicast VLAN. Receiver Port(3), Set the port as a receiver port that only receives multicast traffic.
Context
- MIB
- ZYXEL-MVR-MIB
- OID
.1.3.6.1.4.1.890.1.15.3.55.1.3.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- zyxelMvrPortEntry
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 'ZYXEL-MVR-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZYXEL-MVR-MIB::zyMvrPortRole'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZYXEL-MVR-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZYXEL-MVR-MIB::zyMvrPortRole.<zyMvrVid>.<dot1dBasePort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZYXEL-MVR-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZYXEL-MVR-MIB::zyMvrPortRole'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | sourcePort |
3 | receiverPort |