All MIBs › HMPRIV-MGMT-SNMP-MIB › hmNetLocalPhysAddr
hmNetLocalPhysAddr
Module: HMPRIV-MGMT-SNMP-MIB
OID (symbolic): HMPRIV-MGMT-SNMP-MIB::hmNetLocalPhysAddr
OID (numeric): 1.3.6.1.4.1.248.14.2.3.2
Node type: OBJECT-TYPE
Type: MacAddress
Access: read-only
Description:
Physical base address (MAC-address) of the agent.
What is hmNetLocalPhysAddr?
This OID stores the device's MAC address (hardware address on the network). Network operators use this to identify and locate the device on the local network. For example, if you know the IP address but need the MAC for ARP table lookup, querying this OID returns the device's MAC instantly.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.248.14.2.3.2 snmpwalk -v2c -c public <target> HMPRIV-MGMT-SNMP-MIB::hmNetLocalPhysAddr
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.248.14.2.3.2.1 snmpget -v2c -c public <target> HMPRIV-MGMT-SNMP-MIB::hmNetLocalPhysAddr.1
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.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.248 | hirschmann | HM2-TC-MIB |
| 1.3.6.1.4.1.248.14 | hmConfiguration | HMPRIV-MGMT-SNMP-MIB |
| 1.3.6.1.4.1.248.14.2 | hmAgent | HMPRIV-MGMT-SNMP-MIB |
| 1.3.6.1.4.1.248.14.2.3 | hmNetwork | HMPRIV-MGMT-SNMP-MIB |
| 1.3.6.1.4.1.248.14.2.3.2 | hmNetLocalPhysAddr | HMPRIV-MGMT-SNMP-MIB |