ENTERASYS-FLOW-LIMITING-MIB

File: ENTERASYS-FLOW-LIMITING-MIB.mib (45289 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB P-BRIDGE-MIB ENTERASYS-MIB-NAMES

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Unsigned32 TimeTicks Gauge32
TEXTUAL-CONVENTION TruthValue MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP ifIndex
ifName EnabledStatus etsysModules

Defined Types

FlowLmtIntfClass  
The classes of interfaces, or ports, available under the Flow Limiting feature. userPort A port with a single user (workstation, PC, etc.) attached to it. serverPort A port with a server attached to it. This class may encompass a wide range of server types from a small workgroup print server to an enterprise exchange server. Alternately, an administrator may choose to configure an interface with a small print server as a userPort since their flow setup needs may be similar to that of a user port. aggregatedUserPort A port likely to have multiple end stations attached either through a wireless access point or an unmanaged low cost hub or switch. It is expected that this class may also be used instead of interSwitchLink when switches are interconnected using a lower speed link. interSwitchLink A port that is used as a high-speed interconnect between two intelligent switches or routers. Unspecified A port in which nothing can be assumed about its intended use. These classes are only guides. The classes can be configured with any limits, and any interface can associated with any class.
TEXTUAL-CONVENTION    
  INTEGER userPort(1), serverPort(2), aggregatedUserPort(3), interSwitchLink(4), unspecified(5)  

FlowLmtIntfAction  
The possible actions that the Flow Limiting feature can take when flow activity exceeds the associated action limits. generateNotification(0) - Generate the respective SNMP notification. dropExcessFlows(1) - Drop flow setup requests in excess of the configured limit and discard the associated packets. The use of this option could cause the entity to repetitively process setup requests for the dropped flows. The process of dropping flow setup requests and their associated packets could cause end stations attached to this interface to behave in an indeterminate manner. The use of this option may also prevent the entity from being able to count additional flows and from reaching any additional configured limit. createDiscardFlows(2) - Create discard flows and discard the associated packets. The use of this option could cause end stations attached to this interface to behave in an indeterminate manner. disableInterface(3) - Operationally disable the interface, ifOperStatus for the interface MUST go into the 'down' state, and MUST remain in that state until the associated etsysFlowLimitingIntfStatus is set to operational, the Flow Limiting feature is disabled, or the entity is reset. The 'generateNotification(0)' will always be performed if it is a selected action, is globally enabled, and does not exceed the global rate limit for such notifications. It MUST be generated in such a way that the information in the notification indicates the condition on the interface after any other indicated action has been taken. If one or more other actions are selected only the one with the highest precedence will be taken. The order of precedence, from highest to lowest, of the actions are 'disableInterface', 'createDiscardFlows', and finally 'dropExcessFlows'. If etsysFlowLimitingSystemInterfaceShutdown is disabled the selected action with the next highest precedence will be taken.
TEXTUAL-CONVENTION    
  BITS generateNotification(0), dropExcessFlows(1), createDiscardFlows(2), disableInterface(3)  

FlowLmtIntfLayer  
A shorthand listing of OSI layers that may be used in processing flows on an interface.
TEXTUAL-CONVENTION    
  INTEGER none(1), l2(2), l3(3), l4(4)  

EtsysFlowLimitingClassEntry  
SEQUENCE    
  etsysFlowLimitingClassType FlowLmtIntfClass
  etsysFlowLimitingClassFlowCountActionLimit1 Unsigned32
  etsysFlowLimitingClassFlowCountActionTaken1 FlowLmtIntfAction
  etsysFlowLimitingClassFlowCountActionLimit2 Unsigned32
  etsysFlowLimitingClassFlowCountActionTaken2 FlowLmtIntfAction
  etsysFlowLimitingClassSetupRateNotifyLimit Unsigned32
  etsysFlowLimitingClassSetupRateActionLimit Unsigned32
  etsysFlowLimitingClassSetupRateActionTaken FlowLmtIntfAction

EtsysFlowLimitingInterfaceEntry  
SEQUENCE    
  etsysFlowLimitingIntfClassType FlowLmtIntfClass
  etsysFlowLimitingIntfFlowLimitingState EnabledStatus
  etsysFlowLimitingIntfStatus INTEGER
  etsysFlowLimitingIntfReason INTEGER
  etsysFlowLimitingIntfClearStats TruthValue
  etsysFlowLimitingIntfFlowCountCurrent Gauge32
  etsysFlowLimitingIntfFlowCountMax Gauge32
  etsysFlowLimitingIntfFlowCountMaxTime TimeTicks
  etsysFlowLimitingIntfFlowCountEvents Gauge32
  etsysFlowLimitingIntfSetupRateCurrent Gauge32
  etsysFlowLimitingIntfSetupRateMax Gauge32
  etsysFlowLimitingIntfSetupRateMaxTime TimeTicks
  etsysFlowLimitingIntfSetupRateEvents Gauge32
  etsysFlowLimitingIntfFlowProcessingLayer FlowLmtIntfLayer

Defined Values

etsysFlowLimitingMIB 1.3.6.1.4.1.5624.1.2.43
This MIB module defines the portion of the SNMP enterprise MIBs under Enterasys Networks' enterprise OID pertaining to the Flow Limiting feature.
MODULE-IDENTITY    

etsysFlowLimitingObjects 1.3.6.1.4.1.5624.1.2.43.1
OBJECT IDENTIFIER    

etsysFlowLimitingSystemBranch 1.3.6.1.4.1.5624.1.2.43.1.1
OBJECT IDENTIFIER    

etsysFlowLimitingClassBranch 1.3.6.1.4.1.5624.1.2.43.1.2
OBJECT IDENTIFIER    

etsysFlowLimitingInterfaceBranch 1.3.6.1.4.1.5624.1.2.43.1.3
OBJECT IDENTIFIER    

etsysFlowLimitingNotificationBranch 1.3.6.1.4.1.5624.1.2.43.1.0
OBJECT IDENTIFIER    

etsysFlowLimitingSystemState 1.3.6.1.4.1.5624.1.2.43.1.1.1
The current state of the active part of the Flow Limiting feature. enabled (1) - All aspects of Flow Limiting are operational. disabled (2) - Flow Limiting is configurable but no actions are taken, no notifications are generated and no interfaces will be disabled. All statistical information is still gathered and available. When this object is set to disabled the Flow Limiting feature MUST release its control on all interfaces. Any interfaces that had been operationally held in the 'down' state MUST be allowed to attain their currently correct operational state. Any flows created by the Flow Limiting feature MUST be removed. Maintaining the value of this object across agent reboots is REQUIRED.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

etsysFlowLimitingSystemSnmpNotifications 1.3.6.1.4.1.5624.1.2.43.1.1.2
The current state of the SNMP Notification functionality in the Flow Limiting feature. enabled (1) - Flow Limiting will generate SNMP Notifications for flow counts and setup rates that exceed the configured limits. The Flow Limiting feature MUST be enabled for SNMP Notifications to be generated. disabled (2) - Flow Limiting will not generate SNMP Notifications under any conditions. A notification is generated when a value is first detected above its respective configured limit. That notification MUST NOT be generated again until the respective value has transitioned through its respective limit in both directions. Agents are not required to generate SNMP Notifications for conditions that exist when this object is set to enabled. SNMP Notifications MAY only be generated after additional flow setups are detected that exceed the configured limits on that interface. Maintaining the value of this object across agent reboots is REQUIRED.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

etsysFlowLimitingSystemInterfaceShutdown 1.3.6.1.4.1.5624.1.2.43.1.1.3
The current state of the interface shutdown functionality in the Flow Limiting feature. enabled (1) - Flow Limiting will shutdown an interface when the conditions on that interface exceed the configured values, one of the specified actions is to disable the interface, and the Flow Limiting feature is enabled. disabled (2) - Flow Limiting will not shutdown any interface under any conditions. When this object is set to disabled the Flow Limiting feature MUST release its control on all interfaces. Any interfaces that had been operationally held in the 'down' state MUST be allowed to attain their currently correct operational state. Agents are not required to shutdown interfaces for conditions that exist when this object is set to enabled. Interfaces MAY only be shutdown after additional flow setups are detected that exceed the configured limits on that interface. Maintaining the value of this object across agent reboots is REQUIRED.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

etsysFlowLimitingSystemNotificationInterval 1.3.6.1.4.1.5624.1.2.43.1.1.4
The number of seconds to wait before generating another notification of the same type for the same interface. This allows notification generation to be throttled in the case of a flow counter or rate that is repeatedly transitioning across a threshold. A value of zero indicates that the entity should not suppress any notifications related to the Flow Limiting feature. Maintaining the value of this object across agent reboots is REQUIRED.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..4294967295  

etsysFlowLimitingSystemClearStats 1.3.6.1.4.1.5624.1.2.43.1.1.5
When set to true(1) the following objects in all rows of the etsysFlowLimitingInterfaceTable MUST be set to zero: etsysFlowLimitingIntfFlowCountMaxTime etsysFlowLimitingIntfFlowCountEvents etsysFlowLimitingIntfSetupRateMax etsysFlowLimitingIntfSetupRateMaxTime etsysFlowLimitingIntfSetupRateCurrent etsysFlowLimitingIntfSetupRateEvents and the etsysFlowLimitingIntfFlowCountMax objects MUST be set to the value of their respective etsysFlowLimitingIntfFlowCountCurrent objects. 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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

etsysFlowLimitingSystemMaxSupportedFlowCount 1.3.6.1.4.1.5624.1.2.43.1.1.6
The maximum number of flows supported on this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

etsysFlowLimitingSystemMaxSupportedSetupRate 1.3.6.1.4.1.5624.1.2.43.1.1.7
The maximum flow setup rate supported on this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

etsysFlowLimitingClassTable 1.3.6.1.4.1.5624.1.2.43.1.2.1
Provides for the configuration of the Flow Limiting features various interface classes. Maintaining the value of the objects in this table across agent reboots is REQUIRED.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtsysFlowLimitingClassEntry

etsysFlowLimitingClassEntry 1.3.6.1.4.1.5624.1.2.43.1.2.1.1
Provides an override to the default thresholds configured for the interface class corresponding to the row. This table MUST be populated with default values that are reasonable for the entity. The default values for all leaves in the 'unspecified' class MUST be zero.
Status: current Access: not-accessible
OBJECT-TYPE    
  EtsysFlowLimitingClassEntry  

etsysFlowLimitingClassType 1.3.6.1.4.1.5624.1.2.43.1.2.1.1.1
The class of interface that this row represents.
Status: current Access: not-accessible
OBJECT-TYPE    
  FlowLmtIntfClass  

etsysFlowLimitingClassFlowCountActionLimit1 1.3.6.1.4.1.5624.1.2.43.1.2.1.1.2
When the number of active flows on an associated interface reaches this level the Flow Limiting feature will invoke the action(s) specified by the etsysFlowLimitingClassFlowCountActionTaken1 object. A value of zero indicates that this limit is disabled. While this limit is disabled the associated action MUST NOT be taken.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..4294967295  

etsysFlowLimitingClassFlowCountActionTaken1 1.3.6.1.4.1.5624.1.2.43.1.2.1.1.3
The action(s) to be taken on an associated interface when the number of active flows on that interface reach the value of etsysFlowLimitingClassFlowCountActionLimit1.
Status: current Access: read-write
OBJECT-TYPE    
  FlowLmtIntfAction  

etsysFlowLimitingClassFlowCountActionLimit2 1.3.6.1.4.1.5624.1.2.43.1.2.1.1.4
When the number of active flows on an associated interface reaches this level the Flow Limiting feature will invoke the action(s) specified by the etsysFlowLimitingClassFlowCountActionTaken2 object. A value of zero indicates that this limit is disabled. While this limit is disabled the associated action MUST NOT be taken.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..4294967295  

etsysFlowLimitingClassFlowCountActionTaken2 1.3.6.1.4.1.5624.1.2.43.1.2.1.1.5
The action(s) to be taken on an associated interface when the number of active flows on that interface reach the value of etsysFlowLimitingClassFlowCountActionLimit2.
Status: current Access: read-write
OBJECT-TYPE    
  FlowLmtIntfAction  

etsysFlowLimitingClassSetupRateNotifyLimit 1.3.6.1.4.1.5624.1.2.43.1.2.1.1.6
The flow setup rate on an associated interface at which the Flow Limiting feature will generate an etsysFlowlimitingSetupRateNotifyLimit notification. A value of zero indicates that this limit is disabled. While this limit is disabled the associated notification MUST NOT be generated.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..4294967295  

etsysFlowLimitingClassSetupRateActionLimit 1.3.6.1.4.1.5624.1.2.43.1.2.1.1.7
The flow setup rate on an associated interface at which the Flow Limiting feature will invoke the action(s) specified by the etsysFlowLimitingClassSetupRateActionTaken object. A value of zero indicates that this limit is disabled. While this limit is disabled the associated action MUST NOT be taken.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..4294967295  

etsysFlowLimitingClassSetupRateActionTaken 1.3.6.1.4.1.5624.1.2.43.1.2.1.1.8
The action(s) to be taken on an associated interface when the flow setup rate on that interface reachs the value of the etsysFlowLimitingClassSetupRateActionLimit object.
Status: current Access: read-write
OBJECT-TYPE    
  FlowLmtIntfAction  

etsysFlowLimitingInterfaceTable 1.3.6.1.4.1.5624.1.2.43.1.3.1
A table that provides for the configuration, status, and statistics related to, the Flow Limiting feature on a per interface basis.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtsysFlowLimitingInterfaceEntry

etsysFlowLimitingInterfaceEntry 1.3.6.1.4.1.5624.1.2.43.1.3.1.1
The configuration, status, and statistics related to, the Flow Limiting feature for an individual interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  EtsysFlowLimitingInterfaceEntry  

etsysFlowLimitingIntfClassType 1.3.6.1.4.1.5624.1.2.43.1.3.1.1.1
The Flow Limiting interface class associated with this interface. The class defines the flow limits and actions to be taken when those limits are exceeded. When the value of this object changes and flow limiting is currently enabled, both globally and on this interface, the agent MUST perform the following steps prior to enforcing the new limits: 1) If the interface had been operationally held in the 'down' state due to prior flow conditions it MUST be allowed to attain its currently correct operational state. 2) Any flows created by the Flow Limiting feature for this interface must be removed. 3) The respective etsysFlowLimitingIntfFlowCountEvents and etsysFlowLimitingIntfSetupRateEvents objects MUST be set to zero. 4) etsysFlowLimitingIntfStatus and etsysFlowLimitingIntfReason MUST be set to operational(1) and noAction(1) respectively. Maintaining the value of this object across agent reboots is REQUIRED.
Status: current Access: read-write
OBJECT-TYPE    
  FlowLmtIntfClass  

