All MIBs › LBHUB-MSH4PTBRDG-MIB › dot3MacSubLayerStatus
dot3MacSubLayerStatus
Module: LBHUB-MSH4PTBRDG-MIB
OID (symbolic): LBHUB-MSH4PTBRDG-MIB::dot3MacSubLayerStatus
OID (numeric): 1.3.6.1.2.1.10.7.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.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.10.7.1.1.3 snmpwalk -v2c -c public <target> LBHUB-MSH4PTBRDG-MIB::dot3MacSubLayerStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.10.7.1.1.3.1 snmpget -v2c -c public <target> LBHUB-MSH4PTBRDG-MIB::dot3MacSubLayerStatus.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.2.1.10.7.1.1.3.1 i <value>
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.2 | mgmt | BKTEL-HFC862-BASE-MIB |
| 1.3.6.1.2.1 | mib_2 | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.10 | transmission | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.10.7 | dot3 | EtherLike-MIB |
| 1.3.6.1.2.1.10.7.1 | dot3Table | LBHUB-MSH4PTBRDG-MIB |
| 1.3.6.1.2.1.10.7.1.1 | dot3Entry | LBHUB-MSH4PTBRDG-MIB |
| 1.3.6.1.2.1.10.7.1.1.3 | dot3MacSubLayerStatus | LBHUB-MSH4PTBRDG-MIB |