MRV-IN-REACH-BOOT-SERVER-MIB: View SNMP OID List / Download MIB
VENDOR: MRV COMMUNICATIONS
Home | MIB: MRV-IN-REACH-BOOT-SERVER-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
xBootServer | 1.3.6.1.4.1.33.6 | |||
xBsBasic | 1.3.6.1.4.1.33.6.1 | |||
basicLogLimit | 1.3.6.1.4.1.33.6.1.1 | integer | read-write |
Maximum allowed number of kilobytes for recording events. Corresponds directly to MANAGER LOG FILE SIZE and the value labeled 'Log File Size:' in the MANAGER CHARACTERISTICS display. |
basicActiveLimit | 1.3.6.1.4.1.33.6.1.2 | integer | read-write |
Maximum allowed number of simultaneous service dialogs. Corresponds directly to MANAGER SIMULTANEOUS and the value labeled 'Maximum simultaneous requests:' in the MANAGER CHARACTERISTICS display. |
basicActiveNumber | 1.3.6.1.4.1.33.6.1.3 | gauge | read-only |
Number of active service dialogs. Corresponds indirectly to the list of active clients in the MANAGER STATUS display. |
basicClientNumber | 1.3.6.1.4.1.33.6.1.4 | gauge | read-only |
Number of defined clients. Corresponds indirectly to the list of defined clients in the MANAGER LOCAL, MANAGER GLOBAL, and MANAGER NODE displays. |
basicOffersSent | 1.3.6.1.4.1.33.6.1.5 | counter | read-only |
Total number of service offers sent in response to client requests. Corresponds directly to the value labeled 'Total service offers sent:' in the MANAGER STATUS display. |
basicEventTotal | 1.3.6.1.4.1.33.6.1.6 | gauge | read-only |
Total number of events that have been written to the event log since it was last purged. This may be less than the number currently in the log. Corresponds directly to the value labeled 'Total Messages Logged:' in the MANAGER EVENTS display. |
basicEventPurge | 1.3.6.1.4.1.33.6.1.7 | integer | read-write |
Control to cause emptying the event log. In response to a get-request or get-next-request, the agent always returns 'ready' for this value. Setting the value to 'ready' has no effect. Setting it to 'execute' causes the event log to immediately become empty. Corresponds directly to the PURGE MANAGER LOG FILE command. Enumeration: 'ready': 1, 'execute': 2. |
activeTable | 1.3.6.1.4.1.33.6.1.8 | no-access |
A list of active client dialog entries. The number of entries is given by basicActiveNumber. |
|
1.3.6.1.4.1.33.6.1.8.1 | no-access |
Parameter values for an active client dialog entry. |
||
activeIdentificationType | 1.3.6.1.4.1.33.6.1.8.1.1 | addresstype | read-only |
The type of identification value in activeIdentification. Corresponds indirectly to the value labeled 'EthernetAddress' in the MANAGER STATUS display. |
activeIdentification | 1.3.6.1.4.1.33.6.1.8.1.2 | octet string | read-only |
Identification of the active partner. Corresponds directly to the value labeled 'EthernetAddress' in the MANAGER STATUS display. |
activeFunction | 1.3.6.1.4.1.33.6.1.8.1.3 | integer | read-only |
The function the server is performing with the partner. Corresponds directly to the value labeled 'Function' in the MANAGER STATUS display. Enumeration: 'load': 2, 'dump': 3, 'parameterStore': 1, 'imageUpdate': 4. |
activeSoftwareVersionType | 1.3.6.1.4.1.33.6.1.8.1.4 | integer | read-only |
If activeFunction is 'load', the software version being sent to the client, otherwise 'notApplicable'. Corresponds to the letter in the software version labeled 'Version' in the MANAGER STATUS display. alpha 'A': alpha test beta 'B': beta test production null: normal, production software special 'S': special, custom software diagnostic 'D': diagnostic, debug software Enumeration: 'diagnostic': 5, 'notApplicable': 6, 'beta': 2, 'production': 3, 'alpha': 1, 'special': 4. |
activeSoftwareVersion | 1.3.6.1.4.1.33.6.1.8.1.5 | octet string | read-only |
If activeFunction is 'load', the 4-byte software version being sent to the client, otherwise zero length. In order, the octets contain major version, minor version, ECO, and pre-release number. Corresponds to the numbers in the software version labeled 'Version' in the MANAGER STATUS display. For example, the version display for activeSoftwareVersionType 'production' and activeSoftwareVersion '2.2.0.0' is 'V2.2'. The version display for activeSoftwareVersionType 'beta' and activeSoftwareVersion '3.1.0.4' is 'V3.1B4'. |
activeParameterVersion | 1.3.6.1.4.1.33.6.1.8.1.6 | integer | read-only |
If activeFunction is 'parameterStore', the parameter version being stored by the client, otherwise zero. Corresponds directly to the value labeled 'Version' in the MANAGER STATUS display. |
activeCurrentSequence | 1.3.6.1.4.1.33.6.1.8.1.7 | integer | read-only |
The current dialog sequence number. Corresponds directly to the value labeled 'Seq' in the MANAGER STATUS display. |
activeBytesRemaining | 1.3.6.1.4.1.33.6.1.8.1.8 | integer | read-only |
The number of bytes remaining to be transferred in the dialog. Corresponds directly to the value labeled 'Left' in the MANAGER STATUS display. |
activeFile | 1.3.6.1.4.1.33.6.1.8.1.9 | displaystring | read-only |
The name of the file being used in the dialog. Corresponds directly to the value labeled 'File' in the MANAGER STATUS display. |
activeStatus | 1.3.6.1.4.1.33.6.1.8.1.10 | dialogstatus | read-only |
The final status of the most recent attempt to get an image. Corresponds directly to the value labeled 'Get Status:' in the DEVICE STATUS display. |
activeState | 1.3.6.1.4.1.33.6.1.8.1.11 | integer | read-only |
The dynamic state of an active attempt to get an image. Corresponds directly to the value labeled 'Get State:' in the DEVICE STATUS display. Enumeration: 'openFile': 5, 'closePartner': 8, 'internal1': 2, 'internal2': 3, 'writeFile': 7, 'idle': 1, 'cleanup': 10, 'done': 11, 'receivePartner': 6, 'error': 12, 'openPartner': 4, 'closeFile': 9. |
clientTable | 1.3.6.1.4.1.33.6.1.9 | no-access |
A list of client data base entries. The number of entries is given by basicClientNumber. |
|
1.3.6.1.4.1.33.6.1.9.1 | no-access |
Parameter values for a client data base entry. |
||
clientIdentificationType | 1.3.6.1.4.1.33.6.1.9.1.1 | addresstype | read-only |
The type of identification value in clientIdentification. Corresponds directly to MANAGER NODE, MANAGER GLOBAL, and MANAGER LOCAL, and the value labeled 'Ethernet Address' in the MANAGER NODE display or 'Ethernet Address', 'Device', and 'Global Devices' or 'Local Devices' in the MANAGER GLOBAL and LOCAL displays. |
clientIdentification | 1.3.6.1.4.1.33.6.1.9.1.2 | octet string | read-only |
Identification of the client, either a hardware type or an Ethernet address, depending on clientIdentificationType. Corresponds directly to MANAGER NODE, MANAGER GLOBAL, and MANAGER LOCAL, and the value labeled 'Ethernet Address' in the MANAGER NODE display or 'Ethernet Address', 'Device', and 'Global Devices' or 'Local Devices' in the MANAGER GLOBAL and LOCAL displays. |
clientEntryStatus | 1.3.6.1.4.1.33.6.1.9.1.3 | integer | read-write |
The status of the entry. Set to 'invalid' to remove the entry, which corresponds directly to the PURGE LOCAL, PURGE GLOBAL, and PURGE NODE commands. Actual removal of the entry is implementation specific. Enumeration: 'valid': 2, 'invalid': 1. |
clientName | 1.3.6.1.4.1.33.6.1.9.1.4 | displaystring | read-write |
A name that may be used to identify the client. Corresponds directly to the value labeled 'Name' in the MANAGER NODE display. |
clientLoadFile | 1.3.6.1.4.1.33.6.1.9.1.5 | displaystring | read-write |
The file with the client's load image. Corresponds directly to the value labeled 'Load File' in the MANAGER LOCAL, MANAGER GLOBAL, and MANAGER NODE displays. |
clientDiagnosticFile | 1.3.6.1.4.1.33.6.1.9.1.6 | displaystring | read-write |
The file with the client's diagnostic test image. Corresponds directly to the value labeled 'Diag File' in the MANAGER LOCAL, MANAGER GLOBAL, and MANAGER NODE displays. |
clientLoadService | 1.3.6.1.4.1.33.6.1.9.1.7 | integer | read-write |
Control for allowing load service for the client. Corresponds directly to the value labeled 'Load' in the MANAGER LOCAL, MANAGER GLOBAL, and MANAGER NODE displays. Enumeration: 'disabled': 1, 'enabled': 2. |
clientDumpService | 1.3.6.1.4.1.33.6.1.9.1.8 | integer | read-write |
Control for allowing dump service for the client. Corresponds directly to the value labeled 'Dump' in the MANAGER LOCAL, MANAGER GLOBAL, and MANAGER NODE displays. Enumeration: 'disabled': 1, 'enabled': 2. |
namedTable | 1.3.6.1.4.1.33.6.1.10 | no-access |
A list of named client data base entries. The number of entries is given by basicClientNumber. |
|
1.3.6.1.4.1.33.6.1.10.1 | no-access |
Parameter values for a named client data base entry. |
||
namedIdentificationType | 1.3.6.1.4.1.33.6.1.10.1.1 | addresstype | read-only |
The type of identification value in namedIdentification. Corresponds directly to MANAGER NODE, MANAGER GLOBAL, and MANAGER LOCAL, and the value labeled 'Ethernet Address' in the MANAGER NODE display or 'Ethernet Address', 'Device', and 'Global Devices' or 'Local Devices' in the MANAGER GLOBAL and LOCAL displays. |
namedIdentification | 1.3.6.1.4.1.33.6.1.10.1.2 | octet string | read-only |
Identification of the client, either a hardware type or an Ethernet address, depending on namedIdentificationType. Corresponds directly to MANAGER NODE, MANAGER GLOBAL, and MANAGER LOCAL, and the value labeled 'Ethernet Address' in the MANAGER NODE display or 'Ethernet Address', 'Device', and 'Global Devices' or 'Local Devices' in the MANAGER GLOBAL and LOCAL displays. |
namedEntryStatus | 1.3.6.1.4.1.33.6.1.10.1.3 | integer | read-only |
The status of the entry. Set to 'invalid' to remove the entry, which corresponds directly to the PURGE LOCAL, PURGE GLOBAL, and PURGE NODE commands. Actual removal of the entry is implementation specific. Enumeration: 'valid': 2, 'invalid': 1. |
namedName | 1.3.6.1.4.1.33.6.1.10.1.4 | displaystring | read-only |
A name that may be used to identify the client. Corresponds directly to the value labeled 'Name' in the MANAGER NODE display. |
namedLoadFile | 1.3.6.1.4.1.33.6.1.10.1.5 | displaystring | read-only |
The file with the client's load image. Corresponds directly to the value labeled 'Load File' in the MANAGER LOCAL, MANAGER GLOBAL, and MANAGER NODE displays. |
namedDiagnosticFile | 1.3.6.1.4.1.33.6.1.10.1.6 | displaystring | read-only |
The file with the client's diagnostic test image. Corresponds directly to the value labeled 'Diag File' in the MANAGER LOCAL, MANAGER GLOBAL, and MANAGER NODE displays. |
namedLoadService | 1.3.6.1.4.1.33.6.1.10.1.7 | integer | read-only |
Control for allowing load service for the client. Corresponds directly to the value labeled 'Load' in the MANAGER LOCAL, MANAGER GLOBAL, and MANAGER NODE displays. Enumeration: 'disabled': 1, 'enabled': 2. |
namedDumpService | 1.3.6.1.4.1.33.6.1.10.1.8 | integer | read-only |
Control for allowing dump service for the client. Corresponds directly to the value labeled 'Dump' in the MANAGER LOCAL, MANAGER GLOBAL, and MANAGER NODE displays. Enumeration: 'disabled': 1, 'enabled': 2. |
xEventTable | 1.3.6.1.4.1.33.6.1.11 | no-access |
A list of event entries. The number of entries is given by basicEventNumber. |
|
1.3.6.1.4.1.33.6.1.11.1 | no-access |
Parameter values for a event entry. |
||
xEventIndex | 1.3.6.1.4.1.33.6.1.11.1.1 | integer | read-only |
In identification number for an event. The value 1 indicates the oldest event in the file, with subsequent numbers indicating sequential events. The event text for a given number may change as a circular event log wraps over its beginning. Corresponds directly to the relative position of an event in the MANAGER EVENTS display. |
xEventText | 1.3.6.1.4.1.33.6.1.11.1.2 | displaystring | read-only |
The text of the event, including date, time and other information. Corresponds directly to the individual event text in the MANAGER EVENTS display. |
basicDeviceNumber | 1.3.6.1.4.1.33.6.1.12 | integer | read-only |
The system's number of mass-storage devices. |
deviceTable | 1.3.6.1.4.1.33.6.1.13 | no-access |
A list of device entries. The number of entries is given by basicDeviceNumber. |
|
1.3.6.1.4.1.33.6.1.13.1 | no-access |
Parameter values for a device entry. |
||
deviceIndex | 1.3.6.1.4.1.33.6.1.13.1.1 | integer | read-only |
In identification number for a device, in the range 1 to basicDeviceNumber |
deviceName | 1.3.6.1.4.1.33.6.1.13.1.2 | displaystring | read-only |
A name by which the device is known in other displays, such as 'C1' or 'D2'. |
deviceDescr | 1.3.6.1.4.1.33.6.1.13.1.3 | displaystring | read-only |
Details of the device type, including, for example, size, manufacturer, Flash versus RAM, and such. Corresponds directly to the value labeled 'Device Type: in the MANAGER DEVICE STATUS display. |
deviceOperation | 1.3.6.1.4.1.33.6.1.13.1.4 | integer | read-only |
Current operational state of the device. Corresponds directly the value labeled 'Device Operation:' in the MANAGER DEVICE STATUS display. Enumeration: 'loadingClient': 8, 'format': 3, 'read': 1, 'write': 2, 'idle': 4, 'erase': 5, 'paramStore': 6, 'unpack': 7. |
deviceFormat | 1.3.6.1.4.1.33.6.1.13.1.5 | integer | read-only |
Formatting status of the device. Corresponds directly the presence of one of the value labels under the label 'Device Status:' in the MANAGER DEVICE STATUS display. Enumeration: 'unformatted': 1, 'unknown': 3, 'formatted': 2. |
deviceProtection | 1.3.6.1.4.1.33.6.1.13.1.6 | integer | read-only |
Write-protect status of the device. Corresponds directly the presence of one of the value labels under the label 'Device Status:' in the MANAGER DEVICE STATUS display. Enumeration: 'unknown': 3, 'write-protected': 2, 'write-enabled': 1. |
deviceFormatMedium | 1.3.6.1.4.1.33.6.1.13.1.7 | integer | read-write |
Control to cause formatting of the medium in the device. In response to a get-request or get-next-request, the agent always returns 'ready' for this value. Setting the value to 'ready' has no effect. Setting it to 'execute' causes the device to be formatted. Corresponds directly to the FORMAT DEVICE command. Enumeration: 'ready': 1, 'execute': 2. |
deviceGetFile | 1.3.6.1.4.1.33.6.1.13.1.8 | integer | read-write |
Control to cause getting a file to the device from a remote host system. In response to a get-request or get-next-request, the agent always returns 'ready' for this value. Setting the value to 'ready' has no effect. Setting it to 'execute' causes the get to be attempted. Corresponds directly to the GET DEVICE command. When set to 'execute', the objects deviceGetFileHostIdentificationType, deviceGetFileHostIdentification, deviceGetFileName and deviceGetFileArea must be somewhere in the same set request message. Enumeration: 'ready': 1, 'execute': 2, 'abort': 3. |
deviceGetFileHostIdentificationType | 1.3.6.1.4.1.33.6.1.13.1.9 | addresstype | read-write |
The type of identification value in deviceIdentification. Corresponds indirectly to ADDRESS in the GET DEVICE command. This object may not be set outside the context of setting deviceGetFile to 'execute'. In response to a get-request or get-next-request, the value of this object is 'undefined'. |
deviceGetFileHostIdentification | 1.3.6.1.4.1.33.6.1.13.1.10 | octet string | read-write |
Identification of the host to get the file from, with type depending on deviceIdentificationType. Corresponds directly to ADDRESS in the GET DEVICE command. This object may not be set outside the context of setting deviceGetFile to 'execute'. In response to a get-request or get-next-request, the value of this object is zero length. |
deviceGetFileName | 1.3.6.1.4.1.33.6.1.13.1.11 | displaystring | read-write |
The name of the file to get. Corresponds directly to LOAD FILE in the GET DEVICE command. This object may not be set outside the context of setting deviceGetFile to 'execute'. In response to a get-request or get-next-request, the value of this object is zero length. |
deviceGetFileArea | 1.3.6.1.4.1.33.6.1.13.1.12 | integer | read-write |
The area number in which to put the file. Corresponds directly to AREA in the GET DEVICE command. If it is not relevant to the particular device, it is ignored. This object may not be set outside the context of setting deviceGetFile to 'execute'. In response to a get-request or get-next-request, the value of this object is zero. |
deviceFormatOption | 1.3.6.1.4.1.33.6.1.13.1.13 | integer | read-write |
Formatting option to apply. Corresponds directly to the OPTION in the FORMAT DEVICE command. This object may not be set outside the context of setting deviceFormatMedium to 'execute'. In response to a get-request or get-next-request, the value of this object is zero. |
deviceFormatRedundantParams | 1.3.6.1.4.1.33.6.1.13.1.14 | integer | read-write |
Control for creating redundant parameter storage areas when formatting. Corresponds directly to NONREDUNDANT in the FORMAT DEVICE command. This object may not be set outside the context of setting deviceFormatMedium to 'execute'. In response to a get-request or get-next-request, the value of this object is zero. Enumeration: 'nonredundant': 1, 'redundant': 2. |
devicePreviousStatus | 1.3.6.1.4.1.33.6.1.13.1.15 | dialogstatus | read-only |
Result of the immediately previous concluded boot dialog. Corresponds directly to the value labeled 'Get File Previous Status:' in the SHOW CARD STATUS display. |
xDump | 1.3.6.1.4.1.33.6.2 | |||
dumpService | 1.3.6.1.4.1.33.6.2.1 | integer | read-write |
Control for allowing dump service for any client. Corresponds directly to DUMP and the value labeled 'Dump:' in the MANAGER CHARACTERISTICS display. Enumeration: 'disabled': 1, 'enabled': 2. |
dumpDrive | 1.3.6.1.4.1.33.6.2.2 | integer | read-write |
Identification number of the disk drive where dumps are stored. Corresponds directly to DUMP DRIVE and the value labeled 'Dump Drive:' in the MANAGER CHARACTERISTICS display. |
dumpMerit | 1.3.6.1.4.1.33.6.2.3 | integer | read-write |
Relative preference for this dump server over others. Corresponds directly to DUMP MERIT and the value labeled 'Dump Merit:' in the MANAGER CHARACTERISTICS display. |
dumpSize | 1.3.6.1.4.1.33.6.2.4 | integer | read-write |
Type of dump file to keep. Corresponds directly to DUMP SIZE and the value labeled 'Dump Size:' in the MANAGER CHARACTERISTICS display. Enumeration: 'small': 1, 'full': 2. |
dumpCompleted | 1.3.6.1.4.1.33.6.2.5 | counter | read-only |
The number of dumps completed since system initialization. Corresponds directly to the value labeled 'Dump Operations Completed:' in the MANAGER STATUS display. |
dumpActive | 1.3.6.1.4.1.33.6.2.6 | gauge | read-only |
The number of dumps in progress. Corresponds directly to the value labeled 'Currently Dumping:' in the MANAGER STATUS display. |
dumpFileNumber | 1.3.6.1.4.1.33.6.2.7 | gauge | read-only |
The number of dump files currently stored. Corresponds directly to the value labeled 'Network dump files' and 'files' in the MANAGER FILES display. |
dumpFileTable | 1.3.6.1.4.1.33.6.2.8 | no-access |
A list of dump file entries. The number of entries is given by dumpFileNumber. |
|
1.3.6.1.4.1.33.6.2.8.1 | no-access |
Parameter values for a dump file entry. |
||
dumpFileIdentificationType | 1.3.6.1.4.1.33.6.2.8.1.1 | addresstype | read-only |
The type of identification value in dumpFileIdentification. Corresponds indirectly to a file name part in the section labeled 'Network dump files' in the MANAGER FILES display. |
dumpFileIdentification | 1.3.6.1.4.1.33.6.2.8.1.2 | octet string | read-only |
Identification of the dump file, an Ethernet address, as indicated by dumpFileIdentificationType. Corresponds indirectly to a file name part in the section labeled 'Network dump files' in the MANAGER FILES display. |
dumpFileEntryStatus | 1.3.6.1.4.1.33.6.2.8.1.3 | integer | read-write |
The status of the entry. Set to 'invalid' to remove the entry, which corresponds indirectly to the PURGE MANAGER DUMP FILES command. Actual removal of the entry is implementation specific. Enumeration: 'valid': 2, 'invalid': 1. |
dumpFileCreation | 1.3.6.1.4.1.33.6.2.8.1.4 | datetime | read-only |
The time the dump file was created. Corresponds directly to a date and time in the section labeled 'Network dump files' in the MANAGER FILES display. |
dumpFileSize | 1.3.6.1.4.1.33.6.2.8.1.5 | integer | read-only |
The number of bytes stored in the dump file. Corresponds directly to the value labeled 'bytes' in the section labeled 'Network dump files' in the MANAGER FILES display. |
xLoad | 1.3.6.1.4.1.33.6.3 | |||
loadService | 1.3.6.1.4.1.33.6.3.1 | integer | read-write |
Control for allowing load service for any client. Corresponds directly to LOAD and the value labeled 'Load:' in the MANAGER CHARACTERISTICS display. Enumeration: 'disabled': 1, 'enabled': 2. |
loadMerit | 1.3.6.1.4.1.33.6.3.2 | integer | read-write |
Relative preference for this load server over others. Corresponds directly to LOAD MERIT and the value labeled 'Load Merit:' in the MANAGER CHARACTERISTICS display. |
loadCompleted | 1.3.6.1.4.1.33.6.3.3 | counter | read-only |
The number of loads completed since system initialization. Corresponds directly to the value labeled 'Load Operations Completed:' in the MANAGER STATUS display. |
loadActive | 1.3.6.1.4.1.33.6.3.4 | gauge | read-only |
The number of loads in progress. Corresponds directly to the value labeled 'Currently Loading:' in the MANAGER STATUS display. |
loadFileNumber | 1.3.6.1.4.1.33.6.3.5 | gauge | read-only |
The number of load files currently stored. Corresponds directly to the value labeled 'Load image files' and 'files' in the MANAGER FILES display. |
loadFileTable | 1.3.6.1.4.1.33.6.3.6 | no-access |
A list of load file entries. The number of entries is given by loadFileNumber. |
|
1.3.6.1.4.1.33.6.3.6.1 | no-access |
Parameter values for a load file entry. |
||
loadFileName | 1.3.6.1.4.1.33.6.3.6.1.1 | displaystring | read-only |
The name of a load file. Corresponds directly to a file name part in the section labeled 'Load image files' in the MANAGER FILES display. |
loadFileCreation | 1.3.6.1.4.1.33.6.3.6.1.2 | datetime | read-only |
The time the load file was created. Corresponds directly to a date and time in the section labeled 'Load image files' in the MANAGER FILES display. |
loadFileSize | 1.3.6.1.4.1.33.6.3.6.1.3 | integer | read-only |
The number of bytes stored in the load file. Corresponds directly to the value labeled 'bytes' in the section labeled 'Load image files' in the MANAGER FILES display. |
loadFileSoftwareVersionType | 1.3.6.1.4.1.33.6.3.6.1.4 | integer | read-only |
The software version type of the image in the load file. Corresponds directly to a software version in the section labeled 'Load image files' in the MANAGER FILES display. alpha 'A': alpha test beta 'B': beta test production null: normal, production software special 'S': special, custom software Enumeration: 'alpha': 1, 'beta': 2, 'production': 3, 'special': 4. |
loadFileSoftwareVersion | 1.3.6.1.4.1.33.6.3.6.1.5 | octet string | read-only |
The software version of the image in the load file. Corresponds directly to a software version in the section labeled 'Load image files' in the MANAGER FILES display. For example, the version display for loadFileSoftwareVersionType 'production' and loadFileSoftwareVersion '2.2.0.0' is 'V2.2'. The version display for loadFileSoftwareVersionType 'beta' and loadFileSoftwareVersion '3.1.0.4' is 'V3.1B4'. |
xParam | 1.3.6.1.4.1.33.6.4 | |||
paramService | 1.3.6.1.4.1.33.6.4.1 | integer | read-write |
Control for allowing parameter storage service for any client. Corresponds directly to PARAMETER SERVICE and the value labeled 'Parameter Service:' in the MANAGER CHARACTERISTICS display. Enumeration: 'disabled': 1, 'enabled': 2. |
paramDefaultService | 1.3.6.1.4.1.33.6.4.2 | integer | read-write |
Control for allowing default parameter loading service for any client. Corresponds directly to PARAMETER DEFAULT SERVICE and the value labeled 'Parameter Default Service:' in the MANAGER CHARACTERISTICS display. Enumeration: 'disabled': 1, 'enabled': 2. |
paramDrive | 1.3.6.1.4.1.33.6.4.3 | integer | read-write |
Identification number of the disk drive where parameters are stored. Corresponds directly to PARAMETER DRIVE and the value labeled 'Parameter Drive:' in the MANAGER CHARACTERISTICS display. |
paramActive | 1.3.6.1.4.1.33.6.4.4 | gauge | read-only |
The number of params in progress. Corresponds directly to the value labeled 'Currently Paraming:' in the MANAGER STATUS display. |
paramStorageActive | 1.3.6.1.4.1.33.6.4.5 | gauge | read-only |
The number of parameter storage operations in progress. Corresponds directly to the value labeled 'Currently saving parameters:' in the MANAGER STATUS display. |
paramFileNumber | 1.3.6.1.4.1.33.6.4.6 | gauge | read-only |
The number of parameter files currently stored. Corresponds directly to the value labeled 'Parameter files' and 'files' in the MANAGER FILES display. |
paramFileTable | 1.3.6.1.4.1.33.6.4.7 | no-access |
A list of param file entries. The number of entries is given by paramFileNumber. |
|
1.3.6.1.4.1.33.6.4.7.1 | no-access |
Parameter values for a param file entry. |
||
paramFileIdentificationType | 1.3.6.1.4.1.33.6.4.7.1.1 | addresstype | read-only |
The type of identification value in paramFileIdentification. Corresponds indirectly to a file name part in the section labeled 'Parameter files' in the MANAGER FILES display. |
paramFileIdentification | 1.3.6.1.4.1.33.6.4.7.1.2 | octet string | read-only |
Identification of the param file, an Ethernet address, as indicated by paramFileIdentificationType. Corresponds indirectly to a file name part in the section labeled 'Parameter files' in the MANAGER FILES display. |
paramFileEntryStatus | 1.3.6.1.4.1.33.6.4.7.1.3 | integer | read-write |
The status of the entry. Set to 'invalid' to remove the entry, which corresponds indirectly to the PURGE MANAGER PARAMETER FILES command. Actual removal of the entry is implementation specific. Enumeration: 'valid': 2, 'invalid': 1. |
paramFileWrite | 1.3.6.1.4.1.33.6.4.7.1.4 | datetime | read-only |
The time the parameter file was last written. Corresponds directly to a date and time in the section labeled 'Parameter files' in the MANAGER FILES display. |
paramFileSize | 1.3.6.1.4.1.33.6.4.7.1.5 | integer | read-only |
The number of bytes stored in the param file. Corresponds directly to the value labeled 'bytes' in the section labeled 'Parameter files' in the MANAGER FILES display. |
paramFileParameterVersion | 1.3.6.1.4.1.33.6.4.7.1.6 | integer | read-only |
The version number of the parameter data in the file. Corresponds directly to the value labeled 'ver' in the section labeled 'Parameter files' in the MANAGER FILES display. |