etsysFlowLimitingIntfFlowLimitingState 1.3.6.1.4.1.5624.1.2.43.1.3.1.1.2
The enable state of Flow Limiting on this interface. Setting this object to disabled(2) will disable the active part of the Flow Limiting feature as defined for the etsysFlowLimitingSystemState object on this interface. When the value of this object changes from enabled(1) to disabled(2) the agent MUST: 1) Release its control on this interface. If it had been operationally held in the 'down' state it MUST be allowed to attain its currently correct operational state. 2) Remove any flows created by the Flow Limiting feature for this interface. 3) The respective etsysFlowLimitingIntfFlowCountEvents and etsysFlowLimitingIntfSetupRateEvents objects MUST be set to zero. 4) etsysFlowLimitingIntfStatus and etsysFlowLimitingIntfReason MUST be set to operational(1) and noAction(1) respectively. Maintaining the value of this object across agent reboots is REQUIRED.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

etsysFlowLimitingIntfStatus 1.3.6.1.4.1.5624.1.2.43.1.3.1.1.3
The current status of the interface with respect to Flow Limiting. A read of operational(1) indicates that the Flow Limiting feature has not taken any action to operationally limit this interface. A read of disabled(2) indicates that the Flow Limiting feature has taken action to operationally disable this interface due to ... A read of droppingExcessFlows(3) indicates that this interface ... A read of creatingDiscardFlows(4) indicates that this interface ... Setting this object to operational(1) when it is disabled(2) will cause Flow Limiting to release it's control that 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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER operational(1), disabled(2), droppingExcessFlows(3), creatingDiscardFlows(4)  

