All MIBs › ITOUCH-BOOT-SERVER-MIB
Category: Device Management, Vendor: iTouch
Description:
iTouch boot server MIB providing SNMP objects for BOOTP/TFTP network boot server configuration on iTouch devices.
Imported Objects
From ITOUCH-MIB
| AddressType | |
| DateTime | |
| iTouch | OBJECT-IDENTITY |
From RFC-1212
| OBJECT-TYPE |
From RFC1155-SMI
| Counter | |
| Gauge |
From RFC1213-MIB
| DisplayString |
What Is ITOUCH-BOOT-SERVER-MIB?
ITOUCH-BOOT-SERVER-MIB is an iTouch Communications vendor-private MIB for devices that provide the iTouch bootstrap (network boot) service, covering basic service limits, active boot dialogs, and file transfer operations. The mandatory xBsBasic group exposes basicLogLimit (event-log size cap), basicActiveLimit (maximum simultaneous boot dialogs), and basicActiveNumber (current active-dialog count), while dedicated tables track service activity in more detail: activeTable and clientTable for in-progress and per-client boot sessions, namedTable and deviceTable for named/known boot clients and devices, xEventTable for boot-service event history, and dumpFileTable/loadFileTable/paramFileTable for the memory-dump, load-image, and parameter files the server can supply, each dialog's outcome recorded via the DialogStatus convention (success, fileTooLarge, remoteFileNotFound, protocolError, and similar failure codes). This is useful for monitoring how busy the boot server is relative to its configured limits and for diagnosing why a specific client's boot/dump/load dialog failed. It depends on the underlying network-boot protocol implementation the iTouch device uses to service requests, and is deployed on iTouch Communications devices acting as boot servers for other iTouch equipment, and the ITOUCH-BOOT-SERVER-MIB MIB documents each of these dialog and file tables.
IPNetwork Monitor allows you to monitor SNMP objects defined in ITOUCH-BOOT-SERVER-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
- active vs. maximum simultaneous boot dialogs
- per-client boot session state and outcome
- boot service event history
- dump/load/parameter file inventory
- boot dialog failure status codes
Supported Devices
- iTouch Communications network devices providing bootstrap/boot-server service
Monitoring Examples
An operator polls basicActiveNumber against basicActiveLimit to confirm the boot server has spare capacity, then checks a client's entry in clientTable for a DialogStatus other than success(13); a client repeatedly returning remoteFileNotFound(8) would indicate its configured load or dump file is missing from the server.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| xBootServer | 1.3.6.1.4.1.33.6 | |||
| xBsBasic | 1.3.6.1.4.1.33.6.1 | |||
| INT 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. |
| INT 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. |
| GAU 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. |
| GAU 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. |
| CTR 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. |
| GAU 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. |
| INT 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. |
| activeTable | 1.3.6.1.4.1.33.6.1.8 | not-accessible | A list of active client dialog entries. The number of entries is given by basicActiveNumber. | |
| activeEntry | 1.3.6.1.4.1.33.6.1.8.1 | not-accessible | Parameter values for an active client dialog entry. | |
| ADR 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. |
| OCT 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. |
| INT 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. |
| INT 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 |
| OCT 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'. |
| INT 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. |
| INT 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. |
| INT 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. |
| STR 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. |
| DIA 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. |
| INT 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. |
| clientTable | 1.3.6.1.4.1.33.6.1.9 | not-accessible | A list of client data base entries. The number of entries is given by basicClientNumber. | |
| clientEntry | 1.3.6.1.4.1.33.6.1.9.1 | not-accessible | Parameter values for a client data base entry. | |
| ADR 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. |
| OCT 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. |
| INT 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. |
| STR 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. |
| STR 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. |
| STR 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. |
| INT 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. |
| INT 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. |
| namedTable | 1.3.6.1.4.1.33.6.1.10 | not-accessible | A list of named client data base entries. The number of entries is given by basicClientNumber. | |
| namedEntry | 1.3.6.1.4.1.33.6.1.10.1 | not-accessible | Parameter values for a named client data base entry. | |
| ADR 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. |
| OCT 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. |
| INT 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. |
| STR 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. |
| STR 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. |
| STR 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. |
| INT 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. |
| INT 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. |
| xEventTable | 1.3.6.1.4.1.33.6.1.11 | not-accessible | A list of event entries. The number of entries is given by basicEventNumber. | |
| xEventEntry | 1.3.6.1.4.1.33.6.1.11.1 | not-accessible | Parameter values for a event entry. | |
| INT 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. |
| STR 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. |
| INT 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 | not-accessible | A list of device entries. The number of entries is given by basicDeviceNumber. | |
| deviceEntry | 1.3.6.1.4.1.33.6.1.13.1 | not-accessible | Parameter values for a device entry. | |
| INT 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 |
| STR 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'. |
| STR 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. |
| INT 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. |
| INT 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. |
| INT 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. |
| INT 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. |
| INT 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. |
| ADR 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'. |
| OCT 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. |
| STR 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. |
| INT 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. |
| INT 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. |
| INT 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. |
| DIA 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 | |||
| INT 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. |
| INT 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. |
| INT 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. |
| INT 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. |
| CTR 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. |
| GAU 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. |
| GAU 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 | not-accessible | A list of dump file entries. The number of entries is given by dumpFileNumber. | |
| dumpFileEntry | 1.3.6.1.4.1.33.6.2.8.1 | not-accessible | Parameter values for a dump file entry. | |
| ADR 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. |
| OCT 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. |
| INT 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. |
| DAT 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. |
| INT 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 | |||
| INT 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. |
| INT 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. |
| CTR 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. |
| GAU 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. |
| GAU 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 | not-accessible | A list of load file entries. The number of entries is given by loadFileNumber. | |
| loadFileEntry | 1.3.6.1.4.1.33.6.3.6.1 | not-accessible | Parameter values for a load file entry. | |
| STR 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. |
| DAT 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. |
| INT 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. |
| INT 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 |
| OCT 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 | |||
| INT 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. |
| INT 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. |
| INT 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. |
| GAU 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. |
| GAU 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. |
| GAU 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 | not-accessible | A list of param file entries. The number of entries is given by paramFileNumber. | |
| paramFileEntry | 1.3.6.1.4.1.33.6.4.7.1 | not-accessible | Parameter values for a param file entry. | |
| ADR 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. |
| OCT 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. |
| INT 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. |
| DAT 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. |
| INT 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. |
| INT 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. |
RFC description
iTouch bootstrap service management; monitors boot server operations, firmware downloads, and configuration file transfers.
Start monitoring iTouch Communications (later Black Box) device providing bootstrap/boot-server service 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.