scGenLinkAggregationFunctionalStatus
XSWITCH-MIB ·
.1.3.6.1.4.1.81.28.1.6.1.1.8
Object
column mandatory
Enumeration
The functional status of the LAG: ok(1) - fully functional LAG, transmitting and receiving packets on all its ports. fail(2) - all ports in the LAG are not in ok status. partialFail(3) - some of the ports in the LAG are not in ok status.
Context
- MIB
- XSWITCH-MIB
- OID
.1.3.6.1.4.1.81.28.1.6.1.1.8- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- scGenLinkAggregationEntry
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 'XSWITCH-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'XSWITCH-MIB::scGenLinkAggregationFunctionalStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'XSWITCH-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'XSWITCH-MIB::scGenLinkAggregationFunctionalStatus.<scGenLinkAggregationId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'XSWITCH-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'XSWITCH-MIB::scGenLinkAggregationFunctionalStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ok |
2 | fail |
3 | partialFail |
255 | notSupported |