All MIBs › COMTROL-ES8510-MIB › macAddressType
macAddressType
Module: COMTROL-ES8510-MIB
OID (symbolic): COMTROL-ES8510-MIB::macAddressType
OID (numeric): 1.3.6.1.4.1.2882.2.1.1.11.1.1.1.2
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: The type of this entry. dynamicUnicast(1) - unicast address that learned from source address of ingress frames. staticUnicast(2) - unicast address that configured by management and will remain so after the next reset of the device. Upto 10 static unicast entries can be configured for each port. managementUnicast(3) - unicast address that configured for management purpose or the MAC address of the device itself. Management unicast entries are read-only. dynamicMulticast(4) - dynamic multicast address that configured by IGMP snooping. These entries are read-only. staticMulticast(5) - multicast address that configured by management and will remain so after the next reset of the device. -- Upto 10 static multicast entries can be configured. managementMulticast(6) - multicast address that configured for management purpose, such as GVRP and so on. These entries are read-only. Management entries are read-only. Dynamic entries can be read and delete. Only static entries are read-create.
What is macAddressType?
This read-write enumeration classifies a MAC address table entry as dynamicUnicast (learned from ingress traffic), staticUnicast (manually configured, up to 10 per port), managementUnicast, dynamicMulticast, or staticMulticast. It lets an admin distinguish addresses the switch learned automatically from ones deliberately pinned for management or security reasons. For instance, an admin locking a critical server's MAC to a port would set macAddressType to staticUnicast so it survives link flaps and reboots.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2882.2.1.1.11.1.1.1.2 snmpwalk -v2c -c public <target> COMTROL-ES8510-MIB::macAddressType
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2882.2.1.1.11.1.1.1.2.1 snmpget -v2c -c public <target> COMTROL-ES8510-MIB::macAddressType.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.2882.2.1.1.11.1.1.1.2.1 i <value>
Start monitoring Comtrol ES8510 industrial managed Ethernet switch with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the COMTROL-ES8510-MIB::macAddressType OID value, configure state conditions and alerts, and monitor any Comtrol ES8510 industrial managed Ethernet switch 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.2882 | comtrol | COMTROL-ES8510-MIB |
| 1.3.6.1.4.1.2882.2 | products | COMTROL-ES8510-MIB |
| 1.3.6.1.4.1.2882.2.1 | managedSwitch | COMTROL-ES8510-MIB |
| 1.3.6.1.4.1.2882.2.1.1 | es8510 | COMTROL-ES8510-MIB |
| 1.3.6.1.4.1.2882.2.1.1.11 | monitorandDiag | COMTROL-ES8510-MIB |
| 1.3.6.1.4.1.2882.2.1.1.11.1 | macAddressTable | COMTROL-ES8510-MIB |
| 1.3.6.1.4.1.2882.2.1.1.11.1.1 | macAddrTable | COMTROL-ES8510-MIB |
| 1.3.6.1.4.1.2882.2.1.1.11.1.1.1 | macAddrEntry | COMTROL-ES8510-MIB |
| 1.3.6.1.4.1.2882.2.1.1.11.1.1.1.2 | macAddressType | COMTROL-ES8510-MIB |