TELESTE-COMMON-MIB

File: TELESTE-COMMON-MIB.mib (48805 bytes)

Imported modules

RFC-1212 RFC1155-SMI RFC1213-MIB
TELESTE-ROOT-MIB

Imported symbols

OBJECT-TYPE IpAddress Counter
DisplayString common TPhysAddress
Uint16 DateAndTime

Defined Types

ControlTrapReceiverEntry  
SEQUENCE    
  receiverEntryId INTEGER
  receiverAddress IpAddress
  receiverPort INTEGER
  receiverCommunity DisplayString

ProductKeyEntry  
SEQUENCE    
  productKeyIndex INTEGER
  productKeyValue OCTET STRING
  productKeyMask OCTET STRING
  productKeyStatus INTEGER
  productKeyCipher INTEGER
  productKeyNumberOfFeatures INTEGER

ProductKeyFeatureEntry  
SEQUENCE    
  productKeyFeatureIndex INTEGER
  productKeyFeatureName OCTET STRING
  productKeyFeatureEnable INTEGER
  productKeyFeatureExpirationTime INTEGER

ModuleEntry  
SEQUENCE    
  moduleId INTEGER
  moduleName DisplayString
  moduleHwType DisplayString
  moduleRackNo INTEGER
  moduleSlotNo INTEGER

ModuleDetailEntry  
SEQUENCE    
  moduleMacAddress TPhysAddress
  moduleBusAddress INTEGER
  moduleAppDate DateAndTime
  moduleAppVersion DisplayString
  moduleBiosDate DateAndTime
  moduleBiosVersion DisplayString
  moduleHwSerialNumber DisplayString
  moduleHwVersion DisplayString

ModuleStatusEntry  
SEQUENCE    
  statusResetCause INTEGER
  statusRunningSwImage INTEGER
  statusInternalTemperature INTEGER
  statusLidStatus INTEGER
  statusRestartCounter Counter

ModuleControlEntry  
SEQUENCE    
  controlLedUsage INTEGER
  controlMarkState INTEGER
  controlReset INTEGER
  controlTempLimitHiHi INTEGER
  controlTempLimitHi INTEGER
  controlTempLimitLo INTEGER
  controlTempLimitLoLo INTEGER
  controlTempDeadBand INTEGER
  controlInternalAppAccess INTEGER
  controlLocalAccess INTEGER

ModuleSWUpdateEntry  
SEQUENCE    
  sWUpdateControl INTEGER
  swUpdateURL DisplayString
  sWUpdateFileName DisplayString
  sWUpdateStatus DisplayString

ModuleSizeOfEntry  
SEQUENCE    
  sizeOfRegistry INTEGER
  sizeOfRepairlog INTEGER
  sizeOfNotebook INTEGER

ModuleRegistryEntry  
SEQUENCE    
  regIndex INTEGER
  regName DisplayString
  regValue DisplayString

ModuleRepairLogEntry  
SEQUENCE    
  repairIndex INTEGER
  repairDate DisplayString
  repairReasonCode OCTET STRING
  repairNameCode OCTET STRING
  repairComment DisplayString

ModuleNotebookEntry  
SEQUENCE    
  notebookLineNumber INTEGER
  notebookLineText OCTET STRING

Defined Values

element 1.3.6.1.4.1.3715.99.1
OBJECT IDENTIFIER    

elementInformation 1.3.6.1.4.1.3715.99.1.1
OBJECT IDENTIFIER    

elementName 1.3.6.1.4.1.3715.99.1.1.1
This is the logical name of the controlling module of the network element. The name may or may not be the same as the module's name in the moduleTable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

elementStructure 1.3.6.1.4.1.3715.99.1.1.2
This object tells whether the device is a single compact device or a modular device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), compact(2), modular(3)  

