dot12ControlMode
DOT12-IF-MIB ·
.1.3.6.1.2.1.10.45.1.1.1.9
Object
column r/w
Enumeration
This object is used to configure and report
whether or not this interface is operating in
master mode. In a Demand Priority network, end
node interfaces typically operate in slave mode,
while switch interfaces may control the Demand
Priority protocol and operate in master mode.
This object may be implemented as a read-only
object by those agents and interfaces that do not
implement software control of master mode. In
particular, interfaces that cannot operate in
master mode, and interfaces on which master mode
is controlled by a pushbutton on the device,
should implement this object read-only.
Some interfaces do not require network management
configuration of this feature and can autosense
whether to use master mode or slave mode. The
value 'learn' is used for that purpose. While
autosense is taking place, the value 'learn' is
returned.
A network management operation which modifies the
value of dot12ControlMode causes the interface
to retrain.
Context
- MIB
- DOT12-IF-MIB
- OID
.1.3.6.1.2.1.10.45.1.1.1.9- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- dot12ConfigEntry
- Groups
- 1
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 'DOT12-IF-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DOT12-IF-MIB::dot12ControlMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DOT12-IF-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DOT12-IF-MIB::dot12ControlMode.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DOT12-IF-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DOT12-IF-MIB::dot12ControlMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | masterMode |
2 | slaveMode |
3 | learn |
Conformance
Member of
Compliance refinements
dot12Compliance
readonly
Write access to this object is not required.