All MIBs › ALVARION-DEVICE-MIB
Organization: Alvarion Ltd.
Last Updated: 2007-10-31
Category: Vendor: Alvarion
Description:
Base MIB for Alvarion wireless devices, supplying system identification, software version, and operational status objects.
Imported Objects
From ALVARION-SMI
| alvarionMgmtV2 | OBJECT-IDENTITY |
From ALVARION-TC
| AlvarionNotificationEnable |
From SNMPv2-CONF
| MODULE-COMPLIANCE | |
| NOTIFICATION-GROUP | |
| OBJECT-GROUP |
From SNMPv2-SMI
| Counter32 | |
| Integer32 | |
| IpAddress | |
| MODULE-IDENTITY | |
| NOTIFICATION-TYPE | |
| OBJECT-TYPE | |
| TimeTicks | |
| Unsigned32 |
From SNMPv2-TC
| DisplayString | |
| MacAddress |
What Is ALVARION-DEVICE-MIB?
ALVARION-DEVICE-MIB is a vendor-private base MIB from Alvarion covering common device-level management for its wireless broadband access equipment (subscriber units and base stations). It provides a device discovery table that catalogs each managed unit by serial number, MAC address, and IP address, alongside notification-enable objects for state changes, authorization failures, security failures, firmware failures, and configuration failures. This makes it explicitly useful for monitoring device software/firmware health and operational state: coDevDisState reports each device's current status, and the four failure-notification toggles govern whether the system alerts on firmware corruption, authentication problems, security violations, or configuration errors. The ALVARION-DEVICE-MIB MIB is typically the first module loaded when integrating a new Alvarion device family into a network management system, since it establishes the baseline device discovery and failure-notification framework other Alvarion MIBs build upon. It is a foundational MIB expected to be used alongside product-family-specific Alvarion MIBs that expose radio-level and interface statistics. It is typically deployed at a wireless ISP or WiMAX/point-to-multipoint network operations center managing a fleet of remote Alvarion radios.
IPNetwork Monitor allows you to monitor SNMP objects defined in ALVARION-DEVICE-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
What Can Be Monitored
- device discovery/inventory list
- device operational state
- authorization failure events
- security failure events
- firmware failure events
- configuration failure events
Supported Devices
- Alvarion wireless broadband/WiMAX subscriber unit or base station
Monitoring Examples
An operator would poll coDeviceDiscoveryTable and inspect each coDeviceDiscoveryEntry's coDevDisState alongside coDevDisSerialNumber and coDevDisIpAddress to confirm a remote subscriber unit is online and correctly provisioned. Enabling coDeviceFirmwareFailureNotificationEnabled ensures a trap fires if a firmware upgrade fails on a given unit, which is critical for fleets of devices upgraded remotely. A device dropping out of the discovery table or reporting a non-normal coDevDisState signals a connectivity or hardware problem in the field.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| alvarionDeviceMIB | 1.3.6.1.4.1.12394.1.10.5.23 | Alvarion Device MIB. | ||
| alvarionDeviceMIBObjects | 1.3.6.1.4.1.12394.1.10.5.23.1 | |||
| coDeviceConfigGroup | 1.3.6.1.4.1.12394.1.10.5.23.1.1 | |||
| ALV coDeviceStateChangeNotificationEnabled | 1.3.6.1.4.1.12394.1.10.5.23.1.1.1 | AlvarionNotificationEnable | read-write | Specifies if the coDeviceStateChangeNotification notification is generated. |
| ALV coDeviceAuthorizationFailureNotificationEnabled | 1.3.6.1.4.1.12394.1.10.5.23.1.1.2 | AlvarionNotificationEnable | read-write | Specifies if the coDeviceAuthorizationFailureNotification notification is generated. |
| ALV coDeviceSecurityFailureNotificationEnabled | 1.3.6.1.4.1.12394.1.10.5.23.1.1.3 | AlvarionNotificationEnable | read-write | Specifies if the coDeviceSecurityFailureNotification notification is generated. |
| ALV coDeviceFirmwareFailureNotificationEnabled | 1.3.6.1.4.1.12394.1.10.5.23.1.1.4 | AlvarionNotificationEnable | read-write | Specifies if the coDeviceFirmwareFailureNotification notification is generated. |
| ALV coDeviceConfigurationFailureNotificationEnabled | 1.3.6.1.4.1.12394.1.10.5.23.1.1.5 | AlvarionNotificationEnable | read-write | Specifies if the coDeviceConfigurationFailureNotification notification is generated. |
| coDeviceDiscoveryGroup | 1.3.6.1.4.1.12394.1.10.5.23.1.2 | |||
| coDeviceDiscoveryTable | 1.3.6.1.4.1.12394.1.10.5.23.1.2.1 | not-accessible | Device discovery attributes. | |
| coDeviceDiscoveryEntry | 1.3.6.1.4.1.12394.1.10.5.23.1.2.1.1 | not-accessible | An entry in the coDeviceDiscoveryTable. coDevDisIndex - Uniquely identifies a device on the MultiService Controller. | |
| I32 coDevDisIndex | 1.3.6.1.4.1.12394.1.10.5.23.1.2.1.1.1 | Integer32 | not-accessible | Specifies the index of the device. |
| STR coDevDisSerialNumber | 1.3.6.1.4.1.12394.1.10.5.23.1.2.1.1.2 | DisplayString | read-only | Device serial number. |
| MAC coDevDisMacAddress | 1.3.6.1.4.1.12394.1.10.5.23.1.2.1.1.3 | MacAddress | read-only | Ethernet MAC address of the device. |
| IP coDevDisIpAddress | 1.3.6.1.4.1.12394.1.10.5.23.1.2.1.1.4 | IpAddress | read-only | IP address of the device. |
| INT coDevDisState | 1.3.6.1.4.1.12394.1.10.5.23.1.2.1.1.5 | INTEGER | read-only | Device operational state. |
| STR coDevDisSystemName | 1.3.6.1.4.1.12394.1.10.5.23.1.2.1.1.6 | DisplayString | read-only | Name assigned to the device by the configuration tool. |
| STR coDevDisLocation | 1.3.6.1.4.1.12394.1.10.5.23.1.2.1.1.7 | DisplayString | read-only | Location assigned to the device by the configuration tool. |
| STR coDevDisContact | 1.3.6.1.4.1.12394.1.10.5.23.1.2.1.1.8 | DisplayString | read-only | Contact assigned to the device by the configuration tool. |
| STR coDevDisGroupName | 1.3.6.1.4.1.12394.1.10.5.23.1.2.1.1.9 | DisplayString | read-only | Identifies the group that the device belongs to. |
| C32 coDevDisConnectionTime | 1.3.6.1.4.1.12394.1.10.5.23.1.2.1.1.10 | Counter32 | read-only | Elapsed time in minutes since the device was last authorized. |
| coDeviceInformationGroup | 1.3.6.1.4.1.12394.1.10.5.23.1.3 | |||
| coDeviceInfoTable | 1.3.6.1.4.1.12394.1.10.5.23.1.3.1 | not-accessible | Device information attributes. | |
| coDeviceInfoEntry | 1.3.6.1.4.1.12394.1.10.5.23.1.3.1.1 | not-accessible | An entry in the coDeviceInfoTable. coDevDisIndex - Uniquely identifies a device on the MultiService Controller. | |
| OID coDevInfoProductType | 1.3.6.1.4.1.12394.1.10.5.23.1.3.1.1.1 | OBJECT IDENTIFIER | read-only | Refer to a Alvarion product inside alvarionProductsMIB. |
| STR coDevInfoProductName | 1.3.6.1.4.1.12394.1.10.5.23.1.3.1.1.2 | DisplayString | read-only | Alvarion product name for the device. |
| STR coDevInfoFirmwareRevision | 1.3.6.1.4.1.12394.1.10.5.23.1.3.1.1.3 | DisplayString | read-only | Revision number of the device firmware. |
| STR coDevInfoBootRevision | 1.3.6.1.4.1.12394.1.10.5.23.1.3.1.1.4 | DisplayString | read-only | Revision number of the device boot loader. |
| STR coDevInfoHardwareRevision | 1.3.6.1.4.1.12394.1.10.5.23.1.3.1.1.5 | DisplayString | read-only | Revision number of the system hardware. |
| coDeviceStatusGroup | 1.3.6.1.4.1.12394.1.10.5.23.1.4 | |||
| coDeviceStatusTable | 1.3.6.1.4.1.12394.1.10.5.23.1.4.1 | not-accessible | Device status attributes. | |
| coDeviceStatusEntry | 1.3.6.1.4.1.12394.1.10.5.23.1.4.1.1 | not-accessible | An entry in the coDeviceStatusTable. coDevDisIndex - Uniquely identifies a device on the MultiService Controller. | |
| TIK coDevStUpTime | 1.3.6.1.4.1.12394.1.10.5.23.1.4.1.1.1 | TimeTicks | read-only | Time elapsed after the device powered up. |
| U32 coDevStLoadAverage1Min | 1.3.6.1.4.1.12394.1.10.5.23.1.4.1.1.2 | Unsigned32 | read-only | Average number of processes running during the last minute. |
| U32 coDevStLoadAverage5Min | 1.3.6.1.4.1.12394.1.10.5.23.1.4.1.1.3 | Unsigned32 | read-only | Average number of processes running during the last 5 minutes. |
| U32 coDevStLoadAverage15Min | 1.3.6.1.4.1.12394.1.10.5.23.1.4.1.1.4 | Unsigned32 | read-only | Average number of processes running during the last 15 minutes. |
| U32 coDevStCpuUseNow | 1.3.6.1.4.1.12394.1.10.5.23.1.4.1.1.5 | Unsigned32 | read-only | Current CPU usage. |
| U32 coDevStCpuUse5Sec | 1.3.6.1.4.1.12394.1.10.5.23.1.4.1.1.6 | Unsigned32 | read-only | Average CPU usage during the last 5 seconds. |
| U32 coDevStCpuUse10Sec | 1.3.6.1.4.1.12394.1.10.5.23.1.4.1.1.7 | Unsigned32 | read-only | Average CPU usage during the last 10 seconds. |
| U32 coDevStCpuUse20Sec | 1.3.6.1.4.1.12394.1.10.5.23.1.4.1.1.8 | Unsigned32 | read-only | Average CPU usage during the last 20 seconds. |
| U32 coDevStRamTotal | 1.3.6.1.4.1.12394.1.10.5.23.1.4.1.1.9 | Unsigned32 | read-only | Total system RAM. |
| U32 coDevStRamFree | 1.3.6.1.4.1.12394.1.10.5.23.1.4.1.1.10 | Unsigned32 | read-only | Available system RAM. |
| U32 coDevStRamBuffer | 1.3.6.1.4.1.12394.1.10.5.23.1.4.1.1.11 | Unsigned32 | read-only | Memory used by the buffers. |
| U32 coDevStRamCached | 1.3.6.1.4.1.12394.1.10.5.23.1.4.1.1.12 | Unsigned32 | read-only | Memory used by the system cache. |
| U32 coDevStStorageUsePermanent | 1.3.6.1.4.1.12394.1.10.5.23.1.4.1.1.13 | Unsigned32 | read-only | Percentage of the permanent storage in use. |
| U32 coDevStStorageUseTemporary | 1.3.6.1.4.1.12394.1.10.5.23.1.4.1.1.14 | Unsigned32 | read-only | Percentage of the temporary storage in use. |
| alvarionDeviceMIBNotificationPrefix | 1.3.6.1.4.1.12394.1.10.5.23.2 | |||
| alvarionDeviceMIBNotifications | 1.3.6.1.4.1.12394.1.10.5.23.2.0 | |||
| NTF coDeviceStateChangeNotification | 1.3.6.1.4.1.12394.1.10.5.23.2.0.1 | A coDeviceStateChangeNotification trap signifies that the SNMP entity has detected a device state change. | ||
| NTF coDeviceAuthorizationFailureNotification | 1.3.6.1.4.1.12394.1.10.5.23.2.0.2 | A coDeviceAuthorizationFailureNotification trap signifies that the SNMP entity has detected a device authentication failure. | ||
| NTF coDeviceSecurityFailureNotification | 1.3.6.1.4.1.12394.1.10.5.23.2.0.3 | A coDeviceSecurityFailureNotification trap signifies that the SNMP entity has detected a device connection failure. | ||
| NTF coDeviceFirmwareFailureNotification | 1.3.6.1.4.1.12394.1.10.5.23.2.0.4 | A coDeviceFirmwareFailureNotification trap signifies that the SNMP entity has detected a device firmware failure. | ||
| NTF coDeviceConfigurationFailureNotification | 1.3.6.1.4.1.12394.1.10.5.23.2.0.5 | A coDeviceConfigurationFailureNotification trap signifies that the SNMP entity has detected a device configuration failure. | ||
| alvarionDeviceMIBConformance | 1.3.6.1.4.1.12394.1.10.5.23.3 | |||
| alvarionDeviceMIBCompliances | 1.3.6.1.4.1.12394.1.10.5.23.3.1 | |||
| alvarionDeviceMIBCompliance | 1.3.6.1.4.1.12394.1.10.5.23.3.1.1 | The compliance statement for the Device MIB. | ||
| alvarionDeviceMIBGroups | 1.3.6.1.4.1.12394.1.10.5.23.3.2 | |||
| alvarionDeviceConfigMIBGroup | 1.3.6.1.4.1.12394.1.10.5.23.3.2.1 | A collection of configuration objects. | ||
| alvarionDeviceDiscoveryMIBGroup | 1.3.6.1.4.1.12394.1.10.5.23.3.2.2 | A collection of objects for Device discovery status. | ||
| alvarionDeviceInformationMIBGroup | 1.3.6.1.4.1.12394.1.10.5.23.3.2.3 | A collection of objects for device configuration items. | ||
| alvarionDeviceStatusMIBGroup | 1.3.6.1.4.1.12394.1.10.5.23.3.2.4 | A collection of objects for device status. | ||
| alvarionDeviceNotificationGroup | 1.3.6.1.4.1.12394.1.10.5.23.3.2.5 | A collection of supported device notifications. |
FAQ
How does a WiMAX operator use ALVARION-DEVICE-MIB to keep track of remote Alvarion radios?
It provides a device discovery table cataloging each managed Alvarion subscriber unit or base station by serial number, MAC address, and IP address, plus an object (coDevDisState) reporting each device's current operational status. In a wireless ISP NOC managing a large fleet of remote radios, this gives a single place to inventory devices and check whether each one is currently reachable and functioning.
What kinds of failures can ALVARION-DEVICE-MIB alert on for Alvarion wireless equipment?
It defines four notification-enable toggles governing whether the device raises SNMP traps for authorization failures, security failures, firmware failures, and configuration failures. Enabling these lets a NOC get proactive alerts on things like firmware corruption or authentication problems on a remote base station, instead of only discovering the issue when a subscriber link drops.
RFC description
Alvarion wireless device base MIB providing system identification, software version, and operational status objects.
Start monitoring Alvarion (Cambium) wireless broadband access points/base stations (legacy) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.