elementConfigChangeCode 1.3.6.1.4.1.3715.99.1.1.3
This object is an indicator about changes in the network element configuration. How the value is formed is device dependent. It can be a counter, a checksum of the device configuration parameters, a DateAndTime type variable or even SysUptime, if no other information is available. DateAndTime is the recommended value. This object is intended to permit a management application to maintain configuration (including moduleTable) syncronization with the agent.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER  

elementResetCount 1.3.6.1.4.1.3715.99.1.1.4
Total number of software resets during the device's life time.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER  

elementTotalUpTime 1.3.6.1.4.1.3715.99.1.1.5
The total uptime the device (software) has been running. Unit 1 day.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

elementLatitude 1.3.6.1.4.1.3715.99.1.1.6
Device latitude coordinate. Unit 0.00001 degrees.
Status: optional Access: read-write
OBJECT-TYPE    
  INTEGER  

elementLongitude 1.3.6.1.4.1.3715.99.1.1.7
Device longitude coordinate. Unit 0.00001 degrees.
Status: optional Access: read-write
OBJECT-TYPE    
  INTEGER  

elementAltitude 1.3.6.1.4.1.3715.99.1.1.8
Device altitude coordinate. Unit 1 metre.
Status: optional Access: read-write
OBJECT-TYPE    
  INTEGER  

elementStatus 1.3.6.1.4.1.3715.99.1.2
OBJECT IDENTIFIER    

statusGeneral 1.3.6.1.4.1.3715.99.1.2.1
A number stating the general status of the element. Values: 1 = Normal 2 = At least one Notification is active 3 = At least one Warning is active 4 = At least one Alarm is active If the element has more than one state active, then the state with the highest value is returned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), notification(2), warning(3), alarm(4)  

statusBusMaster 1.3.6.1.4.1.3715.99.1.2.2
A number stating the Bus Master status of the NE. Values: 1 = The NE is a slave-only device 2 = The NE is configured as slave 3 = The NE is configured as master but is currently slave because a stronger master is on the bus 4 = The NE is currently the bus master
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER slaveOnly(1), configuredSlave(2), currentlySlave(3), currentlyMaster(4)  

statusLmt 1.3.6.1.4.1.3715.99.1.2.3
A number telling if the Local Management Terminal (LMT) is connected to the element. Values: 1 = The element does not have an LMT interface 2 = The element can not detect if an LMT is connected 3 = The element has not detected a connected LMT 4 = The element has detected a connected LMT Note! Applies only to fysically point-to-point connected LMT's to device, not via bus ot other shared medias.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER noLmtInterface(1), stateUnknown(2), notConnected(3), connected(4)  

statusLid 1.3.6.1.4.1.3715.99.1.2.4
Element lid status: 1 = no lid (no lid sensor is available) 2 = lid is closed 3 = lid is open
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER noLid(1), closed(2), open(3)  

statusTemperature 1.3.6.1.4.1.3715.99.1.2.5
Element temperature status: 1 = normal 2 = HIHI 3 = Hi 4 = Lo 5 = LOLO
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER tempNormal(1), tempHIHI(2), tempHi(3), tempLo(4), tempLOLO(5)  

statusFan 1.3.6.1.4.1.3715.99.1.2.6
A common status object for all fans in the device. fanNormal(1) = all fans operate normally fanFailure(2) = at least one fan has a failure
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER fanNormal(1), fanFailure(2)  

statusHardware 1.3.6.1.4.1.3715.99.1.2.7
Device hardware status: hwNormal(1) = the hardware operates normally hwFailure(2) = a hardware failure is detected
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER hwNormal(1), hwFailure(2)  

