MIB Viewer

HH3C-STORM-CONSTRAIN-MIB

23 objects
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.
Imported Objects
HH3C-OID-MIBhh3cCommon
IF-MIBifIndex
SNMPv2-SMIInteger32 MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE
SNMPv2-TCRowStatus TEXTUAL-CONVENTION
OIDNameAccessStatusDescription
1.3.6.1.4.1.25506.2.66Identityhh3cStormConstrainThe 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 unicas…
1.3.6.1.4.1.25506.2.66.1Nodehh3cStormScalarGroup
1.3.6.1.4.1.25506.2.66.1.1Scalarhh3cStormTrapTypeaccessible-for-notifycurrentThis value is used to identify the type of trap. broadcast: Trap message generated when broadcast traffic exceeds the upper limit or falls below the lower limi…
1.3.6.1.4.1.25506.2.66.1.2Scalarhh3cStormTrapThresholdaccessible-for-notifycurrentThis 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, t…
1.3.6.1.4.1.25506.2.66.2Nodehh3cStormTableGroup
1.3.6.1.4.1.25506.2.66.2.1Tablehh3cStormCtrlTablenot-accessiblecurrentA table containing configurations of storm-constrain.
1.3.6.1.4.1.25506.2.66.2.1.1Rowhh3cStormCtrlEntrynot-accessiblecurrentDetailed information of storm-constrain configurations.
1.3.6.1.4.1.25506.2.66.2.1.1.1Columnhh3cStormCtrlPortStatusread-onlycurrentStatus 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 : ind…
1.3.6.1.4.1.25506.2.66.2.1.1.2Columnhh3cStormCtrlBroadcastUnitread-createcurrentThe unit of the broadcast flux. This value must be set together with hh3cStormCtrlBroadcastUpper and hh3cStormCtrlBroadcastLower.
1.3.6.1.4.1.25506.2.66.2.1.1.3Columnhh3cStormCtrlBroadcastUpperread-createcurrentThe upper-limit of incoming broadcast taffic at a port within 1 second interval. Its unit depends on hh3cStormCtrlBroadcastUnit value.
1.3.6.1.4.1.25506.2.66.2.1.1.4Columnhh3cStormCtrlBroadcastLowerread-createcurrentThe lower-limit of incoming broadcast taffic at a port within 1 second interval. This value must be lower than hh3cStormCtrlBroadcastUpper value. Its unit depe…
1.3.6.1.4.1.25506.2.66.2.1.1.5Columnhh3cStormCtrlMulticastUnitread-createcurrentThe unit of the multicast flux. This value must be set together with hh3cStormCtrlMulticastUpper and hh3cStormCtrlMulticastLower.
1.3.6.1.4.1.25506.2.66.2.1.1.6Columnhh3cStormCtrlMulticastUpperread-createcurrentThe upper-limit of incoming multicast taffic at a port within 1 second interval. Its unit depends on hh3cStormCtrlMulticastUnit value.
1.3.6.1.4.1.25506.2.66.2.1.1.7Columnhh3cStormCtrlMulticastLowerread-createcurrentThe lower-limit of incoming multicast taffic at a port within 1 second interval. This value must be lower than hh3cStormCtrlMulticastUpper value. Its unit depe…
1.3.6.1.4.1.25506.2.66.2.1.1.8Columnhh3cStormCtrlUnicastUnitread-createcurrentThe unit of the unicast flux. This value must be set together with hh3cStormCtrlUnicastUpper and hh3cStormCtrlUnicastLower.
1.3.6.1.4.1.25506.2.66.2.1.1.9Columnhh3cStormCtrlUnicastUpperread-createcurrentThe upper-limit of incoming unicast taffic at a port within 1 second interval. Its unit depends on hh3cStormCtrlUnicastUnit value.
1.3.6.1.4.1.25506.2.66.2.1.1.10Columnhh3cStormCtrlUnicastLowerread-createcurrentThe lower-limit of incoming unicast taffic at a port within 1 second interval. This value must be lower than hh3cStormCtrlUnicastUpper value. Its unit depends …
1.3.6.1.4.1.25506.2.66.2.1.1.11Columnhh3cStormCtrlRowStatusread-createcurrentThis object is responsible for managing the creation, deletion and modification of rows, which supports active status and CreatAndGo, destroy operation.
1.3.6.1.4.1.25506.2.66.2.1.1.12Columnhh3cStormCtrlPortModeread-createcurrentThe storm control mode of the port.
1.3.6.1.4.1.25506.2.66.3Nodehh3cStormNotifications
1.3.6.1.4.1.25506.2.66.3.1Notificationhh3cStormRisingcurrentThis trap message is generated when any type of the flux exceeds its upper limit on a port.
1.3.6.1.4.1.25506.2.66.3.2Notificationhh3cStormFallingcurrentThis trap message is generated when a flux which used to overflow its upper limit, falls below its lower limit on a port.
Type Definitions
NameSyntaxStatusDescription
Hh3cStormConstrainUnitINTEGER { none(1), packetsPerSecond(2), ratio(3), bytesPerSecond(4), kbitsPerSecond(5) }currentThe 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.