MIB Viewer

H3C-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
HUAWEI-3COM-OID-MIBh3cCommon
IF-MIBifIndex
SNMPv2-SMIInteger32 MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE
SNMPv2-TCRowStatus TEXTUAL-CONVENTION
OIDNameAccessStatusDescription
1.3.6.1.4.1.2011.10.2.66Identityh3cStormConstrainThe 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.2011.10.2.66.1Nodeh3cStormScalarGroup
1.3.6.1.4.1.2011.10.2.66.1.1Scalarh3cStormTrapTypeaccessible-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.2011.10.2.66.1.2Scalarh3cStormTrapThresholdaccessible-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.2011.10.2.66.2Nodeh3cStormTableGroup
1.3.6.1.4.1.2011.10.2.66.2.1Tableh3cStormCtrlTablenot-accessiblecurrentA table containing configurations of storm-constrain.
1.3.6.1.4.1.2011.10.2.66.2.1.1Rowh3cStormCtrlEntrynot-accessiblecurrentDetailed information of storm-constrain configurations.
1.3.6.1.4.1.2011.10.2.66.2.1.1.1Columnh3cStormCtrlPortStatusread-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.2011.10.2.66.2.1.1.2Columnh3cStormCtrlBroadcastUnitread-createcurrentThe unit of the broadcast flux. This value must be set together with h3cStormCtrlBroadcastUpper and h3cStormCtrlBroadcastLower.
1.3.6.1.4.1.2011.10.2.66.2.1.1.3Columnh3cStormCtrlBroadcastUpperread-createcurrentThe upper-limit of incoming broadcast taffic at a port within 1 second interval. Its unit depends on h3cStormCtrlBroadcastUnit value.
1.3.6.1.4.1.2011.10.2.66.2.1.1.4Columnh3cStormCtrlBroadcastLowerread-createcurrentThe lower-limit of incoming broadcast taffic at a port within 1 second interval. This value must be lower than h3cStormCtrlBroadcastUpper value. Its unit depen…
1.3.6.1.4.1.2011.10.2.66.2.1.1.5Columnh3cStormCtrlMulticastUnitread-createcurrentThe unit of the multicast flux. This value must be set together with h3cStormCtrlMulticastUpper and h3cStormCtrlMulticastLower.
1.3.6.1.4.1.2011.10.2.66.2.1.1.6Columnh3cStormCtrlMulticastUpperread-createcurrentThe upper-limit of incoming multicast taffic at a port within 1 second interval. Its unit depends on h3cStormCtrlMulticastUnit value.
1.3.6.1.4.1.2011.10.2.66.2.1.1.7Columnh3cStormCtrlMulticastLowerread-createcurrentThe lower-limit of incoming multicast taffic at a port within 1 second interval. This value must be lower than h3cStormCtrlMulticastUpper value. Its unit depen…
1.3.6.1.4.1.2011.10.2.66.2.1.1.8Columnh3cStormCtrlUnicastUnitread-createcurrentThe unit of the unicast flux. This value must be set together with h3cStormCtrlUnicastUpper and h3cStormCtrlUnicastLower.
1.3.6.1.4.1.2011.10.2.66.2.1.1.9Columnh3cStormCtrlUnicastUpperread-createcurrentThe upper-limit of incoming unicast taffic at a port within 1 second interval. Its unit depends on h3cStormCtrlUnicastUnit value.
1.3.6.1.4.1.2011.10.2.66.2.1.1.10Columnh3cStormCtrlUnicastLowerread-createcurrentThe lower-limit of incoming unicast taffic at a port within 1 second interval. This value must be lower than h3cStormCtrlUnicastUpper value. Its unit depends o…
1.3.6.1.4.1.2011.10.2.66.2.1.1.11Columnh3cStormCtrlRowStatusread-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.2011.10.2.66.2.1.1.12Columnh3cStormCtrlPortModeread-createcurrentThe storm control mode of the port.
1.3.6.1.4.1.2011.10.2.66.3Nodeh3cStormNotifications
1.3.6.1.4.1.2011.10.2.66.3.1Notificationh3cStormRisingcurrentThis trap message is generated when any type of the flux exceeds its upper limit on a port.
1.3.6.1.4.1.2011.10.2.66.3.2Notificationh3cStormFallingcurrentThis 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
H3cStormConstrainUnitINTEGER { 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.