statusSoftware 1.3.6.1.4.1.3715.99.1.2.8
Device software status: swNormal(1) = the software operates normally swFailure(2) = a software failure is detected swMissing(3) = the software or firmware is missing sw(Initialising(4) = the software is initialising
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER swNormal(1), swFailure(2), swMissing(3), swInitialising(4)  

statusSettings 1.3.6.1.4.1.3715.99.1.2.9
Status of device settings: settingsStable(1) = settings are stable settingsChanged(2) = settings have been (recently) changed settingsNotAvailable(3) = settings status is not available The value should stay in value 2 only a predefined time, e.g. 60 seconds or the time it takes until the settings are written into non-volatile memory.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER settingsStable(1), settingsChanged(2), settingsNotAvailable(3)  

elementControl 1.3.6.1.4.1.3715.99.1.3
OBJECT IDENTIFIER    

controlResetElement 1.3.6.1.4.1.3715.99.1.3.1
On write requests this object commands the module to reset itself. If softReset(3) or hardReset(2) can not be performed, then BAD VALUE error is returned. On read requests value noReset(1) is returned.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER noReset(1), hardReset(2), softReset(3)  

controlBusMasterAdminState 1.3.6.1.4.1.3715.99.1.3.2
This object tells whether the element is configured as a bus master or not. Only relevant for bus master type of elements. Others return no(2).
Status: optional Access: read-write
OBJECT-TYPE    
  INTEGER master(1), slave(2)  

controlAlarmDetection 1.3.6.1.4.1.3715.99.1.3.3
This variable is used to disable or enable the element alarm checking. When disabled(1), the element will not check any alarms (or send traps). Default value is enabled(2). Note: This variable must be consistent with commonAlarmDetectionControl in SCTE-HMS-COMMON-MIB, if that is implemented.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2), restart(3)  

controlMaxNumberTrapReceivers 1.3.6.1.4.1.3715.99.1.3.4
Number of entries in the elementTrapReceiverTable. At least one trap entry must be supported.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

controlTrapReceiverTable 1.3.6.1.4.1.3715.99.1.3.5
A table of manager trap receiver addresses, ports and communities. Total number of entries can not exceed elementNumberTrapReceivers. An entry is deleted from this table by setting its IP address to '0.0.0.0'. Note: one of the community strings must match to commonTrapCommunityString in SCTE-HMS-COMMON-MIB, if that is implemented.
Status: optional Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ControlTrapReceiverEntry

controlTrapReceiverEntry 1.3.6.1.4.1.3715.99.1.3.5.1
Tok_String
Status: optional Access: not-accessible
OBJECT-TYPE    
  ControlTrapReceiverEntry  

receiverEntryId 1.3.6.1.4.1.3715.99.1.3.5.1.1
Unique table index. Makes possible to have several ip-address of 0.0.0.0 entries so that no mechanism for row manipulation of table is needed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

receiverAddress 1.3.6.1.4.1.3715.99.1.3.5.1.2
Ip address of the manager receiving Traps.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

receiverPort 1.3.6.1.4.1.3715.99.1.3.5.1.3
Trap UDP port number. Default port is the standard trap port 162.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

receiverCommunity 1.3.6.1.4.1.3715.99.1.3.5.1.4
Community string for the trap receiver. The agent is allowed to limit the length of the string. Minimum length of eight characters must be supported. Note: one of the community strings must match to commonTrapCommunityString in SCTE-HMS-COMMON-MIB, if that is implemented.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

controlTrapSending 1.3.6.1.4.1.3715.99.1.3.6
Enables/disables trap sending. 1 = traps enabled 2 = traps disabled
Status: optional Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

controlTrapInterval 1.3.6.1.4.1.3715.99.1.3.7
The minimum interval between traps. - Unit 10 milliseconds - Minimum value 0 (send as fast as possible) - Maximum value 1000 (10 seconds) - Default value is 100 (1 second)
Status: optional Access: read-write
OBJECT-TYPE    
  INTEGER  

controlTrapLifeTime 1.3.6.1.4.1.3715.99.1.3.8
The maximum time a trap stays in the trap queue waiting for sending. - Unit 1 second. - Minimum value 10 - Maximum value 300 - Default value 60
Status: optional Access: read-write
OBJECT-TYPE    
  INTEGER  

controlAlarmOnDelay 1.3.6.1.4.1.3715.99.1.3.9
The minimum time an object's alarm/warning condition must exist before it is recorded as an alarm/warning. Common to all alarms/warnings - Unit 10 ms - Minimum value 10 (100 ms) - Maximum value 6000 (60 seconds) - Default value 100 (1 second)
Status: optional Access: read-write
OBJECT-TYPE    
  INTEGER  

controlAlarmOffDelay 1.3.6.1.4.1.3715.99.1.3.10
The minimum time an alarm/warning entry stays active after the object has reached it's normal condition. Common to all alarms/warnings. - Unit 10 ms - Minimum value 10 (100 ms) - Maximum value 6000 (60 seconds) - default value 100 (1 second)
Status: optional Access: read-write
OBJECT-TYPE    
  INTEGER  

controlTrapDelay 1.3.6.1.4.1.3715.99.1.3.11
The time before a trap is sent after an alarm is detected. - Unit 10 ms - Minimum value 10 (100 ms) - Maximum value 6000 (60 seconds) - Default value 500 (5 seconds) This parameter can be used to control alarm storms e.g. in an amplifier cascade by using a different value in each amplifier.
Status: optional Access: read-write
OBJECT-TYPE    
  INTEGER  

elementProductKey 1.3.6.1.4.1.3715.99.1.4
OBJECT IDENTIFIER    

productKeyNumberOfKeys 1.3.6.1.4.1.3715.99.1.4.4
Number of product keys supported by the device.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER  

productKeyTable 1.3.6.1.4.1.3715.99.1.4.5
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ProductKeyEntry

productKeyEntry 1.3.6.1.4.1.3715.99.1.4.5.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ProductKeyEntry  

productKeyIndex 1.3.6.1.4.1.3715.99.1.4.5.1.1
Product key index.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..16  

productKeyValue 1.3.6.1.4.1.3715.99.1.4.5.1.2
Product key value.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

productKeyMask 1.3.6.1.4.1.3715.99.1.4.5.1.3
Product key mask.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

productKeyStatus 1.3.6.1.4.1.3715.99.1.4.5.1.4
Product key status: 1(keyInvalid) = the key is invalid or missing 2(keyValid) = the key is valid
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER keyInvalid(1), keyValid(2)  

productKeyCipher 1.3.6.1.4.1.3715.99.1.4.5.1.5
Cipher method supported by this key: 1(cipherOther) = other ciphering is used 2(cipherBlowFish) = BlowFish ciphering is used 3(cipherXXTEA) = XXTEA ciphering is used
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER cipherOther(1), cipherBlowFish(2), cipherXXTEA(3)  

productKeyNumberOfFeatures 1.3.6.1.4.1.3715.99.1.4.5.1.6
Number of features available with this key.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

productKeyFeatureTable 1.3.6.1.4.1.3715.99.1.4.6
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ProductKeyFeatureEntry

productKeyFeatureEntry 1.3.6.1.4.1.3715.99.1.4.6.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ProductKeyFeatureEntry  

productKeyFeatureIndex 1.3.6.1.4.1.3715.99.1.4.6.1.1
Feature index (second index).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..32  

productKeyFeatureName 1.3.6.1.4.1.3715.99.1.4.6.1.2
A human-readable description of the feature.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

productKeyFeatureEnable 1.3.6.1.4.1.3715.99.1.4.6.1.3
Status of the feature: 1(featureDisable) = the feature si disabled in this device 2(featureEnable) = the feature is enabled in this devices
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER featureDisable(1), featureEnable(2)  

productKeyFeatureExpirationTime 1.3.6.1.4.1.3715.99.1.4.6.1.4
Number of days left before the feature expires. A zero value means infinite validity time. This object has a meaning only if the feature is enabled (productKeyFeatureEnable = 2(featureEnable)).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

module 1.3.6.1.4.1.3715.99.2
OBJECT IDENTIFIER    

