DLINKSW-STORM-CTRL-MIB

File: DLINKSW-STORM-CTRL-MIB.mib (16776 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF IF-MIB
DLINK-ID-REC-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Integer32 MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP ifIndex InterfaceIndex
Unsigned32 dlinkIndustrialCommon

Defined Types

DStormCtlTrafficType  
The type of storm control traffic type. broadcast(1) - broadcast storm. multicast(2) - including unknown L2 multicast, known L2 multicast, unknown IP multicast and known IP multicast. unicast(3) - when the action is configured as 'shutdown mode', unicast refers to both known and unknown unicast packet; Otherwise, unicast refers to unknown unicast packet.
TEXTUAL-CONVENTION    
  INTEGER broadcast(1), multicast(2), unicast(3)  

DStormCtlThrType  
The type of storm control threshold is configured on an interface. pps(1) - the threshold is configured as packet count per second. kbps(2) - the threshold is configured as a rate of bits per second. percentage(3) - the threshold is configured as a percentage of total bandwidth per port.
TEXTUAL-CONVENTION    
  INTEGER pps(1), kbps(2), percentage(3)  

DStormCtlThrTypeValue  
Denotes a generic threshold value. A DStormCtlThrTypeValue value is always interpreted within the context of a DStormCtlThrType value. Every usage of the DStormCtlThrTypeValue textual convention is required to specify the DStormCtlThrType object that provides the context. The unit and valid range are as follows: Threshold Type Unit Valid Range ============= ===================== ================= pps packet per second 1 ~ 2147483647 kbps bits per second 1 ~ 2147483647 percentage percentage 1 ~ 100 The special value of -1 indicates this object is undefined.
TEXTUAL-CONVENTION    
  Integer32  

DStormCtrlThresholdEntry  
SEQUENCE    
  dStormCtrlTrafficType DStormCtlTrafficType
  dStormCtrlThresholdType DStormCtlThrType
  dStormCtrlRiseThresholdValue DStormCtlThrTypeValue
  dStormCtrlLowThresholdValue DStormCtlThrTypeValue

DStormCtrlIfEntry  
SEQUENCE    
  dStormCtrlIfActionType INTEGER

DStormCtrlTrafficInfoEntry  
SEQUENCE    
  dStormCtrlTrafficInfoStatus INTEGER
  dStormCtrlCurTrafficUnitType DStormCtlThrType
  dStormCtrlCurTrafficValue DStormCtlThrTypeValue

Defined Values

dlinkSwStormCtrlMIB 1.3.6.1.4.1.171.14.25
This MIB module defines objects for Storm Control
MODULE-IDENTITY    

dStormCtrlMIBNotifications 1.3.6.1.4.1.171.14.25.0
OBJECT IDENTIFIER    

dStormCtrlMIBObjects 1.3.6.1.4.1.171.14.25.1
OBJECT IDENTIFIER    

dStormCtrlMIBConformance 1.3.6.1.4.1.171.14.25.2
OBJECT IDENTIFIER    

dStormCtrlGentrl 1.3.6.1.4.1.171.14.25.1.1
OBJECT IDENTIFIER    

dStormCtrlNotifyEnable 1.3.6.1.4.1.171.14.25.1.1.1
This object controls when a storm control notification will be generated. If the object is set to none(1): No notifications will be generated. stormOccurred(2): A notification will be generated when a storm event is detected. stormCleared(3): A notification will be generated when a storm event is cleared. both (4): A notification will be generated both when a storm event is detected and cleared. NOTE:The default value of this object is none(1).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), stormOccurred(2), stormCleared(3), both(4)  

dStormCtrlPollingInterval 1.3.6.1.4.1.171.14.25.1.1.2
The interval, in seconds, the switch detects the storm.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 5..600  

dStormCtrlPollingRetries 1.3.6.1.4.1.171.14.25.1.1.3
Specify the retry count. If the action is configured as 'shutdown' mode and storm keep as long as interval * retries, the port will enters error-disabled state. The effective range is from 1 to 360. 0 means that a 'shutdown' mode port will directly enter error-disabled state when storm is detected. -1 means that a 'shutdown' mode port will never enter error-disabled state even if storm is detected.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1 | 0 | 1..360  

dStormCtrlThresholdTable 1.3.6.1.4.1.171.14.25.1.2
A table consists of a list of interface-specific threshold configuration for storm control.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DStormCtrlThresholdEntry

dStormCtrlThresholdEntry 1.3.6.1.4.1.171.14.25.1.2.1
An entry presents threshold configuration on an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  DStormCtrlThresholdEntry  

dStormCtrlTrafficType 1.3.6.1.4.1.171.14.25.1.2.1.1
This object indicates the traffic type of the entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  DStormCtlTrafficType  

