A3COM-HUAWEI-STORM-CONSTRAIN-MIB

File: A3COM-HUAWEI-STORM-CONSTRAIN-MIB.mib (10830 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC RFC1213-MIB
A3COM-HUAWEI-OID-MIB

Imported symbols

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

Defined Types

H3cStormConstrainUnit  
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)  

H3cStormCtrlEntry  
SEQUENCE    
  h3cStormCtrlPortStatus INTEGER
  h3cStormCtrlBroadcastUnit H3cStormConstrainUnit
  h3cStormCtrlBroadcastUpper Integer32
  h3cStormCtrlBroadcastLower Integer32
  h3cStormCtrlMulticastUnit H3cStormConstrainUnit
  h3cStormCtrlMulticastUpper Integer32
  h3cStormCtrlMulticastLower Integer32
  h3cStormCtrlUnicastUnit H3cStormConstrainUnit
  h3cStormCtrlUnicastUpper Integer32
  h3cStormCtrlUnicastLower Integer32
  h3cStormCtrlRowStatus RowStatus
  h3cStormCtrlPortMode INTEGER

Defined Values

h3cStormConstrain 1.3.6.1.4.1.43.45.1.10.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    

h3cStormScalarGroup 1.3.6.1.4.1.43.45.1.10.2.66.1
OBJECT IDENTIFIER    

h3cStormTrapType 1.3.6.1.4.1.43.45.1.10.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)  

h3cStormTrapThreshold 1.3.6.1.4.1.43.45.1.10.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  

h3cStormTableGroup 1.3.6.1.4.1.43.45.1.10.2.66.2
OBJECT IDENTIFIER    

h3cStormCtrlTable 1.3.6.1.4.1.43.45.1.10.2.66.2.1
A table containing configurations of storm-constrain.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cStormCtrlEntry

h3cStormCtrlEntry 1.3.6.1.4.1.43.45.1.10.2.66.2.1.1
Detailed information of storm-constrain configurations.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cStormCtrlEntry  

h3cStormCtrlPortStatus 1.3.6.1.4.1.43.45.1.10.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)  

h3cStormCtrlBroadcastUnit 1.3.6.1.4.1.43.45.1.10.2.66.2.1.1.2
The unit of the broadcast flux. This value must be set together with h3cStormCtrlBroadcastUpper and h3cStormCtrlBroadcastLower.
Status: current Access: read-create
OBJECT-TYPE    
  H3cStormConstrainUnit  

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

h3cStormCtrlBroadcastLower 1.3.6.1.4.1.43.45.1.10.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 h3cStormCtrlBroadcastUpper value. Its unit depends on h3cStormCtrlBroadcastUnit value.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

h3cStormCtrlMulticastUnit 1.3.6.1.4.1.43.45.1.10.2.66.2.1.1.5
The unit of the multicast flux. This value must be set together with h3cStormCtrlMulticastUpper and h3cStormCtrlMulticastLower.
Status: current Access: read-create
OBJECT-TYPE    
  H3cStormConstrainUnit  

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

h3cStormCtrlMulticastLower 1.3.6.1.4.1.43.45.1.10.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 h3cStormCtrlMulticastUpper value. Its unit depends on h3cStormCtrlMulticastUnit value.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

h3cStormCtrlUnicastUnit 1.3.6.1.4.1.43.45.1.10.2.66.2.1.1.8
The unit of the unicast flux. This value must be set together with h3cStormCtrlUnicastUpper and h3cStormCtrlUnicastLower.
Status: current Access: read-create
OBJECT-TYPE    
  H3cStormConstrainUnit  

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

h3cStormCtrlUnicastLower 1.3.6.1.4.1.43.45.1.10.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 h3cStormCtrlUnicastUpper value. Its unit depends on h3cStormCtrlUnicastUnit value.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

h3cStormCtrlRowStatus 1.3.6.1.4.1.43.45.1.10.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  

h3cStormCtrlPortMode 1.3.6.1.4.1.43.45.1.10.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)  

h3cStormNotifications 1.3.6.1.4.1.43.45.1.10.2.66.3
OBJECT IDENTIFIER    

h3cStormRising 1.3.6.1.4.1.43.45.1.10.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    

h3cStormFalling 1.3.6.1.4.1.43.45.1.10.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