All MIBs › BLADE-MIB › extEthernetInterfaceLAA
extEthernetInterfaceLAA
Module: BLADE-MIB
OID (symbolic): BLADE-MIB::extEthernetInterfaceLAA
OID (numeric): 1.3.6.1.4.1.2.3.51.2.4.9.1.1.7
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-write
Description: Specifies the locally administered MAC address. The locally administered address must be a hexadecimal value between 000000000000 - FFFFFFFFFFFF. This value must be in the form XX:XX:XX:XX:XX:XX where 'X' is a number between 0 - 9 and A - F. This ASM subsystem does not allow use of a multicast address. A multicast address has the least significant bit of the first byte set to a 1. The first byte must, therefore, be an even number.
What is extEthernetInterfaceLAA?
Sets a locally administered MAC address to override the interface's factory (burned-in) address, given as six hex byte pairs like XX:XX:XX:XX:XX:XX. The address must not be a multicast address, meaning the least-significant bit of the first byte must be 0 (the first byte must be even).
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2.3.51.2.4.9.1.1.7 snmpwalk -v2c -c public <target> BLADE-MIB::extEthernetInterfaceLAA
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2.3.51.2.4.9.1.1.7.1 snmpget -v2c -c public <target> BLADE-MIB::extEthernetInterfaceLAA.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.2.3.51.2.4.9.1.1.7.1 s <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> extEthernetInterfaceLAA.1
Start monitoring IBM BladeCenter Management Module (MM) (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the BLADE-MIB::extEthernetInterfaceLAA OID value, configure state conditions and alerts, and monitor any IBM BladeCenter Management Module (MM) (legacy) 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.2 | ibm | BLADE-MIB |
| 1.3.6.1.4.1.2.3 | ibmAgents | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51 | netfinitySupportProcessorAgent | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2 | bladeCenterSnmpMIB | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.4 | configureSP | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.4.9 | networkConfiguration | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.4.9.1 | networkInterfaces | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.4.9.1.1 | extEthernetInterface | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.4.9.1.1.7 | extEthernetInterfaceLAA | BLADE-MIB |