MIB Viewer

DLINKSW-STORM-CTRL-MIB

34 objects
This MIB module defines objects for Storm Control
Imported Objects
DLINK-ID-REC-MIBdlinkIndustrialCommon
IF-MIBifIndex InterfaceIndex
SNMPv2-CONFMODULE-COMPLIANCE NOTIFICATION-GROUP OBJECT-GROUP
SNMPv2-SMIInteger32 MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE Unsigned32
OIDNameAccessStatusDescription
1.3.6.1.4.1.171.14.25IdentitydlinkSwStormCtrlMIBThis MIB module defines objects for Storm Control
1.3.6.1.4.1.171.14.25.0NodedStormCtrlMIBNotifications
1.3.6.1.4.1.171.14.25.0.1NotificationdStormCtrlOccurredcurrentThis trap is sent when dStormCtrlNotifyEnable is 'stormOccurred' or 'both' and a storm is detected.
1.3.6.1.4.1.171.14.25.0.2NotificationdStormCtrlStormClearedcurrentThis trap is sent when dStormCtrlNotifyEnable is 'stormCleared' or 'both' and a storm is cleared.
1.3.6.1.4.1.171.14.25.1NodedStormCtrlMIBObjects
1.3.6.1.4.1.171.14.25.1.1NodedStormCtrlGentrl
1.3.6.1.4.1.171.14.25.1.1.1ScalardStormCtrlNotifyEnableread-writecurrentThis 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)…
1.3.6.1.4.1.171.14.25.1.1.2ScalardStormCtrlPollingIntervalread-writecurrentThe interval, in seconds, the switch detects the storm.
1.3.6.1.4.1.171.14.25.1.1.3ScalardStormCtrlPollingRetriesread-writecurrentSpecify the retry count. If the action is configured as 'shutdown' mode and storm keep as long as interval * retries, the port will enters error-disabled state…
1.3.6.1.4.1.171.14.25.1.2TabledStormCtrlThresholdTablenot-accessiblecurrentA table consists of a list of interface-specific threshold configuration for storm control.
1.3.6.1.4.1.171.14.25.1.2.1RowdStormCtrlThresholdEntrynot-accessiblecurrentAn entry presents threshold configuration on an interface.
1.3.6.1.4.1.171.14.25.1.2.1.1ColumndStormCtrlTrafficTypenot-accessiblecurrentThis object indicates the traffic type of the entry.
1.3.6.1.4.1.171.14.25.1.2.1.2ColumndStormCtrlThresholdTyperead-createcurrentThis object indicates the threshold type of the entry.
1.3.6.1.4.1.171.14.25.1.2.1.3ColumndStormCtrlRiseThresholdValueread-createcurrentSpecifies the rise threshold value of the entry. A special value of -1 indicates the storm control of the corresponding traffic type is not enabled on that int…
1.3.6.1.4.1.171.14.25.1.2.1.4ColumndStormCtrlLowThresholdValueread-createcurrentSpecifies the low level threshold. A special value of -1 indicates low level is not specified. The default value will be 80% of the value of the corresponding …
1.3.6.1.4.1.171.14.25.1.3TabledStormCtrlIfTablenot-accessiblecurrentA table consists of a list of interface-specific configuration for storm control.
1.3.6.1.4.1.171.14.25.1.3.1RowdStormCtrlIfEntrynot-accessiblecurrentAn entry presents storm control configuration on an interface.
1.3.6.1.4.1.171.14.25.1.3.1.1ColumndStormCtrlIfActionTyperead-writecurrentSpecify the action will be taken when storm occurs: none(1) - Not filter the storm packets. shutdown(2) - The storm-control shutdown the port when the rise thr…
1.3.6.1.4.1.171.14.25.1.4TabledStormCtrlTrafficInfoTablenot-accessiblecurrentA table consists of a list of status information for traffic types on interfaces. Only the interface/traffic-type on which the storm control is enabled will pr…
1.3.6.1.4.1.171.14.25.1.4.1RowdStormCtrlTrafficInfoEntrynot-accessiblecurrentAn entry presents the status of a traffic type on an interface.
1.3.6.1.4.1.171.14.25.1.4.1.1ColumndStormCtrlCurTrafficUnitTyperead-onlycurrentThis object indicates the current traffic unit of the entry.
1.3.6.1.4.1.171.14.25.1.4.1.2ColumndStormCtrlCurTrafficValueread-onlycurrentIndicating the current traffic value on the interface.
1.3.6.1.4.1.171.14.25.1.4.1.3ColumndStormCtrlTrafficInfoStatusread-onlycurrentThis object indicates the current status of storm control on a given interface for a given traffic type. forwarding(1): no storm event has been detected. dropp…
1.3.6.1.4.1.171.14.25.1.5NodedStormCtrlNotifyInfo
1.3.6.1.4.1.171.14.25.1.5.1ScalardStormCtrlNotifyTrafficTypeaccessible-for-notifycurrentThis object is used by dStormCtrlOccurred and dStormCtrlStormCleared to indicate the traffic type of the occurred storm.
1.3.6.1.4.1.171.14.25.2NodedStormCtrlMIBConformance
1.3.6.1.4.1.171.14.25.2.1NodedStormCtrlCompliances
1.3.6.1.4.1.171.14.25.2.1.1CompliancedStormCtrlCompliancecurrentThe compliance statement for entities which implement the DLINKSW-STORM-CTRL-MIB.
1.3.6.1.4.1.171.14.25.2.2NodedStormCtrlGroup
1.3.6.1.4.1.171.14.25.2.2.1GroupdStormCtrlBaiscGroupcurrentA collection of objects providing the information for storm control
1.3.6.1.4.1.171.14.25.2.2.2GroupdStormCtrlNotifyGroupcurrentThe collection of notifications used for storm control.
Type Definitions
NameSyntaxStatusDescription
DStormCtlThrTypeINTEGER { pps(1), kbps(2), percentage(3) }currentThe type of storm control threshold is configured on an interface. pps(1) - the threshold is configured as packet count per second. kbps(2) - the threshold is configured as a rate of bits per second. percentage(3) - the…
DStormCtlThrTypeValueInteger32currentDenotes a generic threshold value. A DStormCtlThrTypeValue value is always interpreted within the context of a DStormCtlThrType value. Every usage of the DStormCtlThrTypeValue textual convention is required to specify t…
DStormCtlTrafficTypeINTEGER { broadcast(1), multicast(2), unicast(3) }currentThe type of storm control traffic type. broadcast(1) - broadcast storm. multicast(2) - including unknown L2 multicast, known L2 multicast, unknown IP multicast and known IP multicast. unicast(3) - when the action is con…