dStormCtrlThresholdType 1.3.6.1.4.1.171.14.25.1.2.1.2
This object indicates the threshold type of the entry.
Status: current Access: read-create
OBJECT-TYPE    
  DStormCtlThrType  

dStormCtrlRiseThresholdValue 1.3.6.1.4.1.171.14.25.1.2.1.3
Specifies the rise threshold value of the entry. A special value of -1 indicates the storm control of the corresponding traffic type is not enabled on that interface.
Status: current Access: read-create
OBJECT-TYPE    
  DStormCtlThrTypeValue  

dStormCtrlLowThresholdValue 1.3.6.1.4.1.171.14.25.1.2.1.4
Specifies the low level threshold. A special value of -1 indicates low level is not specified. The default value will be 80% of the value of the corresponding dStormCtrlRiseThresholdValue if applicable.
Status: current Access: read-create
OBJECT-TYPE    
  DStormCtlThrTypeValue  

dStormCtrlIfTable 1.3.6.1.4.1.171.14.25.1.3
A table consists of a list of interface-specific configuration for storm control.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DStormCtrlIfEntry

dStormCtrlIfEntry 1.3.6.1.4.1.171.14.25.1.3.1
An entry presents storm control configuration on an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  DStormCtrlIfEntry  

dStormCtrlIfActionType 1.3.6.1.4.1.171.14.25.1.3.1.1
Specify the action will be taken when storm occurs: none(1) - Not filter the storm packets. shutdown(2) - The storm-control shutdown the port when the rise threshold is reached. drop(3) - The storm-control always discards packets that exceed the rise threshold.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), shutdown(2), drop(3)  

dStormCtrlTrafficInfoTable 1.3.6.1.4.1.171.14.25.1.4
A table consists of a list of status information for traffic types on interfaces. Only the interface/traffic-type on which the storm control is enabled will present on this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DStormCtrlTrafficInfoEntry

dStormCtrlTrafficInfoEntry 1.3.6.1.4.1.171.14.25.1.4.1
An entry presents the status of a traffic type on an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  DStormCtrlTrafficInfoEntry  

dStormCtrlCurTrafficUnitType 1.3.6.1.4.1.171.14.25.1.4.1.1
This object indicates the current traffic unit of the entry.
Status: current Access: read-only
OBJECT-TYPE    
  DStormCtlThrType  

dStormCtrlCurTrafficValue 1.3.6.1.4.1.171.14.25.1.4.1.2
Indicating the current traffic value on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  DStormCtlThrTypeValue  

dStormCtrlTrafficInfoStatus 1.3.6.1.4.1.171.14.25.1.4.1.3
This object indicates the current status of storm control on a given interface for a given traffic type. forwarding(1): no storm event has been detected. dropped(2): a storm event has occurred and the storm traffic exceeding the threshold is dropped. errorDisabled(3): the port is disabled due to a storm. linkDown(4): the port is physically linked down. inactive(5): Indicates that storm control is not enabled for the given traffic type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER forwarding(1), dropped(2), errorDisabled(3), linkDown(4), inactive(5)  

dStormCtrlNotifyInfo 1.3.6.1.4.1.171.14.25.1.5
OBJECT IDENTIFIER    

dStormCtrlNotifyTrafficType 1.3.6.1.4.1.171.14.25.1.5.1
This object is used by dStormCtrlOccurred and dStormCtrlStormCleared to indicate the traffic type of the occurred storm.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DStormCtlTrafficType  

dStormCtrlOccurred 1.3.6.1.4.1.171.14.25.0.1
This trap is sent when dStormCtrlNotifyEnable is 'stormOccurred' or 'both' and a storm is detected.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

dStormCtrlStormCleared 1.3.6.1.4.1.171.14.25.0.2
This trap is sent when dStormCtrlNotifyEnable is 'stormCleared' or 'both' and a storm is cleared.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

dStormCtrlCompliances 1.3.6.1.4.1.171.14.25.2.1
OBJECT IDENTIFIER    

dStormCtrlCompliance 1.3.6.1.4.1.171.14.25.2.1.1
The compliance statement for entities which implement the DLINKSW-STORM-CTRL-MIB.
Status: current Access: accessible-for-notify
MODULE-COMPLIANCE    

dStormCtrlGroup 1.3.6.1.4.1.171.14.25.2.2
OBJECT IDENTIFIER    

dStormCtrlBaiscGroup 1.3.6.1.4.1.171.14.25.2.2.1
A collection of objects providing the information for storm control
Status: current Access: accessible-for-notify
OBJECT-GROUP    

dStormCtrlNotifyGroup 1.3.6.1.4.1.171.14.25.2.2.2
The collection of notifications used for storm control.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP