adGenEthPortBreakoutModeStatus
ADTRAN-GEN-ETH-IFC-MIB ·
.1.3.6.1.4.1.664.5.70.15.1.1.1.18
Object
column Enumeration
Reports the status of the last set operation to adGenEthPortBreakoutMode. The notDone status is returned while the operation is still in progress. Every status except notDone implies the operation is complete.
Context
- MIB
- ADTRAN-GEN-ETH-IFC-MIB
- OID
.1.3.6.1.4.1.664.5.70.15.1.1.1.18- Type
- column
- Access
- readonly
- Status
- current
- Parent
- adGenEthProvEntry
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 'ADTRAN-GEN-ETH-IFC-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-GEN-ETH-IFC-MIB::adGenEthPortBreakoutModeStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ADTRAN-GEN-ETH-IFC-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-GEN-ETH-IFC-MIB::adGenEthPortBreakoutModeStatus.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ADTRAN-GEN-ETH-IFC-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ADTRAN-GEN-ETH-IFC-MIB::adGenEthPortBreakoutModeStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
-6 | notDone |
-5 | internalError |
-4 | invalidPort |
-3 | portNotDisabled |
-2 | modeNotSupported |
-1 | breakoutNotSupported |
0 | success |