ethIfSrcMacCtrlAddrStatus
RAD-EthIf-MIB ·
.1.3.6.1.4.1.164.3.1.6.1.7.2.1.5
Object
column Enumeration
The status of this entry. The meanings of the values are: invalid (2) - the current address is not allowed to access this interface. learned(3) - the current address was learned. mgmt (5) - the current address is static. It may exist in the MAC Table.
Context
- MIB
- RAD-EthIf-MIB
- OID
.1.3.6.1.4.1.164.3.1.6.1.7.2.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ethIfSrcMacCtrlAddrEntry
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 'RAD-EthIf-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-EthIf-MIB::ethIfSrcMacCtrlAddrStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-EthIf-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-EthIf-MIB::ethIfSrcMacCtrlAddrStatus.<ethIfSrcMacCtrlAddrIndex>.<ethIfSrcMacCtrlAddr>.<ethIfSrcMacCtrlAddrIdx3>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-EthIf-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-EthIf-MIB::ethIfSrcMacCtrlAddrStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
2 | invalid |
3 | learned |
5 | mgmt |