provLinkAggrGroupMode
IPE-LAG-MIB ·
.1.3.6.1.4.1.119.2.3.69.501.5.38.1.1.3
Object
column r/w
Enumeration
Link Aggregation Group Mode configuration. When the 'active' is configured, LACPDUs are always sent along with configured links. On the other hand, LACPDUs are sent only when receiving LACPDUs from other switch. In the 'local' mode, the port status such as active or standby is statically configured.
Context
- MIB
- IPE-LAG-MIB
- OID
.1.3.6.1.4.1.119.2.3.69.501.5.38.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- provLinkAggrGroupEntry
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 'IPE-LAG-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPE-LAG-MIB::provLinkAggrGroupMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IPE-LAG-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPE-LAG-MIB::provLinkAggrGroupMode.<provLinkAggrGroupIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IPE-LAG-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IPE-LAG-MIB::provLinkAggrGroupMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | invalid |
1 | active |
2 | passive |
3 | local |