extremeEapsSharedPortSegmentTimerExpiryAction
EXTREME-EAPS-MIB ·
.1.3.6.1.4.1.1916.1.18.5.1.4
Object
This indicates the action taken by the EAPS Shared port instance when a segment timer expires. If the action is sendAlert, then when the segment timer expires, an SNMP trap will be sent, and the segment will remain in Up state, with the failed flag set to True. If the action is segmentDown, then when the timer expires, the segment will be set to Down state.
Context
- MIB
- EXTREME-EAPS-MIB
- OID
.1.3.6.1.4.1.1916.1.18.5.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- extremeEapsSharedPortEntry
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 'EXTREME-EAPS-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-EAPS-MIB::extremeEapsSharedPortSegmentTimerExpiryAction'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EXTREME-EAPS-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-EAPS-MIB::extremeEapsSharedPortSegmentTimerExpiryAction.<extremeEapsSharedPortIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EXTREME-EAPS-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EXTREME-EAPS-MIB::extremeEapsSharedPortSegmentTimerExpiryAction'
Syntax
- Source
- EapsSharedPortSegmentTimerExpiryAction
- Base type
Enumeration
Values & Constraints
Type Values
0 | sendAlert |
1 | segmentDown |