HPN-ICF-STORM-CONSTRAIN-MIB
- Registered at
- 1.3.6.1.4.1.11.2.14.11.15.2.66
- Last updated
- 2008-06-06 00:00
- Namespace
- hp
- Source file
HPN-ICF-STORM-CONSTRAIN-MIB- Digest
sha256:4115cd328d55ff2ef5491c9e1846638d24257b10f356d3efe817ba416cd5dde0
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.
Imports
| From | Symbols |
|---|---|
| HPN-ICF-OID-MIB | hpnicfCommon |
| 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.
HPN-ICF-OID-MIB HPN-ICF-STORM-CONSTRAIN-MIB IANAifType-MIB IF-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| HpnicfStormConstrainUnit 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 |
|---|---|---|---|---|
| hpnicfStormScalarGroup OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.66.1 | |||
| hpnicfStormTrapType OBJECT-TYPE 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. | 1.3.6.1.4.1.11.2.14.11.15.2.66.1.1 | INTEGER {broadcast(1), multicast(2), unicast(3)} | accessible-for-notify | current |
| hpnicfStormTrapThreshold 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.11.2.14.11.15.2.66.1.2 | Integer32 | accessible-for-notify | current |
| hpnicfStormTableGroup OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.66.2 | |||
| hpnicfStormCtrlTable OBJECT-TYPE A table containing configurations of storm-constrain. | 1.3.6.1.4.1.11.2.14.11.15.2.66.2.1 | not-accessible | current | |
| hpnicfStormCtrlEntry OBJECT-TYPE Detailed information of storm-constrain configurations. | 1.3.6.1.4.1.11.2.14.11.15.2.66.2.1.1 | not-accessible | current | |
| hpnicfStormCtrlPortStatus 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.11.2.14.11.15.2.66.2.1.1.1 | INTEGER {controlled(1), normal(2)} | read-only | current |
| hpnicfStormCtrlBroadcastUnit OBJECT-TYPE The unit of the broadcast flux. This value must be set together with hpnicfStormCtrlBroadcastUpper and hpnicfStormCtrlBroadcastLower. | 1.3.6.1.4.1.11.2.14.11.15.2.66.2.1.1.2 | HpnicfStormConstrainUnit | read-create | current |
| hpnicfStormCtrlBroadcastUpper OBJECT-TYPE The upper-limit of incoming broadcast taffic at a port within 1 second interval. Its unit depends on hpnicfStormCtrlBroadcastUnit value. | 1.3.6.1.4.1.11.2.14.11.15.2.66.2.1.1.3 | Integer32 | read-create | current |
| hpnicfStormCtrlBroadcastLower OBJECT-TYPE The lower-limit of incoming broadcast taffic at a port within 1 second interval. This value must be lower than hpnicfStormCtrlBroadcastUpper value. Its unit depends on hpnicfStormCtrlBroadcastUnit value. | 1.3.6.1.4.1.11.2.14.11.15.2.66.2.1.1.4 | Integer32 | read-create | current |
| hpnicfStormCtrlMulticastUnit OBJECT-TYPE The unit of the multicast flux. This value must be set together with hpnicfStormCtrlMulticastUpper and hpnicfStormCtrlMulticastLower. | 1.3.6.1.4.1.11.2.14.11.15.2.66.2.1.1.5 | HpnicfStormConstrainUnit | read-create | current |
| hpnicfStormCtrlMulticastUpper OBJECT-TYPE The upper-limit of incoming multicast taffic at a port within 1 second interval. Its unit depends on hpnicfStormCtrlMulticastUnit value. | 1.3.6.1.4.1.11.2.14.11.15.2.66.2.1.1.6 | Integer32 | read-create | current |
| hpnicfStormCtrlMulticastLower OBJECT-TYPE The lower-limit of incoming multicast taffic at a port within 1 second interval. This value must be lower than hpnicfStormCtrlMulticastUpper value. Its unit depends on hpnicfStormCtrlMulticastUnit value. | 1.3.6.1.4.1.11.2.14.11.15.2.66.2.1.1.7 | Integer32 | read-create | current |
| hpnicfStormCtrlUnicastUnit OBJECT-TYPE The unit of the unicast flux. This value must be set together with hpnicfStormCtrlUnicastUpper and hpnicfStormCtrlUnicastLower. | 1.3.6.1.4.1.11.2.14.11.15.2.66.2.1.1.8 | HpnicfStormConstrainUnit | read-create | current |
| hpnicfStormCtrlUnicastUpper OBJECT-TYPE The upper-limit of incoming unicast taffic at a port within 1 second interval. Its unit depends on hpnicfStormCtrlUnicastUnit value. | 1.3.6.1.4.1.11.2.14.11.15.2.66.2.1.1.9 | Integer32 | read-create | current |
| hpnicfStormCtrlUnicastLower OBJECT-TYPE The lower-limit of incoming unicast taffic at a port within 1 second interval. This value must be lower than hpnicfStormCtrlUnicastUpper value. Its unit depends on hpnicfStormCtrlUnicastUnit value. | 1.3.6.1.4.1.11.2.14.11.15.2.66.2.1.1.10 | Integer32 | read-create | current |
| hpnicfStormCtrlRowStatus 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.11.2.14.11.15.2.66.2.1.1.11 | RowStatus | read-create | current |
| hpnicfStormCtrlPortMode OBJECT-TYPE The storm control mode of the port. | 1.3.6.1.4.1.11.2.14.11.15.2.66.2.1.1.12 | INTEGER {none(1), block(2), shutdown(3)} | read-create | current |
| hpnicfStormNotifications OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.66.3 |
Notifications
| Name | OID | Status |
|---|---|---|
| hpnicfStormRising 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.11.2.14.11.15.2.66.3.1 | current |
| hpnicfStormFalling 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.11.2.14.11.15.2.66.3.2 | current |