HPN-ICF-STORM-CONSTRAIN-MIB: View SNMP OID List / Download MIB

VENDOR: HEWLETT-PACKARD


 Home MIB: HPN-ICF-STORM-CONSTRAIN-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 hpnicfStormConstrain 1.3.6.1.4.1.11.2.14.11.15.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.
       hpnicfStormScalarGroup 1.3.6.1.4.1.11.2.14.11.15.2.66.1
           hpnicfStormTrapType 1.3.6.1.4.1.11.2.14.11.15.2.66.1.1 integer no-access
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. Enumeration: 'broadcast': 1, 'unicast': 3, 'multicast': 2.
           hpnicfStormTrapThreshold 1.3.6.1.4.1.11.2.14.11.15.2.66.1.2 integer32 no-access
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.
       hpnicfStormTableGroup 1.3.6.1.4.1.11.2.14.11.15.2.66.2
           hpnicfStormCtrlTable 1.3.6.1.4.1.11.2.14.11.15.2.66.2.1 no-access
A table containing configurations of storm-constrain.
               hpnicfStormCtrlEntry 1.3.6.1.4.1.11.2.14.11.15.2.66.2.1.1 no-access
Detailed information of storm-constrain configurations.
                   hpnicfStormCtrlPortStatus 1.3.6.1.4.1.11.2.14.11.15.2.66.2.1.1.1 integer read-only
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. Enumeration: 'controlled': 1, 'normal': 2.
                   hpnicfStormCtrlBroadcastUnit 1.3.6.1.4.1.11.2.14.11.15.2.66.2.1.1.2 hpnicfstormconstrainunit read-only
The unit of the broadcast flux. This value must be set together with hpnicfStormCtrlBroadcastUpper and hpnicfStormCtrlBroadcastLower.
                   hpnicfStormCtrlBroadcastUpper 1.3.6.1.4.1.11.2.14.11.15.2.66.2.1.1.3 integer32 read-only
The upper-limit of incoming broadcast taffic at a port within 1 second interval. Its unit depends on hpnicfStormCtrlBroadcastUnit value.
                   hpnicfStormCtrlBroadcastLower 1.3.6.1.4.1.11.2.14.11.15.2.66.2.1.1.4 integer32 read-only
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.
                   hpnicfStormCtrlMulticastUnit 1.3.6.1.4.1.11.2.14.11.15.2.66.2.1.1.5 hpnicfstormconstrainunit read-only
The unit of the multicast flux. This value must be set together with hpnicfStormCtrlMulticastUpper and hpnicfStormCtrlMulticastLower.
                   hpnicfStormCtrlMulticastUpper 1.3.6.1.4.1.11.2.14.11.15.2.66.2.1.1.6 integer32 read-only
The upper-limit of incoming multicast taffic at a port within 1 second interval. Its unit depends on hpnicfStormCtrlMulticastUnit value.
                   hpnicfStormCtrlMulticastLower 1.3.6.1.4.1.11.2.14.11.15.2.66.2.1.1.7 integer32 read-only
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.
                   hpnicfStormCtrlUnicastUnit 1.3.6.1.4.1.11.2.14.11.15.2.66.2.1.1.8 hpnicfstormconstrainunit read-only
The unit of the unicast flux. This value must be set together with hpnicfStormCtrlUnicastUpper and hpnicfStormCtrlUnicastLower.
                   hpnicfStormCtrlUnicastUpper 1.3.6.1.4.1.11.2.14.11.15.2.66.2.1.1.9 integer32 read-only
The upper-limit of incoming unicast taffic at a port within 1 second interval. Its unit depends on hpnicfStormCtrlUnicastUnit value.
                   hpnicfStormCtrlUnicastLower 1.3.6.1.4.1.11.2.14.11.15.2.66.2.1.1.10 integer32 read-only
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.
                   hpnicfStormCtrlRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.66.2.1.1.11 rowstatus read-only
This object is responsible for managing the creation, deletion and modification of rows, which supports active status and CreatAndGo, destroy operation.
                   hpnicfStormCtrlPortMode 1.3.6.1.4.1.11.2.14.11.15.2.66.2.1.1.12 integer read-only
The storm control mode of the port. Enumeration: 'none': 1, 'shutdown': 3, 'block': 2.
       hpnicfStormNotifications 1.3.6.1.4.1.11.2.14.11.15.2.66.3
           hpnicfStormRising 1.3.6.1.4.1.11.2.14.11.15.2.66.3.1
This trap message is generated when any type of the flux exceeds its upper limit on a port.
           hpnicfStormFalling 1.3.6.1.4.1.11.2.14.11.15.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.