agentDot1qPortMmrpMode
NETGEAR-MMRP-MIB ·
.1.3.6.1.4.1.4526.10.60.2.1.1.1.1.2
Object
Shows/Changes mode for MMRP. The value enabled(1) indicates that MMRP is enabled on port. A value of disabled(2) indicates that MMRP is disabled on port.
Context
- MIB
- NETGEAR-MMRP-MIB
- OID
.1.3.6.1.4.1.4526.10.60.2.1.1.1.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- agentDot1qPortMmrpEntry
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 'NETGEAR-MMRP-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETGEAR-MMRP-MIB::agentDot1qPortMmrpMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETGEAR-MMRP-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETGEAR-MMRP-MIB::agentDot1qPortMmrpMode.<agentDot1qMmrpPort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETGEAR-MMRP-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETGEAR-MMRP-MIB::agentDot1qPortMmrpMode'
Syntax
- Source
- P-BRIDGE-MIBEnabledStatus
- Base type
Enumeration
Values & Constraints
Type Values
1 | enabled |
2 | disabled |