ALVARION-DEVICE-MIB

File: ALVARION-DEVICE-MIB.mib (20116 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
ALVARION-SMI ALVARION-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Integer32 Unsigned32 IpAddress
TimeTicks Counter32 DisplayString
MacAddress MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP alvarionMgmtV2 AlvarionNotificationEnable

Defined Types

CoDeviceDiscoveryEntry  
SEQUENCE    
  coDevDisIndex Integer32
  coDevDisSerialNumber DisplayString
  coDevDisMacAddress MacAddress
  coDevDisIpAddress IpAddress
  coDevDisState INTEGER
  coDevDisSystemName DisplayString
  coDevDisLocation DisplayString
  coDevDisContact DisplayString
  coDevDisGroupName DisplayString
  coDevDisConnectionTime Counter32

CoDeviceInfoEntry  
SEQUENCE    
  coDevInfoProductType OBJECT IDENTIFIER
  coDevInfoProductName DisplayString
  coDevInfoFirmwareRevision DisplayString
  coDevInfoBootRevision DisplayString
  coDevInfoHardwareRevision DisplayString

CoDeviceStatusEntry  
SEQUENCE    
  coDevStUpTime TimeTicks
  coDevStLoadAverage1Min Unsigned32
  coDevStLoadAverage5Min Unsigned32
  coDevStLoadAverage15Min Unsigned32
  coDevStCpuUseNow Unsigned32
  coDevStCpuUse5Sec Unsigned32
  coDevStCpuUse10Sec Unsigned32
  coDevStCpuUse20Sec Unsigned32
  coDevStRamTotal Unsigned32
  coDevStRamFree Unsigned32
  coDevStRamBuffer Unsigned32
  coDevStRamCached Unsigned32
  coDevStStorageUsePermanent Unsigned32
  coDevStStorageUseTemporary Unsigned32

Defined Values

alvarionDeviceMIB 1.3.6.1.4.1.12394.1.10.5.23
Alvarion Device MIB.
MODULE-IDENTITY    

alvarionDeviceMIBObjects 1.3.6.1.4.1.12394.1.10.5.23.1
OBJECT IDENTIFIER    

coDeviceConfigGroup 1.3.6.1.4.1.12394.1.10.5.23.1.1
OBJECT IDENTIFIER    

coDeviceDiscoveryGroup 1.3.6.1.4.1.12394.1.10.5.23.1.2
OBJECT IDENTIFIER    

coDeviceInformationGroup 1.3.6.1.4.1.12394.1.10.5.23.1.3
OBJECT IDENTIFIER    

coDeviceStatusGroup 1.3.6.1.4.1.12394.1.10.5.23.1.4
OBJECT IDENTIFIER    

coDeviceStateChangeNotificationEnabled 1.3.6.1.4.1.12394.1.10.5.23.1.1.1
Specifies if the coDeviceStateChangeNotification notification is generated.
Status: current Access: read-write
OBJECT-TYPE    
  AlvarionNotificationEnable  

coDeviceAuthorizationFailureNotificationEnabled 1.3.6.1.4.1.12394.1.10.5.23.1.1.2
Specifies if the coDeviceAuthorizationFailureNotification notification is generated.
Status: current Access: read-write
OBJECT-TYPE    
  AlvarionNotificationEnable  

coDeviceSecurityFailureNotificationEnabled 1.3.6.1.4.1.12394.1.10.5.23.1.1.3
Specifies if the coDeviceSecurityFailureNotification notification is generated.
Status: current Access: read-write
OBJECT-TYPE    
  AlvarionNotificationEnable  

coDeviceFirmwareFailureNotificationEnabled 1.3.6.1.4.1.12394.1.10.5.23.1.1.4
Specifies if the coDeviceFirmwareFailureNotification notification is generated.
Status: current Access: read-write
OBJECT-TYPE    
  AlvarionNotificationEnable  

coDeviceConfigurationFailureNotificationEnabled 1.3.6.1.4.1.12394.1.10.5.23.1.1.5
Specifies if the coDeviceConfigurationFailureNotification notification is generated.
Status: current Access: read-write
OBJECT-TYPE    
  AlvarionNotificationEnable  

coDeviceDiscoveryTable 1.3.6.1.4.1.12394.1.10.5.23.1.2.1
Device discovery attributes.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CoDeviceDiscoveryEntry

coDeviceDiscoveryEntry 1.3.6.1.4.1.12394.1.10.5.23.1.2.1.1
An entry in the coDeviceDiscoveryTable. coDevDisIndex - Uniquely identifies a device on the MultiService Controller.
Status: current Access: not-accessible
OBJECT-TYPE    
  CoDeviceDiscoveryEntry  

coDevDisIndex 1.3.6.1.4.1.12394.1.10.5.23.1.2.1.1.1
Specifies the index of the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

coDevDisSerialNumber 1.3.6.1.4.1.12394.1.10.5.23.1.2.1.1.2
Device serial number.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

coDevDisMacAddress 1.3.6.1.4.1.12394.1.10.5.23.1.2.1.1.3
Ethernet MAC address of the device.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

coDevDisIpAddress 1.3.6.1.4.1.12394.1.10.5.23.1.2.1.1.4
IP address of the device.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

coDevDisState 1.3.6.1.4.1.12394.1.10.5.23.1.2.1.1.5
Device operational state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disconnected(1), authorized(2), join(3), firmware(4), security(5), configuration(6), running(7)  

coDevDisSystemName 1.3.6.1.4.1.12394.1.10.5.23.1.2.1.1.6
Name assigned to the device by the configuration tool.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

coDevDisLocation 1.3.6.1.4.1.12394.1.10.5.23.1.2.1.1.7
Location assigned to the device by the configuration tool.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

coDevDisContact 1.3.6.1.4.1.12394.1.10.5.23.1.2.1.1.8
Contact assigned to the device by the configuration tool.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

coDevDisGroupName 1.3.6.1.4.1.12394.1.10.5.23.1.2.1.1.9
Identifies the group that the device belongs to.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

coDevDisConnectionTime 1.3.6.1.4.1.12394.1.10.5.23.1.2.1.1.10
Elapsed time in minutes since the device was last authorized.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

coDeviceInfoTable 1.3.6.1.4.1.12394.1.10.5.23.1.3.1
Device information attributes.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CoDeviceInfoEntry

coDeviceInfoEntry 1.3.6.1.4.1.12394.1.10.5.23.1.3.1.1
An entry in the coDeviceInfoTable. coDevDisIndex - Uniquely identifies a device on the MultiService Controller.
Status: current Access: not-accessible
OBJECT-TYPE    
  CoDeviceInfoEntry  

coDevInfoProductType 1.3.6.1.4.1.12394.1.10.5.23.1.3.1.1.1
Refer to a Alvarion product inside alvarionProductsMIB.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

coDevInfoProductName 1.3.6.1.4.1.12394.1.10.5.23.1.3.1.1.2
Alvarion product name for the device.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

coDevInfoFirmwareRevision 1.3.6.1.4.1.12394.1.10.5.23.1.3.1.1.3
Revision number of the device firmware.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

coDevInfoBootRevision 1.3.6.1.4.1.12394.1.10.5.23.1.3.1.1.4
Revision number of the device boot loader.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

coDevInfoHardwareRevision 1.3.6.1.4.1.12394.1.10.5.23.1.3.1.1.5
Revision number of the system hardware.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

coDeviceStatusTable 1.3.6.1.4.1.12394.1.10.5.23.1.4.1
Device status attributes.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CoDeviceStatusEntry

coDeviceStatusEntry 1.3.6.1.4.1.12394.1.10.5.23.1.4.1.1
An entry in the coDeviceStatusTable. coDevDisIndex - Uniquely identifies a device on the MultiService Controller.
Status: current Access: not-accessible
OBJECT-TYPE    
  CoDeviceStatusEntry  

coDevStUpTime 1.3.6.1.4.1.12394.1.10.5.23.1.4.1.1.1
Time elapsed after the device powered up.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

coDevStLoadAverage1Min 1.3.6.1.4.1.12394.1.10.5.23.1.4.1.1.2
Average number of processes running during the last minute.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

coDevStLoadAverage5Min 1.3.6.1.4.1.12394.1.10.5.23.1.4.1.1.3
Average number of processes running during the last 5 minutes.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

coDevStLoadAverage15Min 1.3.6.1.4.1.12394.1.10.5.23.1.4.1.1.4
Average number of processes running during the last 15 minutes.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

coDevStCpuUseNow 1.3.6.1.4.1.12394.1.10.5.23.1.4.1.1.5
Current CPU usage.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

coDevStCpuUse5Sec 1.3.6.1.4.1.12394.1.10.5.23.1.4.1.1.6
Average CPU usage during the last 5 seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

coDevStCpuUse10Sec 1.3.6.1.4.1.12394.1.10.5.23.1.4.1.1.7
Average CPU usage during the last 10 seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

coDevStCpuUse20Sec 1.3.6.1.4.1.12394.1.10.5.23.1.4.1.1.8
Average CPU usage during the last 20 seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

coDevStRamTotal 1.3.6.1.4.1.12394.1.10.5.23.1.4.1.1.9
Total system RAM.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

coDevStRamFree 1.3.6.1.4.1.12394.1.10.5.23.1.4.1.1.10
Available system RAM.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

coDevStRamBuffer 1.3.6.1.4.1.12394.1.10.5.23.1.4.1.1.11
Memory used by the buffers.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

coDevStRamCached 1.3.6.1.4.1.12394.1.10.5.23.1.4.1.1.12
Memory used by the system cache.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

coDevStStorageUsePermanent 1.3.6.1.4.1.12394.1.10.5.23.1.4.1.1.13
Percentage of the permanent storage in use.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

coDevStStorageUseTemporary 1.3.6.1.4.1.12394.1.10.5.23.1.4.1.1.14
Percentage of the temporary storage in use.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

alvarionDeviceMIBNotificationPrefix 1.3.6.1.4.1.12394.1.10.5.23.2
OBJECT IDENTIFIER    

alvarionDeviceMIBNotifications 1.3.6.1.4.1.12394.1.10.5.23.2.0
OBJECT IDENTIFIER    

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.
Status: current Access: read-only
NOTIFICATION-TYPE    

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.
Status: current Access: read-only
NOTIFICATION-TYPE    

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.
Status: current Access: read-only
NOTIFICATION-TYPE    

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.
Status: current Access: read-only
NOTIFICATION-TYPE    

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.
Status: current Access: read-only
NOTIFICATION-TYPE    

alvarionDeviceMIBConformance 1.3.6.1.4.1.12394.1.10.5.23.3
OBJECT IDENTIFIER    

alvarionDeviceMIBCompliances 1.3.6.1.4.1.12394.1.10.5.23.3.1
OBJECT IDENTIFIER    

alvarionDeviceMIBGroups 1.3.6.1.4.1.12394.1.10.5.23.3.2
OBJECT IDENTIFIER    

alvarionDeviceMIBCompliance 1.3.6.1.4.1.12394.1.10.5.23.3.1.1
The compliance statement for the Device MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

alvarionDeviceConfigMIBGroup 1.3.6.1.4.1.12394.1.10.5.23.3.2.1
A collection of configuration objects.
Status: current Access: read-only
OBJECT-GROUP    

alvarionDeviceDiscoveryMIBGroup 1.3.6.1.4.1.12394.1.10.5.23.3.2.2
A collection of objects for Device discovery status.
Status: current Access: read-only
OBJECT-GROUP    

alvarionDeviceInformationMIBGroup 1.3.6.1.4.1.12394.1.10.5.23.3.2.3
A collection of objects for device configuration items.
Status: current Access: read-only
OBJECT-GROUP    

alvarionDeviceStatusMIBGroup 1.3.6.1.4.1.12394.1.10.5.23.3.2.4
A collection of objects for device status.
Status: current Access: read-only
OBJECT-GROUP    

alvarionDeviceNotificationGroup 1.3.6.1.4.1.12394.1.10.5.23.3.2.5
A collection of supported device notifications.
Status: current Access: read-only
NOTIFICATION-GROUP