mvrPortMvrEnabled
LANCOM-MVR-PRIVATE-MIB ·
.1.3.6.1.4.1.2356.16.1.50.2.1.1
Object
Enable\Disable MVR on port. The value true(1) indicates that MVR is enabled. A value of false(2) indicates that MVR is disabled.
Context
- MIB
- LANCOM-MVR-PRIVATE-MIB
- OID
.1.3.6.1.4.1.2356.16.1.50.2.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- mvrPortEntry
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 'LANCOM-MVR-PRIVATE-MIB' -M '/opt/observium/mibs/lancom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LANCOM-MVR-PRIVATE-MIB::mvrPortMvrEnabled'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LANCOM-MVR-PRIVATE-MIB' -M '/opt/observium/mibs/lancom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LANCOM-MVR-PRIVATE-MIB::mvrPortMvrEnabled.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LANCOM-MVR-PRIVATE-MIB' -M '/opt/observium/mibs/lancom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LANCOM-MVR-PRIVATE-MIB::mvrPortMvrEnabled'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |