All MIBs › ACC-SYSTEM › accSysMACAddrUser
accSysMACAddrUser
Module: ACC-SYSTEM
OID (symbolic): ACC-SYSTEM::accSysMACAddrUser
OID (numeric): 1.3.6.1.4.1.5.1.1.1.1.25.1
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-write
Description:
MAC address to be used to override rom MAC address. A value of 0 means use the value stored in rom. Any other value, overrides the ROM MAC address.
What is accSysMACAddrUser?
This stores a 6-byte MAC address that overrides the hardware-burned address in the device's ROM (a value of 0 reverts to the ROM address). An engineer changes this when the device needs a different MAC address for network identification, licensing, or failover scenarios. For example, setting this to '00:1A:2B:3C:4D:5E' makes the device appear with that MAC on the network instead of its original hardware MAC.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.1.1.25.1 snmpwalk -v2c -c public <target> ACC-SYSTEM::accSysMACAddrUser
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.1.1.25.1.1 snmpget -v2c -c public <target> ACC-SYSTEM::accSysMACAddrUser.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5.1.1.1.1.25.1.1 s <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.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.5 | acc | ACC-MIB |
| 1.3.6.1.4.1.5.1 | accSBAR | ACC-MIB |
| 1.3.6.1.4.1.5.1.1 | accBRG | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.1 | accSystem | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.1.1 | accSysInfo | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.1.1.25 | accMACAddr | ACC-SYSTEM |
| 1.3.6.1.4.1.5.1.1.1.1.25.1 | accSysMACAddrUser | ACC-SYSTEM |