All MIBs › DXA550-MIB › dot3MacSubLayerStatus
dot3MacSubLayerStatus
Module: DXA550-MIB
OID (symbolic): DXA550-MIB::dot3MacSubLayerStatus
OID (numeric): 1.3.6.1.4.1.187.1.3.1.1.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: The operational status of the MAC sublayer for a particular interface. The value enabled(1) signifies that the MAC sublayer for said interface is operational for both transmitting and receiving frames -- that is, that the value of both the receive and transmit layer management state variables (receiveEnabled and transmitEnabled in [9]) for said interface are true. The value disabled(2) signifies that the MAC sublayer for said interface is not operational for either transmitting or receiving frames. In particular, the value of an instance of this object is disabled(2) whenever the value of the corresponding instance of the dot3Enabled object is false(2).
Each alteration of an instance of this object to the value enabled(1) is analogous to an invocation of the enableMACSublayer action defined in [9] and has the effect of starting normal transmit and receive operations (from the ``idle'' state) on the associated interface. In particular, such an alteration has the effect of resetting the PLS for said interface and of setting the receive and transmit layer management state variables (receiveEnabled and transmitEnabled in [9]) to be true.
Each alteration of an instance of this object to the value disabled(2) is analogous to an invocation of the disableMACSublayer action defined in [9] and has the effect of terminating transmit and receive operations on the associated interface. In particular, such an alteration has the effect of setting the receive and transmit layer management state variables (receiveEnabled and transmitEnabled in [9]) to be false. Any transmissions/receptions in progress are completed before operation is terminated.
What is dot3MacSubLayerStatus?
Controls whether the MAC sublayer for this interface is operational for transmit and receive, enabled(1), or completely inoperative, disabled(2); it will read disabled(2) automatically whenever the interface itself is administratively disabled. This is essentially the master on/off switch for frame transmission and reception at the MAC layer on that Ethernet port.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.187.1.3.1.1.3 snmpwalk -v2c -c public <target> DXA550-MIB::dot3MacSubLayerStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.187.1.3.1.1.3.1 snmpget -v2c -c public <target> DXA550-MIB::dot3MacSubLayerStatus.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.187.1.3.1.1.3.1 i <value>
Start monitoring DXA550 network access device (Datability Technologies enterprise OID) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the DXA550-MIB::dot3MacSubLayerStatus OID value, configure state conditions and alerts, and monitor any DXA550 network access device (Datability Technologies enterprise OID) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.187 | datability | DXA550-MIB |
| 1.3.6.1.4.1.187.1 | cExper | DXA550-MIB |
| 1.3.6.1.4.1.187.1.3 | dot3 | DXA550-MIB |
| 1.3.6.1.4.1.187.1.3.1 | dot3Table | DXA550-MIB |
| 1.3.6.1.4.1.187.1.3.1.1 | dot3Entry | DXA550-MIB |
| 1.3.6.1.4.1.187.1.3.1.1.3 | dot3MacSubLayerStatus | DXA550-MIB |