moduleInformation 1.3.6.1.4.1.3715.99.2.1
OBJECT IDENTIFIER    

moduleTable 1.3.6.1.4.1.3715.99.2.1.1
This table lists basic module identification and configuration data of modules installed inside the managed element. The first row in the table list information about the element itself. If the element is not modular, only the first row exists in the table. Object moduleId is used for indexing the modules in all module section tables.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ModuleEntry

moduleEntry 1.3.6.1.4.1.3715.99.2.1.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ModuleEntry  

moduleId 1.3.6.1.4.1.3715.99.2.1.1.1.1
An unique module index identifying the (physical) modules inside the network element. The exact conjunction between the index and the physical modules depends on the element structural principle. For network elements containing plug-in modules the index should follow module slot numbering. This index should be used in all subsequent module tables.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

moduleName 1.3.6.1.4.1.3715.99.2.1.1.1.2
The identification name ('aliasname') of the module.
Status: optional Access: read-write
OBJECT-TYPE    
  DisplayString  

moduleHwType 1.3.6.1.4.1.3715.99.2.1.1.1.3
The hardware type name of the module.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

moduleRackNo 1.3.6.1.4.1.3715.99.2.1.1.1.4
Rack number of the module. This can be used to identify the physical position of the module in the case where the agent manages modules that are in several racks.
Status: optional Access: read-write
OBJECT-TYPE    
  INTEGER  

moduleSlotNo 1.3.6.1.4.1.3715.99.2.1.1.1.5
Slot number of the module (within rack).
Status: optional Access: read-write
OBJECT-TYPE    
  INTEGER  

moduleDetailTable 1.3.6.1.4.1.3715.99.2.1.2
This table lists detailed module data of modules installed inside the element. The first row in the table list information about the element itself. If the element is not modular, only the first row exists in the table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ModuleDetailEntry

moduleDetailEntry 1.3.6.1.4.1.3715.99.2.1.2.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ModuleDetailEntry  

moduleMacAddress 1.3.6.1.4.1.3715.99.2.1.2.1.1
Module MAC address. If the MAC address is unknown '00.00.00.00.00.00' is returned.
Status: optional Access: read-only
OBJECT-TYPE    
  TPhysAddress  

moduleBusAddress 1.3.6.1.4.1.3715.99.2.1.2.1.2
Module bus address.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER  

moduleAppDate 1.3.6.1.4.1.3715.99.2.1.2.1.3
Module application software date.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DateAndTime  

moduleAppVersion 1.3.6.1.4.1.3715.99.2.1.2.1.4
Module application software version. If software version is undefined, then zero length string is returned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

moduleBiosDate 1.3.6.1.4.1.3715.99.2.1.2.1.5
Module BIOS date.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DateAndTime  

moduleBiosVersion 1.3.6.1.4.1.3715.99.2.1.2.1.6
Module BIOS version. If bios version is undefined, a zero length string is returned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

moduleHwSerialNumber 1.3.6.1.4.1.3715.99.2.1.2.1.7
Module serial number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

moduleHwVersion 1.3.6.1.4.1.3715.99.2.1.2.1.8
Module hardware version.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

moduleStatus 1.3.6.1.4.1.3715.99.2.2
OBJECT IDENTIFIER    

moduleStatusTable 1.3.6.1.4.1.3715.99.2.2.1
This table contains status objects for modules inside the network element.The first row in the table lists information about the host module. If the element is not modular, only the first row exists in the table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ModuleStatusEntry

moduleStatusEntry 1.3.6.1.4.1.3715.99.2.2.1.1
Row in moduleStatusTable. The index is moduleId from the moduleTable. Row in this table exist only if there is a row with the same moduleId in the moduleTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ModuleStatusEntry  

