mstpPortProtocolMigration
FORCE10-MSTP-MIB ·
.1.3.6.1.4.1.6027.20.2.11.1.14
Object
Reflects 'mcheck' - 'Force BPDU Migration Check' management operation, which is executes, when this object is being set to true(1). The value false(2) in SET operation has to be ignored. The operation GET must always return value false(2).
Context
- MIB
- FORCE10-MSTP-MIB
- OID
.1.3.6.1.4.1.6027.20.2.11.1.14- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- mstpPortEntry
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 'FORCE10-MSTP-MIB' -M '/opt/observium/mibs/force10:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FORCE10-MSTP-MIB::mstpPortProtocolMigration'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FORCE10-MSTP-MIB' -M '/opt/observium/mibs/force10:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FORCE10-MSTP-MIB::mstpPortProtocolMigration.<mstpPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FORCE10-MSTP-MIB' -M '/opt/observium/mibs/force10:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FORCE10-MSTP-MIB::mstpPortProtocolMigration'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |