prConfigAggStatus
A3COM0420-SWITCH-EXTENSIONS ·
.1.3.6.1.4.1.43.10.34.2.5.1.1
Object
column mandatory
Enumeration
This object specifies the aggregation status. The status
is indicated as follows:
unused(1) the aggregation is not presently in use.
autoInUse(2) the aggregation was selected as a result of
receiving LACP Partner ID information from a
remote partner, and currently has ports.
autoAgeing(3) the aggregation was selected as a result of
receiving LACP Partner ID information from a
remote partner, and is currently within its ageing
timeout period (typically 10 minutes).
autoReusable(4) the aggregation was selected as a result of
receiving LACP Partner ID information from a
remote partner, and its ageing timeout period
(typically 10 minutes) has expired.
manual(5) the aggregation was pre-configured using
administrative Partner ID information.
Context
- MIB
- A3COM0420-SWITCH-EXTENSIONS
- OID
.1.3.6.1.4.1.43.10.34.2.5.1.1- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- prConfigAggEntry
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 'A3COM0420-SWITCH-EXTENSIONS' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3COM0420-SWITCH-EXTENSIONS::prConfigAggStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'A3COM0420-SWITCH-EXTENSIONS' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3COM0420-SWITCH-EXTENSIONS::prConfigAggStatus.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'A3COM0420-SWITCH-EXTENSIONS' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'A3COM0420-SWITCH-EXTENSIONS::prConfigAggStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unused |
2 | autoInUse |
3 | autoAgeing |
4 | autoReusable |
5 | manual |