etsysMACLockingLockedEntryCause
ENTERASYS-MAC-LOCKING-MIB ·
.1.3.6.1.4.1.5624.1.2.21.1.4.1.1.1
Object
column Enumeration
When management statically provisions a MAC onto this port, then this object is returns static(1). If this MAC was dynamically locked, then this object returns firstArrival(2). If first arrival aging is enabled on the port and the MAC address is dynamically locked, then this object returns agingFirstArrival(3).
Context
- MIB
- ENTERASYS-MAC-LOCKING-MIB
- OID
.1.3.6.1.4.1.5624.1.2.21.1.4.1.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- etsysMACLockingStationEntry
- Groups
- 2
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'ENTERASYS-MAC-LOCKING-MIB' -M '/opt/observium/mibs/enterasys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ENTERASYS-MAC-LOCKING-MIB::etsysMACLockingLockedEntryCause'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ENTERASYS-MAC-LOCKING-MIB' -M '/opt/observium/mibs/enterasys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ENTERASYS-MAC-LOCKING-MIB::etsysMACLockingLockedEntryCause.<etsysMACLockingPort>.<etsysMACLockingLockedAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ENTERASYS-MAC-LOCKING-MIB' -M '/opt/observium/mibs/enterasys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ENTERASYS-MAC-LOCKING-MIB::etsysMACLockingLockedEntryCause'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | static |
2 | firstArrival |
3 | agingFirstArrival |