HH3C-STORM-CONSTRAIN-MIB
- Registered at
- 1.3.6.1.4.1.25506.2.66
- Last updated
- 2015-06-17 00:00
- Organization
- New H3C Tech. Co., Ltd.
- Revisions
- 2015-06-17 00:00
- Namespace
- comware
- Source file
HH3C-STORM-CONSTRAIN-MIB- Digest
sha256:4624f74ff9f61a7674b305797e6a50cef6d35aec570a0430dfd21f6dbf2d657f
Description
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.
Contact
Platform Team New H3C Tech. Co., Ltd. Hai-Dian District Beijing P.R. China http://www.h3c.com Zip:100085
Imports
| From | Symbols |
|---|---|
| HH3C-OID-MIB | hh3cCommon |
| IF-MIB | ifIndex |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
HH3C-OID-MIB HH3C-STORM-CONSTRAIN-MIB IANAifType-MIB IF-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| Hh3cStormConstrainUnit TEXTUAL-CONVENTION 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. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| hh3cStormScalarGroup OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.66.1 | |||
| hh3cStormTrapType OBJECT-TYPE This 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 limit on a port. multicast: Trap message generated when multicast traffic exceeds the upper limit or falls below the lower limit on a port. unicast : Trap message generated when unknown unicast traffic exceeds the upper limit or falls below the lower limit on a port. knownUnicast: Trap message generated when known unicast traffic exceeds the upper limit or falls below the lower limit on a port. | 1.3.6.1.4.1.25506.2.66.1.1 | INTEGER {broadcast(1), multicast(2), unicast(3), knownUnicast(4)} | accessible-for-notify | current |
| hh3cStormTrapThreshold OBJECT-TYPE 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. | 1.3.6.1.4.1.25506.2.66.1.2 | Integer32 | accessible-for-notify | current |
| hh3cStormTableGroup OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.66.2 | |||
| hh3cStormCtrlTable OBJECT-TYPE A table containing configurations of storm-constrain. | 1.3.6.1.4.1.25506.2.66.2.1 | not-accessible | current | |
| hh3cStormCtrlEntry OBJECT-TYPE Detailed information of storm-constrain configurations. | 1.3.6.1.4.1.25506.2.66.2.1.1 | not-accessible | current | |
| hh3cStormCtrlPortStatus OBJECT-TYPE 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. | 1.3.6.1.4.1.25506.2.66.2.1.1.1 | INTEGER {controlled(1), normal(2)} | read-only | current |
| hh3cStormCtrlBroadcastUnit OBJECT-TYPE The 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.2 | Hh3cStormConstrainUnit | read-create | current |
| hh3cStormCtrlBroadcastUpper OBJECT-TYPE The 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.3 | Integer32 | read-create | current |
| hh3cStormCtrlBroadcastLower OBJECT-TYPE 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. | 1.3.6.1.4.1.25506.2.66.2.1.1.4 | Integer32 | read-create | current |
| hh3cStormCtrlMulticastUnit OBJECT-TYPE The 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.5 | Hh3cStormConstrainUnit | read-create | current |
| hh3cStormCtrlMulticastUpper OBJECT-TYPE The 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.6 | Integer32 | read-create | current |
| hh3cStormCtrlMulticastLower OBJECT-TYPE 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. | 1.3.6.1.4.1.25506.2.66.2.1.1.7 | Integer32 | read-create | current |
| hh3cStormCtrlUnicastUnit OBJECT-TYPE The 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.8 | Hh3cStormConstrainUnit | read-create | current |
| hh3cStormCtrlUnicastUpper OBJECT-TYPE The 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.9 | Integer32 | read-create | current |
| hh3cStormCtrlUnicastLower OBJECT-TYPE 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. | 1.3.6.1.4.1.25506.2.66.2.1.1.10 | Integer32 | read-create | current |
| hh3cStormCtrlRowStatus OBJECT-TYPE This 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.11 | RowStatus | read-create | current |
| hh3cStormCtrlPortMode OBJECT-TYPE The storm control mode of the port. | 1.3.6.1.4.1.25506.2.66.2.1.1.12 | INTEGER {none(1), block(2), shutdown(3)} | read-create | current |
| hh3cStormNotifications OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.66.3 |
Notifications
| Name | OID | Status |
|---|---|---|
| hh3cStormRising NOTIFICATION-TYPE This 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.1 | current |
| hh3cStormFalling NOTIFICATION-TYPE This trap message is generated when a flux which used to overflow its upper limit, falls below its lower limit on a port. | 1.3.6.1.4.1.25506.2.66.3.2 | current |