rsLinkAggregationTimeout
RADWARE-MIB ·
.1.3.6.1.4.1.89.35.1.198.1.3
Object
column mandatory
r/w
Enumeration
Define whether the partner should work with fast or slow timeout. Fast timeout means that LCAPDU is sent by the partner every 1 second whereas slow timeout means that LCAPDU is sent by the partner every 30 seconds. If no response comes from the partner after 3 LACPDUs should be received, a timeout event occurs, and the LACP state machine moves to the appropriate state based on its current state.
Context
- MIB
- RADWARE-MIB
- OID
.1.3.6.1.4.1.89.35.1.198.1.3- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- rsLinkAggregationEntry
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 'RADWARE-MIB' -M '/opt/observium/mibs/radware:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADWARE-MIB::rsLinkAggregationTimeout'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RADWARE-MIB' -M '/opt/observium/mibs/radware:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADWARE-MIB::rsLinkAggregationTimeout.<rsLinkAggregationTrunkIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RADWARE-MIB' -M '/opt/observium/mibs/radware:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RADWARE-MIB::rsLinkAggregationTimeout'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | fast |
2 | slow |