HH3C-STORM-CONSTRAIN-MIB

File: HH3C-STORM-CONSTRAIN-MIB.mib (10868 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC RFC1213-MIB
HH3C-OID-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
OBJECT-IDENTITY NOTIFICATION-TYPE RowStatus
TEXTUAL-CONVENTION ifIndex hh3cCommon

Defined Types

Hh3cStormConstrainUnit  
The unit of the flux. none: not define. packetsPerSecond: packets per second. ratio: unit is 1%. For example, if the value is 40, it means 40%. bytesPerSecond: bytes per second. kbitsPerSecond: kilobits per second.
TEXTUAL-CONVENTION    
  INTEGER none(1), packetsPerSecond(2), ratio(3), bytesPerSecond(4), kbitsPerSecond(5)  

Hh3cStormCtrlEntry  
SEQUENCE    
  hh3cStormCtrlPortStatus INTEGER
  hh3cStormCtrlBroadcastUnit Hh3cStormConstrainUnit
  hh3cStormCtrlBroadcastUpper Integer32
  hh3cStormCtrlBroadcastLower Integer32
  hh3cStormCtrlMulticastUnit Hh3cStormConstrainUnit
  hh3cStormCtrlMulticastUpper Integer32
  hh3cStormCtrlMulticastLower Integer32
  hh3cStormCtrlUnicastUnit Hh3cStormConstrainUnit
  hh3cStormCtrlUnicastUpper Integer32
  hh3cStormCtrlUnicastLower Integer32
  hh3cStormCtrlRowStatus RowStatus
  hh3cStormCtrlPortMode INTEGER

Defined Values

hh3cStormConstrain 1.3.6.1.4.1.25506.2.66
The Storm-Constrain function is used to avoid the packet-storm on a port. Three types of flux can be set observed respectively: broadcast, multicast and unicast. If an observed flux exceeds its upper limit, this kind of flux will be recognized as over-upper-flux. This kind of flux will be considered as normal-flux until it falls below its lower limit. If any type of observed flux is over-upper-flux, the port will change its status to controlled-status, that is to stop packet forwarding to avoid storm. Only when all the observed fluxes are not over-upper-flux, will the port return to normal(forwarding) status.
MODULE-IDENTITY    

hh3cStormScalarGroup 1.3.6.1.4.1.25506.2.66.1
OBJECT IDENTIFIER    

hh3cStormTrapType 1.3.6.1.4.1.25506.2.66.1.1
This value is used to identify the type of trap. broadcast: trap message is generated for broadcast flux exceeds upper limit or falls under lower limit on a port. multicast: trap message is generated for multicast flux exceeds upper limit or falls under lower limit on a port. unicast : trap message is generated for unicast flux exceeds upper limit or falls under lower limit on a port.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER broadcast(1), multicast(2), unicast(3)  

hh3cStormTrapThreshold 1.3.6.1.4.1.25506.2.66.1.2
This value is used to figure the threshold of flux in trap message. For example, when the trap is generated for broadcast flux exceeds upper limit on a port, this value is equal to upper limit value configured. And when the trap is generated for broadcast flux fell under lower limit, this value is equal to lower limit value configured.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32  

hh3cStormTableGroup 1.3.6.1.4.1.25506.2.66.2
OBJECT IDENTIFIER    

hh3cStormCtrlTable 1.3.6.1.4.1.25506.2.66.2.1
A table containing configurations of storm-constrain.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cStormCtrlEntry

hh3cStormCtrlEntry 1.3.6.1.4.1.25506.2.66.2.1.1
Detailed information of storm-constrain configurations.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cStormCtrlEntry  

hh3cStormCtrlPortStatus 1.3.6.1.4.1.25506.2.66.2.1.1.1
Status of the port: controlled: indicate that the port is in controlled status. Port which is in this status will not forward some type of packet. normal : indicate that the port is in normal status.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER controlled(1), normal(2)  

hh3cStormCtrlBroadcastUnit 1.3.6.1.4.1.25506.2.66.2.1.1.2
The unit of the broadcast flux. This value must be set together with hh3cStormCtrlBroadcastUpper and hh3cStormCtrlBroadcastLower.
Status: current Access: read-create
OBJECT-TYPE    
  Hh3cStormConstrainUnit  

hh3cStormCtrlBroadcastUpper 1.3.6.1.4.1.25506.2.66.2.1.1.3
The upper-limit of incoming broadcast taffic at a port within 1 second interval. Its unit depends on hh3cStormCtrlBroadcastUnit value.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hh3cStormCtrlBroadcastLower 1.3.6.1.4.1.25506.2.66.2.1.1.4
The lower-limit of incoming broadcast taffic at a port within 1 second interval. This value must be lower than hh3cStormCtrlBroadcastUpper value. Its unit depends on hh3cStormCtrlBroadcastUnit value.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hh3cStormCtrlMulticastUnit 1.3.6.1.4.1.25506.2.66.2.1.1.5
The unit of the multicast flux. This value must be set together with hh3cStormCtrlMulticastUpper and hh3cStormCtrlMulticastLower.
Status: current Access: read-create
OBJECT-TYPE    
  Hh3cStormConstrainUnit  

hh3cStormCtrlMulticastUpper 1.3.6.1.4.1.25506.2.66.2.1.1.6
The upper-limit of incoming multicast taffic at a port within 1 second interval. Its unit depends on hh3cStormCtrlMulticastUnit value.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hh3cStormCtrlMulticastLower 1.3.6.1.4.1.25506.2.66.2.1.1.7
The lower-limit of incoming multicast taffic at a port within 1 second interval. This value must be lower than hh3cStormCtrlMulticastUpper value. Its unit depends on hh3cStormCtrlMulticastUnit value.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hh3cStormCtrlUnicastUnit 1.3.6.1.4.1.25506.2.66.2.1.1.8
The unit of the unicast flux. This value must be set together with hh3cStormCtrlUnicastUpper and hh3cStormCtrlUnicastLower.
Status: current Access: read-create
OBJECT-TYPE    
  Hh3cStormConstrainUnit  

hh3cStormCtrlUnicastUpper 1.3.6.1.4.1.25506.2.66.2.1.1.9
The upper-limit of incoming unicast taffic at a port within 1 second interval. Its unit depends on hh3cStormCtrlUnicastUnit value.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hh3cStormCtrlUnicastLower 1.3.6.1.4.1.25506.2.66.2.1.1.10
The lower-limit of incoming unicast taffic at a port within 1 second interval. This value must be lower than hh3cStormCtrlUnicastUpper value. Its unit depends on hh3cStormCtrlUnicastUnit value.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hh3cStormCtrlRowStatus 1.3.6.1.4.1.25506.2.66.2.1.1.11
This object is responsible for managing the creation, deletion and modification of rows, which supports active status and CreatAndGo, destroy operation.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cStormCtrlPortMode 1.3.6.1.4.1.25506.2.66.2.1.1.12
The storm control mode of the port.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(1), block(2), shutdown(3)  

hh3cStormNotifications 1.3.6.1.4.1.25506.2.66.3
OBJECT IDENTIFIER    

hh3cStormRising 1.3.6.1.4.1.25506.2.66.3.1
This trap message is generated when any type of the flux exceeds its upper limit on a port.
Status: current Access: read-create
NOTIFICATION-TYPE    

hh3cStormFalling 1.3.6.1.4.1.25506.2.66.3.2
This trap message is generated when a flux which used to overflow its upper limit, falls below its lower limit on a port.
Status: current Access: read-create
NOTIFICATION-TYPE