etsysFlowLimitingIntfReason 1.3.6.1.4.1.5624.1.2.43.1.3.1.1.4
The reason the last action was taken on this interface by the Flow Limiting feature. Maintaining the value of this object across agent reboots is NOT RECOMMENDED.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER noAction(1), flowCount(2), setupRate(3)  

etsysFlowLimitingIntfClearStats 1.3.6.1.4.1.5624.1.2.43.1.3.1.1.5
When set to true(1) the following objects in this row MUST be set to zero: etsysFlowLimitingIntfFlowCountMaxTime etsysFlowLimitingIntfFlowCountEvents etsysFlowLimitingIntfSetupRateMax etsysFlowLimitingIntfSetupRateMaxTime etsysFlowLimitingIntfSetupRateCurrent etsysFlowLimitingIntfSetupRateEvents and the etsysFlowLimitingIntfFlowCountMax object MUST be set to the value of the etsysFlowLimitingIntfFlowCountCurrent object. Setting this object to false(2) will have no effect. When read this object will always return false(2).
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

etsysFlowLimitingIntfFlowCountCurrent 1.3.6.1.4.1.5624.1.2.43.1.3.1.1.6
The current number of flows active on this interface. This information is always available and current.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

etsysFlowLimitingIntfFlowCountMax 1.3.6.1.4.1.5624.1.2.43.1.3.1.1.7
The maximum number of flows that have been active on this interface since the last agent reset. This information is always available and current.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

etsysFlowLimitingIntfFlowCountMaxTime 1.3.6.1.4.1.5624.1.2.43.1.3.1.1.8
The TimeTicks since the maximum number of flows was recorded. This information is always available and current.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

etsysFlowLimitingIntfFlowCountEvents 1.3.6.1.4.1.5624.1.2.43.1.3.1.1.9
The number of times that the number of flows on this interface exceeded any associated limit.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

etsysFlowLimitingIntfSetupRateCurrent 1.3.6.1.4.1.5624.1.2.43.1.3.1.1.10
The current flow setup rate on this interface. This information is always available and current.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

etsysFlowLimitingIntfSetupRateMax 1.3.6.1.4.1.5624.1.2.43.1.3.1.1.11
The maximum flow setup rate on this interface since the last agent reset. This information is always available and current.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

etsysFlowLimitingIntfSetupRateMaxTime 1.3.6.1.4.1.5624.1.2.43.1.3.1.1.12
The TimeTicks since the maximum flow setup rate was recorded. This information is always available and current.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

etsysFlowLimitingIntfSetupRateEvents 1.3.6.1.4.1.5624.1.2.43.1.3.1.1.13
The number of times that the setup rate on this interface exceeded any associated limit.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

etsysFlowLimitingIntfFlowProcessingLayer 1.3.6.1.4.1.5624.1.2.43.1.3.1.1.14
The highest OSI layer at which flows are processed. This is used to give an indication of how much detail is contained in the flows created on the interface. An interface reporting that flows being processed at L4 will create flows that have information from L2, L3, and L4. In general, interfaces reporting processing at L4 would be expected to have a higher number of flows than interfaces reporting processing at L2 assuming all else equal.
Status: current Access: read-only
OBJECT-TYPE    
  FlowLmtIntfLayer  

etsysFlowlimitingFlowCountActionLimit1 1.3.6.1.4.1.5624.1.2.43.1.0.1
An etsysFlowlimitingFlowCountActionLimit1 notification indicates that the number of flows on the interface has exceeded the currently configured limit in the associated etsysFlowLimitingClassFlowCountActionLimit1 for the interface.
Status: deprecated Access: read-only
NOTIFICATION-TYPE    

etsysFlowlimitingFlowCountActionLimit2 1.3.6.1.4.1.5624.1.2.43.1.0.2
An etsysFlowlimitingFlowCountActionLimit2 notification indicates that the number of flows on the interface has exceeded the currently configured limit in the associated etsysFlowLimitingClassFlowCountActionLimit2 for the interface.
Status: deprecated Access: read-only
NOTIFICATION-TYPE    

etsysFlowLimitingSetupRateNotifyLimit 1.3.6.1.4.1.5624.1.2.43.1.0.3
An etsysFlowLimitingSetupRateNotifyLimit notification indicates that the flow setup rate on the interface has exceeded the currently configured limit for generating a notification.
Status: deprecated Access: read-only
NOTIFICATION-TYPE    

etsysFlowLimitingSetupRateActionLimit 1.3.6.1.4.1.5624.1.2.43.1.0.4
An etsysFlowLimitingSetupRateExceeded notification indicates that the flow setup rate on the interface has exceeded the currently configured limit for taking an action.
Status: deprecated Access: read-only
NOTIFICATION-TYPE    

etsysFlowlimitingFlowCountActionLimit1V2 1.3.6.1.4.1.5624.1.2.43.1.0.5
An etsysFlowlimitingFlowCountActionLimit1 notification indicates that the number of flows on the interface has exceeded the currently configured limit in the associated etsysFlowLimitingClassFlowCountActionLimit1 for the interface.
Status: current Access: read-only
NOTIFICATION-TYPE    

