PKT-STORM-CTRL-MIB: View SNMP OID List / Download MIB

VENDOR: D-LINK


 Home MIB: PKT-STORM-CTRL-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
 swPktStormMIB 1.3.6.1.4.1.171.12.25
The Structure of packet storm control management for the proprietary enterprise.
       swPktStormCtrl 1.3.6.1.4.1.171.12.25.1
           swPktStormTrapCtrl 1.3.6.1.4.1.171.12.25.1.2 integer read-write
This object controls when a storm control notification will be generated. If the object is set to none (1): No notifications will be generated. stormOccurred(2): stormCleared(3):A notification will be generated when a storm event is detected or cleared respectively. both (4): A notification will be generated both when a storm event is detected and cleared. NOTE:The default value of this object is none(1). Enumeration: 'stormCleared': 3, 'none': 1, 'both': 4, 'stormOccurred': 2.
       swPktStormInfo 1.3.6.1.4.1.171.12.25.2
       swPktStormMgmt 1.3.6.1.4.1.171.12.25.3
           swPktStormCtrlTable 1.3.6.1.4.1.171.12.25.3.1 no-access
A table that contains information about packet storm control. A S/W mechanism is provided to monitor the traffic rate in addition to the H/W storm control mechanism. If the traffic rate is too high, this port will be shut down.
               swPktStormCtrlEntry 1.3.6.1.4.1.171.12.25.3.1.1 no-access
A list of information for each port of the device.
                   swPktStormCtrlPortIndex 1.3.6.1.4.1.171.12.25.3.1.1.1 integer read-only
This object indicates the device's port number.(1..Max port number in the device).It is used to specify a range of ports to be configured.
                   swPktStormCtrlthreshold 1.3.6.1.4.1.171.12.25.3.1.1.2 integer32 read-write
This object is the upper threshold at which the specified storm control will turn on.
                   swPktStormCtrlBroadcastStatus 1.3.6.1.4.1.171.12.25.3.1.1.3 integer read-write
This object indicates whether the broadcast storm control is enabled or disabled. Enumeration: 'disabled': 1, 'enabled': 2.
                   swPktStormCtrlMulticastStatus 1.3.6.1.4.1.171.12.25.3.1.1.4 integer read-write
This object indicates whether the multicast storm control is enabled or disabled. Enumeration: 'disabled': 1, 'enabled': 2.
                   swPktStormCtrlUnicastStatus 1.3.6.1.4.1.171.12.25.3.1.1.5 integer read-write
This object indicates whether the unicast (Destination Loopback Fail) storm control is enabled or disabled. Enumeration: 'disabled': 1, 'enabled': 2.
                   swPktStormCtrlActionStatus 1.3.6.1.4.1.171.12.25.3.1.1.6 integer read-write
There are two actions to take for storm control, shutdown and drop. The former is implemented in S/W, and the latter is implemented in H/W. If a user chooses shutdown, they will need to configure both the back_off and the time_interval. Enumeration: 'drop': 2, 'shutdown': 1.
                   swPktStormCtrlCountDown 1.3.6.1.4.1.171.12.25.3.1.1.7 integer read-write
If a packet storm has been encountered continuously on a given port for a long period of time (indicated by the value of this object), the port will be shut down forever until it's recovered manually.The range of the countdown time is 5 to 30 minutes. A user can configure the countdown to 0 to disable the function of shutdown forever. If this value is set from 1 to 4, a 'bad value' return code will be indicated
                   swPktStormCtrlTimeinterval 1.3.6.1.4.1.171.12.25.3.1.1.8 integer read-write
This object is the sampling interval of received packet counts. The possible value will be from 5 to 30 seconds.
       swPktStormNotify 1.3.6.1.4.1.171.12.25.5
           swPktStormNotifyPrefix 1.3.6.1.4.1.171.12.25.5.0
               swPktStormOccurred 1.3.6.1.4.1.171.12.25.5.0.1
This trap is sent when a packet storm is detected by a packet storm mechanism and a shutdown action is taken.
               swPktStormCleared 1.3.6.1.4.1.171.12.25.5.0.2
The trap is sent when the packet storm is cleared by the packet storm mechanism.