MIB Viewer

ELTEX-MES-STORMCTRL-MIB

20 objects
This private MIB module defines Eltex's private storm-control MIBs.
Imported Objects
ELTEX-MESeltMes
IF-MIBInterfaceIndex
SNMPv2-SMIMODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE
SNMPv2-TCTruthValue
OIDNameAccessStatusDescription
1.3.6.1.4.1.35265.1.23.77IdentityeltMesStormCtrlThis private MIB module defines Eltex's private storm-control MIBs.
1.3.6.1.4.1.35265.1.23.77.0NodeeltMesStormCtrlMIBNotifs
1.3.6.1.4.1.35265.1.23.77.0.1NotificationeltStormCtrlStatusChangeNotifcurrentTrap indicating that storm event is detected or cleared.
1.3.6.1.4.1.35265.1.23.77.1NodeeltMesStormCtrlMIBObjects
1.3.6.1.4.1.35265.1.23.77.1.1NodeeltMesStormCtrlConfig
1.3.6.1.4.1.35265.1.23.77.1.1.1ScalareltStormCtrlConfigStatusChangeNotifread-writecurrentThis variable indicates whether the system produces the eltStormCtrlStatusChangeNotif.
1.3.6.1.4.1.35265.1.23.77.1.1.2TableeltStormCtrlConfigTablenot-accessiblecurrentA table of storm control configuration entries.
1.3.6.1.4.1.35265.1.23.77.1.1.2.1RoweltStormCtrlConfigEntrynot-accessiblecurrentStorm control configuration entries, one per interface and traffic type.
1.3.6.1.4.1.35265.1.23.77.1.1.2.1.1ColumneltStormCtrlTrafficLoggingread-writecurrentThis variable indicates whether the system logging storm events on the interface to particular traffic type.
1.3.6.1.4.1.35265.1.23.77.1.1.2.1.2ColumneltStormCtrlActionread-writecurrentThis variable indicates which action will be used in case of storm.
1.3.6.1.4.1.35265.1.23.77.1.2NodeeltMesStormCtrlStatus
1.3.6.1.4.1.35265.1.23.77.1.2.1TableeltStormCtrlStatusTablenot-accessiblecurrentA table of storm control status entries.
1.3.6.1.4.1.35265.1.23.77.1.2.1.1RoweltStormCtrlStatusEntrynot-accessiblecurrentStorm control status entries, one per interface and traffic type.
1.3.6.1.4.1.35265.1.23.77.1.2.1.1.1ColumneltStormCtrlIfIndexread-onlycurrentInterface index.
1.3.6.1.4.1.35265.1.23.77.1.2.1.1.2ColumneltStormCtrlTrafficTyperead-onlycurrentTraffic type.
1.3.6.1.4.1.35265.1.23.77.1.2.1.1.3ColumneltStormCtrlTrafficStatusread-onlycurrentThis object identifies the status of storm control.
Type Definitions
NameSyntaxStatusDescription
EltStormControlActionTypeINTEGER { filtering(1), shutdown(2) }currentType of action in case of storm. filtering - Filter broadcast traffic. shutdown - Shutdown this interface.
EltStormControlStatusTypeINTEGER { inactive(1), forwarding(2), trafficFiltered(3), shutdown(4) }currentThe current status of storm control on a given interface for a given traffic type. inactive - Storm control is not enabled. forwarding - Storm control is enabled. No storm event has been detected. trafficFiltered - Stor…
EltStormCtrlNotificationINTEGER { none(1), stormDetected(2), stormCleared(3), both(4) }currentIf the object is set to none(1), no notifications will be generated. A notification will be generated when a storm event is detected or cleared when the object is set to stormDetected(2) or stormCleared(3) respectively.…
EltStormCtrlTrafficTypeINTEGER { broadcast(1), multicast(2), unicast(3), all(4) }currentThe type of traffic.