statusResetCause 1.3.6.1.4.1.3715.99.2.2.1.1.1
Reason for the last reset. If the reason is unknown, the value is reasonUnknown(1). If the device makes self reset and it can detect it, then value is reasonSelfReset(2). If the reset was made by the user from the power switch and it can be sensed, then the value is reasonPowerReset(3). If the reason is an external command from the user interface or from the network message (e.g. commonReset), then the reason is reasonCommandedReset(4).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), selfReset(2), powerReset(3), commandedReset(4), softdownloadReset(5)  

statusRunningSwImage 1.3.6.1.4.1.3715.99.2.2.1.1.2
Currently running software image number. Bios is 0, applications are numbered from 1..n, where n is the maximum image number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

statusInternalTemperature 1.3.6.1.4.1.3715.99.2.2.1.1.3
Device temperature, unit 0.1 deg C. Value is zero (0), if temperature is not available.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER -600..1300  

statusLidStatus 1.3.6.1.4.1.3715.99.2.2.1.1.4
Current lid status detected by the device. May or may not be the same variable as the elementLidStatus.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER noLid(1), closed(2), open(3)  

statusRestartCounter 1.3.6.1.4.1.3715.99.2.2.1.1.5
This objects counts the number of restarts of the module. A start can be a cold start or a warm start.
Status: optional Access: read-only
OBJECT-TYPE    
  Counter  

moduleControl 1.3.6.1.4.1.3715.99.2.3
OBJECT IDENTIFIER    

moduleControlTable 1.3.6.1.4.1.3715.99.2.3.1
This table contains common control commands for all the modules inside the element.
Status: optional Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ModuleControlEntry

moduleControlEntry 1.3.6.1.4.1.3715.99.2.3.1.1
Tok_String
Status: optional Access: not-accessible
OBJECT-TYPE    
  ModuleControlEntry  

controlLedUsage 1.3.6.1.4.1.3715.99.2.3.1.1.1
A variable to instruct how device LED's behave when the lid is closed.
Status: optional Access: read-write
OBJECT-TYPE    
  INTEGER notSupported(1), alwaysOn(2), offWhenLidClosed(3)  

controlMarkState 1.3.6.1.4.1.3715.99.2.3.1.1.2
A variable to instruct the device to start and stop showing mark (blinking module LED). On read requests returns the current mark state.
Status: optional Access: read-write
OBJECT-TYPE    
  INTEGER notSupported(1), on(2), off(3)  

controlReset 1.3.6.1.4.1.3715.99.2.3.1.1.3
On write requests this object commands the module to reset itself. If softReset(3) or hardReset(2) can not be performed, then BAD VALUE error is returned. On read requests value noReset(1) is returned.
Status: optional Access: read-write
OBJECT-TYPE    
  INTEGER noReset(1), hardReset(2), softReset(3)  

controlTempLimitHiHi 1.3.6.1.4.1.3715.99.2.3.1.1.4
Module temperature HiHi (high alarm) limit in 0.1 degC.
Status: optional Access: read-write
OBJECT-TYPE    
  INTEGER  

controlTempLimitHi 1.3.6.1.4.1.3715.99.2.3.1.1.5
Module temperature Hi (high warning) limit in 0.1 degC.
Status: optional Access: read-write
OBJECT-TYPE    
  INTEGER  

controlTempLimitLo 1.3.6.1.4.1.3715.99.2.3.1.1.7
Module temperature Lo (low warning) limit in 0.1 degC.
Status: optional Access: read-write
OBJECT-TYPE    
  INTEGER  

controlTempLimitLoLo 1.3.6.1.4.1.3715.99.2.3.1.1.8
Module temperature LoLo (low alarm) limit in 0.1 degC.
Status: optional Access: read-write
OBJECT-TYPE    
  INTEGER  

controlTempDeadBand 1.3.6.1.4.1.3715.99.2.3.1.1.9
Module temperature alarm/warning deadband in 0.1 degC. Common to all limit values (LoLo, Lo, Hi, HiHi). The deadband defines the difference between the 'ON' limit and the 'OFF' limit of the corresponding alarm. Example: The Hi limit is 65 degC and the deadband is 5 degC. The high warning is activated when the temperature exceeds 65 degC and deactivated only after it falls below 60 degC.
Status: optional Access: read-write
OBJECT-TYPE    
  INTEGER  

