ethIfSrcMacCtrlPortStatus
RAD-EthIf-MIB ·
.1.3.6.1.4.1.164.3.1.6.1.7.1.1.11
Object
column Enumeration
This object represents the operational status of the MAC Control feature
on an interface.
shutdown(2) - This indicates that the port is shutdown due to security
violation.
secureActive (3) - This indicates that the MAC Control interface security
is operational and this interface is not shutdown due to
security violation.
secureInactive (4)- This indicates that the MAC Control is not operational.
Context
- MIB
- RAD-EthIf-MIB
- OID
.1.3.6.1.4.1.164.3.1.6.1.7.1.1.11- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ethIfSrcMacCtrlEntry
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::ethIfSrcMacCtrlPortStatus'
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::ethIfSrcMacCtrlPortStatus.<ethIfSrcMacCtrlIndex>.<ethIfSrcMacCtrlIdx2>'
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::ethIfSrcMacCtrlPortStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
2 | shutdown |
3 | secureActive |
4 | secureInactive |