ELTEX-MES-STORMCTRL-MIB
20 objects
This private MIB module defines Eltex's private storm-control MIBs.
Imported Objects
| ELTEX-MES | eltMes |
| IF-MIB | InterfaceIndex |
| SNMPv2-SMI | MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE |
| SNMPv2-TC | TruthValue |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.35265.1.23.77 | IdentityeltMesStormCtrl | This private MIB module defines Eltex's private storm-control MIBs. | ||
| 1.3.6.1.4.1.35265.1.23.77.0 | NodeeltMesStormCtrlMIBNotifs | |||
| 1.3.6.1.4.1.35265.1.23.77.0.1 | NotificationeltStormCtrlStatusChangeNotif | current | Trap indicating that storm event is detected or cleared. | |
| 1.3.6.1.4.1.35265.1.23.77.1 | NodeeltMesStormCtrlMIBObjects | |||
| 1.3.6.1.4.1.35265.1.23.77.1.1 | NodeeltMesStormCtrlConfig | |||
| 1.3.6.1.4.1.35265.1.23.77.1.1.1 | ScalareltStormCtrlConfigStatusChangeNotif | read-write | current | This variable indicates whether the system produces the eltStormCtrlStatusChangeNotif. |
| 1.3.6.1.4.1.35265.1.23.77.1.1.2 | TableeltStormCtrlConfigTable | not-accessible | current | A table of storm control configuration entries. |
| 1.3.6.1.4.1.35265.1.23.77.1.1.2.1 | RoweltStormCtrlConfigEntry | not-accessible | current | Storm control configuration entries, one per interface and traffic type. |
| 1.3.6.1.4.1.35265.1.23.77.1.1.2.1.1 | ColumneltStormCtrlTrafficLogging | read-write | current | This 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.2 | ColumneltStormCtrlAction | read-write | current | This variable indicates which action will be used in case of storm. |
| 1.3.6.1.4.1.35265.1.23.77.1.2 | NodeeltMesStormCtrlStatus | |||
| 1.3.6.1.4.1.35265.1.23.77.1.2.1 | TableeltStormCtrlStatusTable | not-accessible | current | A table of storm control status entries. |
| 1.3.6.1.4.1.35265.1.23.77.1.2.1.1 | RoweltStormCtrlStatusEntry | not-accessible | current | Storm control status entries, one per interface and traffic type. |
| 1.3.6.1.4.1.35265.1.23.77.1.2.1.1.1 | ColumneltStormCtrlIfIndex | read-only | current | Interface index. |
| 1.3.6.1.4.1.35265.1.23.77.1.2.1.1.2 | ColumneltStormCtrlTrafficType | read-only | current | Traffic type. |
| 1.3.6.1.4.1.35265.1.23.77.1.2.1.1.3 | ColumneltStormCtrlTrafficStatus | read-only | current | This object identifies the status of storm control. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| EltStormControlActionType | INTEGER { filtering(1), shutdown(2) } | current | Type of action in case of storm. filtering - Filter broadcast traffic. shutdown - Shutdown this interface. |
| EltStormControlStatusType | INTEGER { inactive(1), forwarding(2), trafficFiltered(3), shutdown(4) } | current | The 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… |
| EltStormCtrlNotification | INTEGER { none(1), stormDetected(2), stormCleared(3), both(4) } | current | If 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.… |
| EltStormCtrlTrafficType | INTEGER { broadcast(1), multicast(2), unicast(3), all(4) } | current | The type of traffic. |