All MIBs › DXA550-MIB › dot3InitializeMac
dot3InitializeMac
Module: DXA550-MIB
OID (symbolic): DXA550-MIB::dot3InitializeMac
OID (numeric): 1.3.6.1.4.1.187.1.3.1.1.2
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: The initialization status of the MAC and PLS (Physical Layer Signalling) subsystems for a particular interface. The value initialized(1) signifies that the subsystems for a particular interface have been previously initialized; the value uninitialized(2) signifies that they have not been previously initialized.
Each alteration of an instance of this object to either of the values initialized(1) or uninitialized(2) is analogous to an invocation of the initializeMAC action defined in [9] and has the effect of (re-)initializing the MAC and PLS subsystems for the associated interface. In particular,
all management counters pertaining to the MAC and PLS subsystems for said interface are reset to zero;
the receive and transmit layer management state variables (receiveEnabled and transmitEnabled in [9]) are set to enable reception and transmission of frames;
the promiscuous receive function is disabled; and
multicast reception is disabled.
What is dot3InitializeMac?
Toggling this to initialized(1) or uninitialized(2) re-initializes the interface's MAC and physical-layer-signalling subsystem, resetting all its MAC/PLS management counters to zero, re-enabling receive/transmit, and disabling promiscuous mode and multicast reception. An admin would set this when they need to force a clean reset of an Ethernet interface's counters and mode flags without a full device reboot.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.187.1.3.1.1.2 snmpwalk -v2c -c public <target> DXA550-MIB::dot3InitializeMac
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.187.1.3.1.1.2.1 snmpget -v2c -c public <target> DXA550-MIB::dot3InitializeMac.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.187.1.3.1.1.2.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::dot3InitializeMac 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.2 | dot3InitializeMac | DXA550-MIB |