ENTERASYS-LINK-FLAP-MIB: View SNMP OID List / Download MIB
VENDOR: ENTERASYS NETWORKS
Home | MIB: ENTERASYS-LINK-FLAP-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
etsysLinkFlapMIB | 1.3.6.1.4.1.5624.1.2.52 |
This is the MIB module for Enterasys Link Flap Detection, a mechanism to automatically limit the effect of frequent link state transitions on Enterasys devices. |
||
etsysLinkFlapObjects | 1.3.6.1.4.1.5624.1.2.52.1 | |||
etsysLinkFlapNotificationBranch | 1.3.6.1.4.1.5624.1.2.52.1.0 | |||
etsysLinkFlapViolation | 1.3.6.1.4.1.5624.1.2.52.1.0.1 |
If the Link Flap feature is globally enabled and specifically enabled for this interface, then this trap is sent when a link state transition is detected which accrues to a sum of transitions exceeding the value etsysLinkFlapIntfCountThreshold over the time period etsysLinkFlapIntfTimeInterval. |
||
etsysLinkFlapSystemBranch | 1.3.6.1.4.1.5624.1.2.52.1.1 | |||
etsysLinkFlapSystemState | 1.3.6.1.4.1.5624.1.2.52.1.1.1 | enabledstatus | read-write |
The current state of the active part of the Link Flap feature. enabled (1) - All supported aspects of Link Flap are operational. disabled (2) - Link Flap is configurable but no actions are taken. All statistical information is still gathered and available. When this object is set to disabled the Link Flap feature MUST release its control on all interfaces. Any interfaces which the Link Flap feature had operationally held in the 'down' state MUST be allowed to attain their currently correct operational state. Maintaining the value of this object across agent reboots is REQUIRED. |
etsysLinkFlapSystemSupportedActions | 1.3.6.1.4.1.5624.1.2.52.1.1.2 | linkflapintfaction | read-only |
The supported actions that the Link Flap feature can take when link flap activity exceeds the associated threshold on this interface. disableInterface(0) - Capability to set the interface operational status to 'down'. generateSyslogEntry(1) - Capability to create syslog messages. generateNotification(2) - Capability to generate SNMP notifications. Please see the LinkFlapIntfAction textual convention defined in this MIB. |
etsysLinkFlapSystemLinkFlapMaximum | 1.3.6.1.4.1.5624.1.2.52.1.1.3 | unsigned32 | read-only |
The greatest number of linkdown events which can occur per ten second interval. This is an implementation-specific parameter which will determine the allowable values of etsysLinkFlapIntfCountThreshold and etsysLinkFlapIntfTimeInterval. Setting either one of these such that the ratio of etsysLinkFlapIntfCountThreshold to etsysLinkFlapIntfTimeInterval would become greater than etsysLinkFlapSystemLinkFlapMaximum will result in the set operation failing with an inconsistentValue error. |
etsysLinkFlapInterfaceBranch | 1.3.6.1.4.1.5624.1.2.52.1.2 | |||
etsysLinkFlapInterfaceTable | 1.3.6.1.4.1.5624.1.2.52.1.2.1 | no-access |
A table that provides for the configuration, status, and statistics related to, the Link Flap feature on a per interface basis. |
|
1.3.6.1.4.1.5624.1.2.52.1.2.1.1 | no-access |
The configuration, status, and statistics related to, the Link Flap feature for an individual interface. |
||
etsysLinkFlapIntfEnabledStatus | 1.3.6.1.4.1.5624.1.2.52.1.2.1.1.1 | integer | read-write |
The enable state of Link Flap on this interface. Transitioning from enabled(1) to disabled(2) will disable the active part of the Link Flap feature as defined for the etsysLinkFlapSystemState object on this interface. In this event the agent MUST: 1) Release its control on this interface. If the interface had been operationally held in the 'down' state, then the interface MUST be allowed to attain its currently correct operational state. 2) etsysLinkFlapIntfOperStatus MUST be set to operational(1). 3) The objects etsysLinkFlapIntfLinkdownCountCurrent etsysLinkFlapIntfLinkdownCountTotal etsysLinkFlapIntfCurrentElapsed MUST continue to accrue value as events occur. In transitioning from disabled(2) to enabled(1) the objects: etsysLinkFlapIntfLinkdownCountCurrent etsysLinkFlapIntfCurrentElapsed MUST be initialized at 0 (zero) for this interface. Maintaining the value of this object across agent reboots is REQUIRED. Enumeration: 'disabled': 2, 'enabled': 1. |
etsysLinkFlapIntfAction | 1.3.6.1.4.1.5624.1.2.52.1.2.1.1.2 | linkflapintfaction | read-write |
The configured actions that the Link Flap feature can take when link flap activity exceeds the associated threshold on this interface. disableInterface(0) - Interface operational status set to 'down'. generateSyslogEntry(1) - Descriptive syslog message generated generateNotification(2) - SNMP notification generated. Maintaining the value of this object across agent reboots is REQUIRED. |
etsysLinkFlapIntfOperStatus | 1.3.6.1.4.1.5624.1.2.52.1.2.1.1.3 | integer | read-write |
The current status of the interface with respect to Link Flap detection. A read of operational(1) indicates that the Link Flap feature has not taken any action to operationally limit this interface. A read of disabled(2) indicates that the Link Flap feature has taken action to operationally disable this interface due to excessive link state transitions. Setting this object to operational(1) when it is disabled(2) will cause Link Flap to release its control which is keeping this interface operationally disabled. Any other write of this object will have no effect. Maintaining the value of this object across agent reboots is NOT RECOMMENDED. Enumeration: 'disabled': 2, 'operational': 1. |
etsysLinkFlapIntfClearStats | 1.3.6.1.4.1.5624.1.2.52.1.2.1.1.4 | truthvalue | read-write |
When set to true(1) the following objects: etsysLinkFlapIntfLinkdownCountCurrent etsysLinkFlapIntfLinkdownCountTotal etsysLinkFlapIntfLinkFlapViolations in this row of the etsysLinkFlapInterfaceTable MUST be set to 0 (zero). Setting this object to false(2) will have no effect. When read this object will always return false(2). Maintaining the value of this object across agent reboots is NOT RECOMMENDED. |
etsysLinkFlapIntfCountThreshold | 1.3.6.1.4.1.5624.1.2.52.1.2.1.1.5 | unsigned32 | read-write |
The threshold count of link state transitions, which if exceeded within time limit etsysLinkFlapIntfTimeInterval, necessitates actions specified in LinkFlapIntfAction. Setting etsysLinkFlapIntfCountThreshold such that the ratio of etsysLinkFlapIntfCountThreshold to etsysLinkFlapIntfTimeInterval would become greater than etsysLinkFlapSystemLinkFlapMaximum will result in the set operation failing with an inconsistentValue error. Maintaining the value of this object across agent reboots is REQUIRED |
etsysLinkFlapIntfTimeInterval | 1.3.6.1.4.1.5624.1.2.52.1.2.1.1.6 | unsigned32 | read-write |
The time period during which link state transitions accrue toward the threshold count etsysLinkFlapIntfCountThreshold. Setting etsysLinkFlapIntfTimeInterval such that the ratio of etsysLinkFlapIntfCountThreshold to etsysLinkFlapIntfTimeInterval would become greater than etsysLinkFlapSystemLinkFlapMaximum will result in the set operation failing with an inconsistentValue error. Note that one special value, 0 (zero) of the etsysLinkFlapIntfTimeInterval is used to specify that etsysLinkFlapIntfTimeInterval is unbounded. Maintaining the value of this object across agent reboots is REQUIRED |
etsysLinkFlapIntfDownTime | 1.3.6.1.4.1.5624.1.2.52.1.2.1.1.7 | unsigned32 | read-write |
The time period during which the violating interface operational status may be held to 'down' by the LinkFlap functionality. Note that one special value, 0 (zero) of the etsysLinkFlapIntfDownTime is used to specify that etsysLinkFlapIntfDownTime is unbounded. Maintaining the value of this object across agent reboots is REQUIRED |
etsysLinkFlapIntfLinkdownCountCurrent | 1.3.6.1.4.1.5624.1.2.52.1.2.1.1.8 | gauge32 | read-only |
The current number of link state transitions accrued during the current monitor interval. This information is always available and current. Maintaining the value of this object across agent reboots is NOT RECOMMENDED. |
etsysLinkFlapIntfLinkdownCountTotal | 1.3.6.1.4.1.5624.1.2.52.1.2.1.1.9 | gauge32 | read-only |
The total number of link state transitions accrued on this interface. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. This information is always available and current. Maintaining the value of this object across agent reboots is NOT RECOMMENDED. |
etsysLinkFlapIntfCurrentElapsed | 1.3.6.1.4.1.5624.1.2.52.1.2.1.1.10 | unsigned32 | read-only |
The current number of completed system ticks accrued on this interface during the current monitor interval. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. This information is always available and current. Maintaining the value of this object across agent reboots is NOT RECOMMENDED. |
etsysLinkFlapIntfLinkFlapViolations | 1.3.6.1.4.1.5624.1.2.52.1.2.1.1.11 | gauge32 | read-only |
The total number of link flap violations accrued on this interface. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. This information is always available and current. Maintaining the value of this object across agent reboots is NOT RECOMMENDED. |
etsysLinkFlapConformance | 1.3.6.1.4.1.5624.1.2.52.2 | |||
etsysLinkFlapGroups | 1.3.6.1.4.1.5624.1.2.52.2.1 | |||
etsysLinkFlapSystemGroup | 1.3.6.1.4.1.5624.1.2.52.2.1.1 |
A collection of objects providing global configuration and status for the Link Flap feature. |
||
etsysLinkFlapInterfaceGroup | 1.3.6.1.4.1.5624.1.2.52.2.1.2 |
A collection of objects providing interface based configuration, status, and statistics of the Link Flap feature. |
||
etsysLinkFlapNotificationGroup | 1.3.6.1.4.1.5624.1.2.52.2.1.3 |
A collection of notifications for violation of link state transition rates on individual interfaces. |
||
etsysLinkFlapCompliances | 1.3.6.1.4.1.5624.1.2.52.2.2 | |||
etsysLinkFlapCompliance | 1.3.6.1.4.1.5624.1.2.52.2.2.1 |
The compliance statement for devices that support Link Flap. |