scGenGroupLACPMode
XSWITCH-MIB ·
.1.3.6.1.4.1.81.28.1.3.1.1.29
Object
column mandatory
r/w
Enumeration
The value of this attribute determines whether LACPDU messages can be exchanged by the module's ports. If enabled, the ports will exchange LACPDU messages according to their scGenPortLACPMode MIB. If disabled, every port of the module will not exchange LACPDU messages - regardless of there scGenPortLACPMode MIB. This MIB is required for internal communication between the agent and its sub-agents, in order to distribute throughout the switch's modules the setting made on the scGenSwitchLACPMode MIB.
Context
- MIB
- XSWITCH-MIB
- OID
.1.3.6.1.4.1.81.28.1.3.1.1.29- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- scGenGroupEntry
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::scGenGroupLACPMode'
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::scGenGroupLACPMode.<scGenGroupId>'
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::scGenGroupLACPMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enable |
2 | disable |