portTrunkAggregatorType
Jetnet4510 ·
.1.3.6.1.4.1.24062.2.2.3.3.4.1.1.1.3
Object
column mandatory
r/w
Enumeration
The Aggregator type. You can assign the aggregator staticly
by setting to static(1), or setting to lacp(2) to enable the
LACP protocol.
The Link Aggregation Control Protocol (LACP) is required for
dynamically exchanging configuration information between the
peer devices in order to automatically configure and maintain
link aggregation groups. The protocol is able to automatically
detect the presence and capabilities of other aggregation
capable devices, i.e. with LACP it is possible to specify which
links in a system can be aggregated.
This column has no effect if Group Id is set to none.
Context
- MIB
- Jetnet4510
- OID
.1.3.6.1.4.1.24062.2.2.3.3.4.1.1.1.3- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- portTrunkAggregatorSettingEntry
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 'Jetnet4510' -M '/opt/observium/mibs/korenix:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Jetnet4510::portTrunkAggregatorType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'Jetnet4510' -M '/opt/observium/mibs/korenix:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Jetnet4510::portTrunkAggregatorType.<portTrunkPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'Jetnet4510' -M '/opt/observium/mibs/korenix:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'Jetnet4510::portTrunkAggregatorType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | static |
2 | lacp |