etsysFlowlimitingFlowCountActionLimit2V2 1.3.6.1.4.1.5624.1.2.43.1.0.6
An etsysFlowlimitingFlowCountActionLimit2 notification indicates that the number of flows on the interface has exceeded the currently configured limit in the associated etsysFlowLimitingClassFlowCountActionLimit2 for the interface.
Status: current Access: read-only
NOTIFICATION-TYPE    

etsysFlowLimitingSetupRateNotifyLimitV2 1.3.6.1.4.1.5624.1.2.43.1.0.7
An etsysFlowLimitingSetupRateNotifyLimit notification indicates that the flow setup rate on the interface has exceeded the currently configured limit for generating a notification.
Status: current Access: read-only
NOTIFICATION-TYPE    

etsysFlowLimitingSetupRateActionLimitV2 1.3.6.1.4.1.5624.1.2.43.1.0.8
An etsysFlowLimitingSetupRateExceeded notification indicates that the flow setup rate on the interface has exceeded the currently configured limit for taking an action.
Status: current Access: read-only
NOTIFICATION-TYPE    

etsysFlowLimitingConformance 1.3.6.1.4.1.5624.1.2.43.2
OBJECT IDENTIFIER    

etsysFlowLimitingGroups 1.3.6.1.4.1.5624.1.2.43.2.1
OBJECT IDENTIFIER    

etsysFlowLimitingCompliances 1.3.6.1.4.1.5624.1.2.43.2.2
OBJECT IDENTIFIER    

etsysFlowLimitingSystemGroup 1.3.6.1.4.1.5624.1.2.43.2.1.1
A collection of objects providing global configuration, statistics, and status for the Flow Limiting feature.
Status: current Access: read-only
OBJECT-GROUP    

etsysFlowLimitingInterfaceGroup 1.3.6.1.4.1.5624.1.2.43.2.1.2
A collection of objects providing interface based configuration and status of the Flow Limiting feature.
Status: deprecated Access: read-only
OBJECT-GROUP    

etsysFlowLimitingFlowCountGroup 1.3.6.1.4.1.5624.1.2.43.2.1.3
A collection of objects related to understanding and limiting the number of flows on individual interfaces.
Status: current Access: read-only
OBJECT-GROUP    

etsysFlowLimitingSetupRateGroup 1.3.6.1.4.1.5624.1.2.43.2.1.4
A collection of objects related to understanding and limiting interface flow setup rates on individual interfaces.
Status: current Access: read-only
OBJECT-GROUP    

etsysFlowLimitingFlowCountNotificationGroup 1.3.6.1.4.1.5624.1.2.43.2.1.5
A collection of notifications related to the number of flows on individual interfaces.
Status: deprecated Access: read-only
NOTIFICATION-GROUP    

etsysFlowLimitingSetupRateNotificationGroup 1.3.6.1.4.1.5624.1.2.43.2.1.6
A collection of notifications related to flow setup rates on individual interfaces.
Status: deprecated Access: read-only
NOTIFICATION-GROUP    

etsysFlowLimitingInterfaceGroupV2 1.3.6.1.4.1.5624.1.2.43.2.1.7
A collection of objects providing interface based configuration and status of the Flow Limiting feature.
Status: current Access: read-only
OBJECT-GROUP    

etsysFlowLimitingFlowCountNotificationGroupV2 1.3.6.1.4.1.5624.1.2.43.2.1.8
A collection of notifications related to the number of flows on individual interfaces.
Status: current Access: read-only
NOTIFICATION-GROUP    

etsysFlowLimitingSetupRateNotificationGroupV2 1.3.6.1.4.1.5624.1.2.43.2.1.9
A collection of notifications related to flow setup rates on individual interfaces.
Status: current Access: read-only
NOTIFICATION-GROUP    

etsysFlowLimitingCompliance 1.3.6.1.4.1.5624.1.2.43.2.2.1
The compliance statement for devices that support Flow Limiting.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

etsysFlowLimitingComplianceV2 1.3.6.1.4.1.5624.1.2.43.2.2.2
The compliance statement for devices that support Flow Limiting.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

etsysFlowLimitingComplianceV3 1.3.6.1.4.1.5624.1.2.43.2.2.3
The compliance statement for devices that support Flow Limiting.
Status: current Access: read-only
MODULE-COMPLIANCE