controlInternalAppAccess 1.3.6.1.4.1.3715.99.2.3.1.1.10
This object defines whether the internal controller application is able to access the module parameters. This corresponds to the BXX module setting 'Allow Functions'. 1 = allow internal control 2 = deny internal control (remote control is possible)
Status: optional Access: read-write
OBJECT-TYPE    
  INTEGER allowIntControl(1), denyIntControl(2)  

controlLocalAccess 1.3.6.1.4.1.3715.99.2.3.1.1.11
This object defines whether the local user interface (buttons, knobs etc.) is enabled or disabled. Values: 1 = disabled, local UI is locked 2 = enabled, local UI is active For modules/devices with no local UI this objects should return value 'disabled (1).
Status: optional Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

moduleSWUpdateTable 1.3.6.1.4.1.3715.99.2.3.2
A table of software update control objects.
Status: optional Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ModuleSWUpdateEntry

moduleSWUpdateEntry 1.3.6.1.4.1.3715.99.2.3.2.1
Tok_String
Status: optional Access: not-accessible
OBJECT-TYPE    
  ModuleSWUpdateEntry  

sWUpdateControl 1.3.6.1.4.1.3715.99.2.3.2.1.1
Writing value updateStart(4) commands the module to run a software update. The software image location and file name are specified in sWUpdateURL and sWUpdateFilename. Writing a updateIdle(1) when the update is running will terminate the update process immediately. Writing any value when no update is runnign has no effect. Reading this object returns either updateIdle(1), updateRunning(2) or updateFailed(3) depending on the status of the (last) software update.
Status: optional Access: read-write
OBJECT-TYPE    
  INTEGER updateIdle(1), updateRunning(2), updateFailed(3), updateStart(4)  

swUpdateURL 1.3.6.1.4.1.3715.99.2.3.2.1.2
The URL where the software image can be downloaded. Format e.g. TFTP:\downloads\swupdate\.
Status: optional Access: read-write
OBJECT-TYPE    
  DisplayString  

sWUpdateFileName 1.3.6.1.4.1.3715.99.2.3.2.1.3
File name of the software image file to be downloaded.
Status: optional Access: read-write
OBJECT-TYPE    
  DisplayString  

sWUpdateStatus 1.3.6.1.4.1.3715.99.2.3.2.1.4
Description of the software update result. After successful update this object should return a string 'Software updated successfully on '. If the update failed the returned value should be 'Software update failed'.
Status: optional Access: read-only
OBJECT-TYPE    
  DisplayString  

moduleRegistry 1.3.6.1.4.1.3715.99.2.4
OBJECT IDENTIFIER    

moduleSizeOfTable 1.3.6.1.4.1.3715.99.2.4.1
This table defines maximum number of entries in the registry tables. All the registry tables have fixed size defined in this table.
Status: optional Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ModuleSizeOfEntry

moduleSizeOfEntry 1.3.6.1.4.1.3715.99.2.4.1.1
Tok_String
Status: optional Access: not-accessible
OBJECT-TYPE    
  ModuleSizeOfEntry  

sizeOfRegistry 1.3.6.1.4.1.3715.99.2.4.1.1.1
Max number of entries in the registryTable. The entries in the registryTable are numbered from 1..sizeofRegistry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sizeOfRepairlog 1.3.6.1.4.1.3715.99.2.4.1.1.2
Max number of entries in the repairlogTable. First entry (oldest entry) is deleted, when a new entry is added and the table is full.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER  

sizeOfNotebook 1.3.6.1.4.1.3715.99.2.4.1.1.3
Max number of entries in the notebookTable. The lines in the notebookTable are numbered from 1..sizeofNotebook.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER  

moduleRegistryTable 1.3.6.1.4.1.3715.99.2.4.2
This table lists user data for all modules installed inside the element. Table is indexed by the moduleId and regIndex. regIndex can have values 1..sizeofRegistry. A registryEntry is 'deleted' by setting its name to an empty string.
Status: optional Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ModuleRegistryEntry

moduleRegistryEntry 1.3.6.1.4.1.3715.99.2.4.2.1
Tok_String
Status: optional Access: not-accessible
OBJECT-TYPE    
  ModuleRegistryEntry  

regIndex 1.3.6.1.4.1.3715.99.2.4.2.1.1
A second index to registryTable. Can have values 1..sizeofRegistryTable.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

regName 1.3.6.1.4.1.3715.99.2.4.2.1.2
Descriptive name for the parameter. The agent is allowed to limit the length of the name. Minimum length of eight characters must be supported. Writing empty string to this object removes it from the registryTable.
Status: optional Access: read-write
OBJECT-TYPE    
  DisplayString  

regValue 1.3.6.1.4.1.3715.99.2.4.2.1.3
Textual information describing the parameter information. The agent is allowed to limit the length of the name. Minimum length of eight characters must be supported.
Status: optional Access: read-write
OBJECT-TYPE    
  DisplayString  

moduleRepairLogTable 1.3.6.1.4.1.3715.99.2.4.3
This table contains repair history entries for modules in the element. The table is indexed with moduleId and repairLogDate. The table can have sizeofRepairlog number of entries. If this number is exceeded when writing a new entry, the oldest entry is deleted and and a new entry is added.
Status: optional Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ModuleRepairLogEntry

moduleRepairLogEntry 1.3.6.1.4.1.3715.99.2.4.3.1
Row entry in RepairLogTable. Note that it uses double index: moduleId repairIndex. that uniquely identify each log entry. Rows for particular module exist only if there is row, that represents this module in the moduleTable. A row is 'deleted' by giving a date 0000-00-00.
Status: optional Access: not-accessible
OBJECT-TYPE    
  ModuleRepairLogEntry  

repairIndex 1.3.6.1.4.1.3715.99.2.4.3.1.1
Row number of the Repairlog entry. Can have values between 1..sizeOfRepairlog. This field is a second index to moduleRepairLogTable.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER 1..32767  

repairDate 1.3.6.1.4.1.3715.99.2.4.3.1.2
Date of this repair entry formatted as CCYY-MM-DD.
Status: optional Access: read-write
OBJECT-TYPE    
  DisplayString  

repairReasonCode 1.3.6.1.4.1.3715.99.2.4.3.1.3
Repair code for this entry.
Status: optional Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(4)  

repairNameCode 1.3.6.1.4.1.3715.99.2.4.3.1.4
Repairer name code (initials) for this entry.
Status: optional Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(4)  

repairComment 1.3.6.1.4.1.3715.99.2.4.3.1.5
Comment of the repair event. The agent is allowed to truncate the length of the comment, if it is too long to internal storage.
Status: optional Access: read-write
OBJECT-TYPE    
  DisplayString  

moduleNotebookTable 1.3.6.1.4.1.3715.99.2.4.4
Notebook is a free text area for manager or serviceman notes. It is divided into 50 character long character blocks or lines. Each line is an entry in the notebookTable. Indices are moduleName and lineNumber. A new line with the same lineNumber overwrites the old line.
Status: optional Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ModuleNotebookEntry

moduleNotebookEntry 1.3.6.1.4.1.3715.99.2.4.4.1
Tok_String
Status: optional Access: not-accessible
OBJECT-TYPE    
  ModuleNotebookEntry  

notebookLineNumber 1.3.6.1.4.1.3715.99.2.4.4.1.1
The line number of the notebookTextLine. The number must be in between 1..sizeofNotebook. inclusive. Numbers should be used consecutively.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

notebookLineText 1.3.6.1.4.1.3715.99.2.4.4.1.2
Text field for storing notes about the module.
Status: optional Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..50)