All MIBs › ESI-MIB
Category: Domain: Environmental Monitoring, Domain: Fault Management, Vendor: Applied Innovation
Description:
Provides SNMP management for ESI (Enhanced Serial Interface) or related equipment status and configuration.
Imported Objects
From RFC-1215
| TRAP-TYPE |
From RFC1155-SMI
| Counter | |
| IpAddress | |
| NetworkAddress | |
| OBJECT-TYPE | |
| enterprises |
From RFC1213-MIB
| DisplayString |
What Is ESI-MIB?
ESI-MIB is a vendor MIB (commonly associated with cable/access hardware vendors using an "ESI" naming convention, e.g. Enhanced Serial Interface or similar embedded network equipment) providing general device identification and inventory objects. It exposes objects for hardware address, cable type, serial number, product name/number, date code, and company identification, along with a MIB/group version indicator. This MIB is primarily a hardware inventory and software/firmware version MIB: it supports monitoring device identity and firmware/MIB version (genVersion, genMIBVersion), physical hardware address (genHWAddress), and whether the running configuration has unsaved changes (genConfigurationDirty), all useful for fleet inventory and change-tracking audits. It has no explicitly stated dependency on other standard MIBs in this excerpt, appearing to be a self-contained identity module. It is deployed as a common base/identity MIB included by other product-specific MIBs on the vendor's embedded network devices, making the ESI-MIB MIB a standard building block for fleet inventory and firmware-version audits.
IPNetwork Monitor allows you to monitor SNMP objects defined in ESI-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
- product name/number
- serial number
- hardware (MAC) address
- firmware/software version
- configuration dirty (unsaved changes) flag
Supported Devices
- vendor embedded network access equipment (ESI-branded product line)
Monitoring Examples
An admin would poll genProductName, genProductNumber, and genSerialNumber to build an inventory of deployed units, cross-referencing genHWAddress for MAC-based identification. genConfigurationDirty would be checked after a configuration change to confirm whether the device has an unsaved configuration that needs to be committed or saved to persistent storage. genVersion and genMIBVersion would be compared across a fleet to identify units running outdated firmware.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| esi | 1.3.6.1.4.1.683 | |||
| general | 1.3.6.1.4.1.683.1 | |||
| INT genGroupVersion | 1.3.6.1.4.1.683.1.1 | INTEGER | read-only | The version for the general group. |
| INT genMIBVersion | 1.3.6.1.4.1.683.1.2 | INTEGER | read-only | The version of the MIB. |
| STR genProductName | 1.3.6.1.4.1.683.1.3 | DisplayString | read-only | A textual description of the device. |
| STR genProductNumber | 1.3.6.1.4.1.683.1.4 | DisplayString | read-only | The product number of the device. |
| STR genSerialNumber | 1.3.6.1.4.1.683.1.5 | DisplayString | read-only | The serial number of the device. |
| OCT genHWAddress | 1.3.6.1.4.1.683.1.6 | OCTET STRING | read-only | The device's hardware address. |
| INT genCableType | 1.3.6.1.4.1.683.1.7 | INTEGER | read-only | Indicates the network cable type connected to the device. |
| STR genDateCode | 1.3.6.1.4.1.683.1.8 | DisplayString | read-only | The device's datecode. |
| STR genVersion | 1.3.6.1.4.1.683.1.9 | DisplayString | read-only | A string indicating the version of the firmware. |
| INT genConfigurationDirty | 1.3.6.1.4.1.683.1.10 | INTEGER | read-only | A variable's value has been changed which will require that the device be reset or power cycled before it will take effect. Set cmdReset to take this action. A list of critical variables that will cause genConfigurationDirty to be set follows: snmpGetCommunityName, snmpSetCommunityName, trPriority, trEarlyTokenRelease, trPacketSize, trRouting, trLocallyAdminAddr, psJetAdminEnabled, outputType, outputHandshake, tcpipEnabled, tcpipIPAddress, tcpipDefaultGateway, tcpipSubnetMask, tcpipUsingNetProtocols, tcpipBootProtocolsEnabled, tcpipRawPortNumber, tcpipMLPTCPPort, tcpipMLPPort, nwEnabled, nwSetFrameFormat, nwMode, nwPrintServerName, nwPrintServerPassword, nwQueueScanTime, nwFileServerName, nwPortPrinterNumber, nwPortFontDownload, nwPortPCLQueue, nwPortPSQueue, nwPortFormsOn, nwPortNotification, bvEnabled, bvSetSequencedRouting, bvLoginName, bvLoginPassword, bvPrintServiceName, bvPrintServiceRouting, lmEnabled, eTalkEnabled |
| STR genCompanyName | 1.3.6.1.4.1.683.1.11 | DisplayString | read-only | A string indicating the manufacturer of the device. |
| STR genCompanyLoc | 1.3.6.1.4.1.683.1.12 | DisplayString | read-only | A string indicating the location of the manufacturer of the device. |
| STR genCompanyPhone | 1.3.6.1.4.1.683.1.13 | DisplayString | read-only | A string indicating the phone number of the manufacturer of the device. |
| STR genCompanyTechSupport | 1.3.6.1.4.1.683.1.14 | DisplayString | read-only | A string indicating the technical support information for the device. |
| genProtocols | 1.3.6.1.4.1.683.1.15 | |||
| INT genNumProtocols | 1.3.6.1.4.1.683.1.15.1 | INTEGER | read-only | The number of network protocols supported on the device. |
| genProtocolTable | 1.3.6.1.4.1.683.1.15.2 | not-accessible | A list of network protocols. The number of entries is given by the value of genNumProtocols. | |
| genProtocolEntry | 1.3.6.1.4.1.683.1.15.2.1 | not-accessible | A network protocol supported on the device. | |
| INT genProtocolIndex | 1.3.6.1.4.1.683.1.15.2.1.1 | INTEGER | read-only | A unique value for each network protocol. Its value ranges between 1 and the value of genNumProtocols. The value for each protocol must remain constant at least from one re-initialization of the entity's network management system to the next re-initialization. |
| STR genProtocolDescr | 1.3.6.1.4.1.683.1.15.2.1.2 | DisplayString | read-only | A textual string describing the network protocol. |
| INT genProtocolID | 1.3.6.1.4.1.683.1.15.2.1.3 | INTEGER | read-only | A unique identification number for the network protocol. |
| STR genSysUpTimeString | 1.3.6.1.4.1.683.1.16 | DisplayString | read-only | A string indicating the system up time for the device. |
| commands | 1.3.6.1.4.1.683.2 | |||
| INT cmdGroupVersion | 1.3.6.1.4.1.683.2.1 | INTEGER | read-only | The version for the commands group. |
| INT cmdReset | 1.3.6.1.4.1.683.2.2 | INTEGER | read-write | A value of 2 will reset the device. The following list of variables will also cause the device to reset itself. cmdRestoreDefaults, snmpRestoreDefaults, trRestoreDefaults, outputRestoreDefaults, tcpipRestoreDefaults, tcpipFirmwareUpgrade, nwRestoreDefaults, nwFirmwareUpgrade, bvRestoreDefaults, bvFirmwareUpgrade, eTalkRestoreDefaults |
| INT cmdPrintConfig | 1.3.6.1.4.1.683.2.3 | INTEGER | read-write | A value of 2 will cause the device to print a configuration page. |
| INT cmdRestoreDefaults | 1.3.6.1.4.1.683.2.4 | INTEGER | read-write | A value of 2 will restore all parameters on the device to factory defaults, as well as reset the device. |
| esiSNMP | 1.3.6.1.4.1.683.3 | |||
| INT snmpGroupVersion | 1.3.6.1.4.1.683.3.1 | INTEGER | read-only | The version for the snmp group. |
| esiSNMPCommands | 1.3.6.1.4.1.683.3.2 | |||
| INT snmpRestoreDefaults | 1.3.6.1.4.1.683.3.2.1 | INTEGER | read-write | A value of 2 will restore all SNMP parameters on the device to factory defaults, as well as reset the device. |
| STR snmpGetCommunityName | 1.3.6.1.4.1.683.3.3 | DisplayString | read-write | Get community name for the managed node. In order for changes to this variable to take effect, the print server must be reset. See cmdReset to do this. |
| STR snmpSetCommunityName | 1.3.6.1.4.1.683.3.4 | DisplayString | read-write | Set community name for the managed node. This value cannot be read, just set. In order for changes to this variable to take effect, the print server must be reset. See cmdReset to do this. |
| STR snmpTrapCommunityName | 1.3.6.1.4.1.683.3.5 | DisplayString | read-write | Trap community name for the managed node. |
| driver | 1.3.6.1.4.1.683.4 | |||
| INT driverGroupVersion | 1.3.6.1.4.1.683.4.1 | INTEGER | read-only | The version for the driver group. |
| CTR driverRXPackets | 1.3.6.1.4.1.683.4.2 | Counter | read-only | The number of packets received. |
| CTR driverTXPackets | 1.3.6.1.4.1.683.4.3 | Counter | read-only | The number of packets transmitted. |
| CTR driverRXPacketsUnavailable | 1.3.6.1.4.1.683.4.4 | Counter | read-only | The number of inbound packets which were chosen to be discarded even though no errors had been detected to prevent their being deliverable to a higher-layer protocol due to a lack of buffer space. |
| CTR driverRXPacketErrors | 1.3.6.1.4.1.683.4.5 | Counter | read-only | The number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol. |
| CTR driverTXPacketErrors | 1.3.6.1.4.1.683.4.6 | Counter | read-only | The number of outbound packets that could not be transmitted because of errors. |
| CTR driverTXPacketRetries | 1.3.6.1.4.1.683.4.7 | Counter | read-only | The number of retransmitted packets. |
| CTR driverChecksumErrors | 1.3.6.1.4.1.683.4.8 | Counter | read-only | The number of packets containing checksum errors received. |
| tokenRing | 1.3.6.1.4.1.683.5 | |||
| INT trGroupVersion | 1.3.6.1.4.1.683.5.1 | INTEGER | read-only | The version for the tokenRing group. |
| trCommands | 1.3.6.1.4.1.683.5.2 | |||
| INT trRestoreDefaults | 1.3.6.1.4.1.683.5.2.1 | INTEGER | read-write | A value of 2 will restore all token-ring parameters on the device to factory defaults, as well as reset the device. |
| trConfigure | 1.3.6.1.4.1.683.5.3 | |||
| INT trPriority | 1.3.6.1.4.1.683.5.3.1 | INTEGER | read-write | The token which is passed around the ring until a station needs it can be assigned a priority from 0 to 6. Priority 0 is the lowest and 6 is the highest. The priority of the device can be increased to improve performance. However, the performance of file servers and crucial stations could be affected. In order for changes to this variable to take effect, the device must be reset. See cmdReset to do this. |
| INT trEarlyTokenRelease | 1.3.6.1.4.1.683.5.3.2 | INTEGER | read-write | Early token release allows the device to release the token immediately after transmitting data but only on 16 Mbps systems. This feature enhances ring performance. In order for changes to this variable to take effect, the device must be reset. See cmdReset to do this. |
| INT trPacketSize | 1.3.6.1.4.1.683.5.3.3 | INTEGER | read-write | You should only change the packet size if you are using a driver for your Token Ring adapter which allows packet sizes greater than One_K. In order for changes to this variable to take effect, the device must be reset. See cmdReset to do this. |
| INT trRouting | 1.3.6.1.4.1.683.5.3.4 | INTEGER | read-write | Set this variable to change the source routing configuration on the device. Off: No source routing. All, None: All-routes broadcast, nonbroadcast return. The frame will be transmitted on every route within the network resulting in multiple copies on a given ring. Single, All: Single-route broadcast, all routes broadcast return. The frame will be transmitted across the designated bridges, which will result in the frame appearing only once on each ring. The response frame is on all routes broadcast to the originator. Single, None: Single-route broadcast, nonbroadcast return. The frame will be transmitted across designated bridges, which will result in the frame appearing only once each ring. In order for changes to this variable to take effect, the device must be reset. See cmdReset to do this. |
| OCT trLocallyAdminAddr | 1.3.6.1.4.1.683.5.3.5 | OCTET STRING | read-write | This is the locally administered node address for the device. Valid values are 000000000000 and between 400000000000 and 7FFFFFFFFFFF. A value of 000000000000 indicates that a locally administered address is not in use. |
| printServers | 1.3.6.1.4.1.683.6 | |||
| NTF trapPrinterOnline | 1.3.6.1.4.1.683.6.0.1 | The printer is on-line. This trap will be sent out after a printer error condition has been cleared. | ||
| NTF trapPrinterOffline | 1.3.6.1.4.1.683.6.0.2 | The printer is off-line. | ||
| NTF trapNoPrinterAttached | 1.3.6.1.4.1.683.6.0.3 | No printer is attached to the output port. | ||
| NTF trapPrinterTonerLow | 1.3.6.1.4.1.683.6.0.4 | The printer toner is low. | ||
| NTF trapPrinterPaperOut | 1.3.6.1.4.1.683.6.0.5 | The printer is out of paper. | ||
| NTF trapPrinterPaperJam | 1.3.6.1.4.1.683.6.0.6 | The printer has a paper jam. | ||
| NTF trapPrinterDoorOpen | 1.3.6.1.4.1.683.6.0.7 | The printer door is open. | ||
| NTF trapPrinterError | 1.3.6.1.4.1.683.6.0.16 | General printer error. | ||
| psGeneral | 1.3.6.1.4.1.683.6.1 | |||
| INT psGroupVersion | 1.3.6.1.4.1.683.6.1.1 | INTEGER | read-only | The version for the psGeneral group. |
| INT psJetAdminEnabled | 1.3.6.1.4.1.683.6.1.2 | INTEGER | read-write | Indicates whether or not the JetAdmin support is enabled on the print server. In order for changes to this variable to take effect, the print server must be reset. See cmdReset to do this. |
| INT psVerifyConfiguration | 1.3.6.1.4.1.683.6.1.3 | INTEGER | read-write | This variable is used to force the print server to verify valid configuration settings. Setting the variable to the appropriate enumeration will cause the print server to verify the settings for that enumeration. If the settings are valid, the result of the set will be OK. If the settings are not valid, the result will be BadValue. Gets on this variable will always return 0. 1 - Indicates whether or not the current serial configuration is valid. Valid configurations - If the serial port is set in bidirectional mode, the baud rate must be less than 115200 and the handshaking must be set to hardware handshaking. 2 - Not used yet. |
| psOutput | 1.3.6.1.4.1.683.6.2 | |||
| INT outputGroupVersion | 1.3.6.1.4.1.683.6.2.1 | INTEGER | read-only | The version for the output group. |
| outputCommands | 1.3.6.1.4.1.683.6.2.2 | |||
| INT outputRestoreDefaults | 1.3.6.1.4.1.683.6.2.2.1 | INTEGER | read-write | A value of 2 will restore all output parameters on the print server to factory defaults, as well as reset the print server. |
| outputCommandsTable | 1.3.6.1.4.1.683.6.2.2.2 | not-accessible | A list of physical output ports. The number of entries is given by the value of outputNumPorts. | |
| outputCommandsEntry | 1.3.6.1.4.1.683.6.2.2.2.1 | not-accessible | A physical output port on the print server. | |
| INT outputCancelCurrentJob | 1.3.6.1.4.1.683.6.2.2.2.1.1 | INTEGER | read-write | A value of 2 will cancel the job currently printing on that port. |
| outputConfigure | 1.3.6.1.4.1.683.6.2.3 | |||
| INT outputNumPorts | 1.3.6.1.4.1.683.6.2.3.1 | INTEGER | read-only | The number of physical output ports on the print server. |
| outputTable | 1.3.6.1.4.1.683.6.2.3.2 | not-accessible | A list of physical output ports. The number of entries is given by the value of outputNumPorts. | |
| outputEntry | 1.3.6.1.4.1.683.6.2.3.2.1 | not-accessible | A physical output port on the print server. | |
| INT outputIndex | 1.3.6.1.4.1.683.6.2.3.2.1.1 | INTEGER | read-only | A unique value for each physical output port. Its value ranges between 1 and the value of outputNumPorts. The value for each protocol must remain constant at least from one re-initialization of the entity's network management system to the next re-initialization. |
| STR outputName | 1.3.6.1.4.1.683.6.2.3.2.1.2 | DisplayString | read-write | A textual description of the output port. |
| STR outputStatusString | 1.3.6.1.4.1.683.6.2.3.2.1.3 | DisplayString | read-only | A string indicating the status of the physical output port. |
| INT outputStatus | 1.3.6.1.4.1.683.6.2.3.2.1.4 | INTEGER | read-only | Indicates status of the printer. Get outputExtendedStatus for further information. |
| INT outputExtendedStatus | 1.3.6.1.4.1.683.6.2.3.2.1.5 | INTEGER | read-only | Indicates printer status to be used in conjunction with outputStatus. |
| INT outputPrinter | 1.3.6.1.4.1.683.6.2.3.2.1.6 | INTEGER | read-write | The type of printer the output port is attached to. Even if the group is supported, this variable may not be supported. |
| INT outputLanguageSwitching | 1.3.6.1.4.1.683.6.2.3.2.1.7 | INTEGER | read-write | Indicates the language switching option for the physical port. Even if the group is supported, this variable may not be supported. |
| INT outputConfigLanguage | 1.3.6.1.4.1.683.6.2.3.2.1.8 | INTEGER | read-write | Indicates the language that configuration pages will be printed in. If set to off, a config sheet will not be printed on this port. |
| OCT outputPCLString | 1.3.6.1.4.1.683.6.2.3.2.1.9 | OCTET STRING | read-write | This string will be sent out the physical port if (1) outputLanguageSwitching is set to PCL or outputLanguageSwitching is set to Auto and the job is determined to be PCL, and (2) outputPrinter is set to No_Specific_Printer. Even if the group is supported, this variable may not be supported. |
| OCT outputPSString | 1.3.6.1.4.1.683.6.2.3.2.1.10 | OCTET STRING | read-write | This string will be sent out the physical port if (1) outputLanguageSwitching is set to PostScript or outputLanguageSwitching is set to Auto and the job is determined to be PostScript, and (2) outputPrinter is set to No_Specific_Printer. Even if the group is supported, this variable may not be supported. |
| INT outputCascaded | 1.3.6.1.4.1.683.6.2.3.2.1.11 | INTEGER | read-write | A value of 2 indicates that the physical output port is connected to an Extended System's printer sharing device. Even if the group is supported, this variable may not be supported. |
| INT outputSetting | 1.3.6.1.4.1.683.6.2.3.2.1.12 | INTEGER | read-write | Indicates the type (and optionally speed) for the physical output port. Setting this variable to physical connections (such as Parallel) will result in an error. In order for changes to this variable to take effect, the print server must be reset. See cmdReset to do this. |
| INT outputOwner | 1.3.6.1.4.1.683.6.2.3.2.1.13 | INTEGER | read-only | Indicates which protocol or task currently is printing on the port. |
| INT outputBIDIStatusEnabled | 1.3.6.1.4.1.683.6.2.3.2.1.14 | INTEGER | read-write | A value of 2 indicates that the BIDI status system is enabled. |
| STR outputPrinterModel | 1.3.6.1.4.1.683.6.2.3.2.1.15 | DisplayString | read-only | A string indicating the printer model attached to the output port. |
| STR outputPrinterDisplay | 1.3.6.1.4.1.683.6.2.3.2.1.16 | DisplayString | read-only | A string indicating the message on the attached printer front panel. |
| INT outputCapabilities | 1.3.6.1.4.1.683.6.2.3.2.1.17 | INTEGER | read-only | This field is implemented as a BIT mask. If the bit is set then the port is capable of functioning in this mode. Bit Property --- ------------------------ 0 Serial Unidirectional Baud 9600 1 Serial Unidirectional Baud 19200 2 Serial Unidirectional Baud 38400 3 Serial Unidirectional Baud 57600 4 Serial Unidirectional Baud 115200 5 Serial Bidirectional Baud 9600 6 Serial Bidirectional Baud 19200 7 Serial Bidirectional Baud 38400 8 Serial Bidirectional Baud 57600 19 Infrared Input on serial port 20 Serial Input 21 Serial Configuration Settings 22 Parallel Compatibility Mode (no bidi) 23 IEEE 1284 Standard Nibble Mode 24 ZLink 25 Bidirectional Support (PJL status) 26 Serial Software Handshaking 27 Serial Output 28 Extended Link Technology 29 Printer Internal (MIO) 30 IEEE 1284 ECP or Fast Nibble Mode |
| INT outputHandshake | 1.3.6.1.4.1.683.6.2.3.2.1.18 | INTEGER | read-write | If the port in serial mode operation this indicates the handshaking method being used. Setting this value to 'not- supported' will result in an error. Setting this value on non serial capable ports will result in an error. In order for changes to this variable to take effect, the print server must be reset. See cmdReset to do this. |
| INT outputDataBits | 1.3.6.1.4.1.683.6.2.3.2.1.19 | INTEGER | read-write | If the port in serial mode operation this indicates the number of data bits being used. Setting this value to 'not- supported' will result in an error. Setting this value on non serial capable ports will result in an error. In order for changes to this variable to take effect, the print server must be reset. See cmdReset to do this. |
| INT outputStopBits | 1.3.6.1.4.1.683.6.2.3.2.1.20 | INTEGER | read-write | If the port in serial mode operation this indicates the number of stop bits being used. Setting this value to 'not- supported' will result in an error. Setting this value on non serial capable ports will result in an error. In order for changes to this variable to take effect, the print server must be reset. See cmdReset to do this. |
| INT outputParity | 1.3.6.1.4.1.683.6.2.3.2.1.21 | INTEGER | read-write | If the port in serial mode operation this indicates the parity checking method being used. Setting this value to 'not- supported' will result in an error. Setting this value on non serial capable ports will result in an error. In order for changes to this variable to take effect, the print server must be reset. See cmdReset to do this. |
| INT outputBaudRate | 1.3.6.1.4.1.683.6.2.3.2.1.22 | INTEGER | read-write | If the port in serial mode operation this indicates the baud rate being used. Setting this value on non serial capable ports will result in an error. In order for changes to this variable to take effect, the print server must be reset. See cmdReset to do this. |
| INT outputProtocolManager | 1.3.6.1.4.1.683.6.2.3.2.1.23 | INTEGER | read-only | Indicates the type of output protocol manager being used on the port. Protocol-none means either there is no printer attached or the print server has not yet determined which output managers are supported on the printer. Protocol-compatibility means the printer does not support any of the protocol managers supported by the print server. Protocol-1284-4 means the output is using the 1284.4 logical port protocol manager. |
| INT outputDisplayMask | 1.3.6.1.4.1.683.6.2.4 | INTEGER | read-only | Bit mask describing what should be displayed by the utilities bit Description --- ----------- 0 outputCancelCurrentJob (Includes all CancelCurrentJob info) 1 outputName 2 outputStatusString 3 outputStatus 4 outputExtendedStatus 5 outputPrinter 6 outputLanguageSwitching 7 outputConfigLanguage 8 outputString (Includes outputPCLString and outputPSString) 9 outputCascaded 10 outputSetting 11 outputOwner 12 outputBIDIStatusEnabled 13 outputPrinterModel 14 outputPrinterDisplay 15 outputHandshake 16 outputJobLog (includes all job logging) 17 outputSerialConfig |
| INT outputAvailableTrapsMask | 1.3.6.1.4.1.683.6.2.5 | INTEGER | read-only | Bit mask describing what output printer traps are available bit Description --- ----------- 0 online 1 offline 2 printer attached 3 toner low 4 paper out 5 paper jam 6 door open 7 printer error |
| outputJobLog | 1.3.6.1.4.1.683.6.2.6 | |||
| INT outputNumLogEntries | 1.3.6.1.4.1.683.6.2.6.1 | INTEGER | read-only | The number of job log entries per output port. |
| outputJobLogTable | 1.3.6.1.4.1.683.6.2.6.2 | not-accessible | A 2 dimensional list of Job log entries indexed by the output port number and the log entry index (1 through outputNumJobLogEntries). The number of entries per output port is given by the value of outputNumJobLogEntries. | |
| outputJobLogEntry | 1.3.6.1.4.1.683.6.2.6.2.1 | not-accessible | A Job log entry. | |
| STR outputJobLogInformation | 1.3.6.1.4.1.683.6.2.6.2.1.1 | DisplayString | read-only | A textual description of print job information. The protocol, source, and file size are always included. Other information such as File Server, Queue, File Name, etc will be included if available. |
| STR outputJobLogTime | 1.3.6.1.4.1.683.6.2.6.2.1.2 | DisplayString | read-only | A string indicating the elasped time since the last job was printed. Reported in form X hours X minutes X seconds. |
| outputTotalJobTable | 1.3.6.1.4.1.683.6.2.6.3 | not-accessible | Table showing the total number of jobs printed for each port. | |
| outputTotalJobEntry | 1.3.6.1.4.1.683.6.2.6.3.1 | not-accessible | An entry in the outputTotalJobTable. | |
| INT outputTotalJobIndex | 1.3.6.1.4.1.683.6.2.6.3.1.1 | INTEGER | read-only | A unique value for entry in the outputTotalJobTable. Its value ranges between 1 and the value of numPorts. |
| INT outputTotalJobsLogged | 1.3.6.1.4.1.683.6.2.6.3.1.2 | INTEGER | read-only | The total number of jobs printed by the port since the print server was powered on. |
| psProtocols | 1.3.6.1.4.1.683.6.3 | |||
| tcpip | 1.3.6.1.4.1.683.6.3.1 | |||
| INT tcpipGroupVersion | 1.3.6.1.4.1.683.6.3.1.1 | INTEGER | read-only | The version for the tcpip group. |
| INT tcpipEnabled | 1.3.6.1.4.1.683.6.3.1.2 | INTEGER | read-write | Indicates whether or not the tcpip protocol stack is enabled on the print server. In order for changes to this variable to take effect, the print server must be reset. See cmdReset to do this. |
| tcpipCommands | 1.3.6.1.4.1.683.6.3.1.3 | |||
| INT tcpipRestoreDefaults | 1.3.6.1.4.1.683.6.3.1.3.1 | INTEGER | read-write | A value of 2 will restore all tcpip parameters on the print server to factory defaults, as well as reset the print server. |
| INT tcpipFirmwareUpgrade | 1.3.6.1.4.1.683.6.3.1.3.2 | INTEGER | read-write | A value of 2 will put the print server into firmware upgrade mode waiting to receive a firmware upgrade file via tftp. |
| tcpipConfigure | 1.3.6.1.4.1.683.6.3.1.4 | |||
| IP tcpipIPAddress | 1.3.6.1.4.1.683.6.3.1.4.1 | IpAddress | read-write | The Internet Address. In order for changes to this variable to take effect, the print server must be reset. See cmdReset to do this. |
| IP tcpipDefaultGateway | 1.3.6.1.4.1.683.6.3.1.4.2 | IpAddress | read-write | The default gateway for the print server. In order for changes to this variable to take effect, the print server must be reset. See cmdReset to do this. |
| IP tcpipSubnetMask | 1.3.6.1.4.1.683.6.3.1.4.3 | IpAddress | read-write | The subnet mask for the print server. In order for changes to this variable to take effect, the print server must be reset. See cmdReset to do this. |
| INT tcpipUsingNetProtocols | 1.3.6.1.4.1.683.6.3.1.4.4 | INTEGER | read-write | A value of 2 indicates that the print server is using a combination of RARP, BOOTP, default IP address, or gleaning to determine its IP address. See tcpipBootProtocolsEnabled to determine which boot protocols are enabled. If the value of tcpipUsingNetProtocols is 1, the IP address is stored permanently in flash memory. In order for changes to this variable to take effect, the print server must be reset. See cmdReset to do this. |
| INT tcpipBootProtocolsEnabled | 1.3.6.1.4.1.683.6.3.1.4.5 | INTEGER | read-write | This is the 16 bit mask which determines which boot protocols will be used to determine the print server's IP address. BIT Boot Protocol Enabled --- -------------------------- 0 RARP 1 BootP 2 DHCP 3 Gleaning 4 Default Address Enabled (If no address after 2 minutes timeout and go to 198.102.102.254) A value of 31 indicates that all boot protocols are enabled. These protocols will only be used if tcpipUsingNetProtocols is set to 2. In order for changes to this variable to take effect, the print server must be reset. See cmdReset to do this. |
| INT tcpipIPAddressSource | 1.3.6.1.4.1.683.6.3.1.4.6 | INTEGER | read-only | This variable indicates how the IP address for the print server was determined. |
| IP tcpipIPAddressServerAddress | 1.3.6.1.4.1.683.6.3.1.4.7 | IpAddress | read-only | This variable indicates the source of the IP address if a boot protocol was used. This value will be 0.0.0.0 if no boot server was used. |
| INT tcpipTimeoutChecking | 1.3.6.1.4.1.683.6.3.1.4.8 | INTEGER | read-write | A value of 2 indicates that a packet timeout will be active on all tcp connections. If a packet has not been received from the connection within this timeout the connection will be reset. To set this timeout, see tcpipTimeoutCheckingValue |
| INT tcpipNumTraps | 1.3.6.1.4.1.683.6.3.1.4.9 | INTEGER | read-only | The number of UDP trap destinations. |
| tcpipTrapTable | 1.3.6.1.4.1.683.6.3.1.4.10 | not-accessible | A list of UDP trap definitions. The number of entries is given by the value of tcpipNumTraps. | |
| tcpipTrapEntry | 1.3.6.1.4.1.683.6.3.1.4.10.1 | not-accessible | An entry in the tcpipTrapTable. | |
| INT tcpipTrapIndex | 1.3.6.1.4.1.683.6.3.1.4.10.1.1 | INTEGER | read-only | A unique value for entry in the tcpipTrapTable. Its value ranges between 1 and the value of tcpipNumTraps. |
| IP tcpipTrapDestination | 1.3.6.1.4.1.683.6.3.1.4.10.1.2 | IpAddress | read-write | This is the IP address that traps are sent to. A value of 0.0.0.0 will disable traps over UDP. |
| INT tcpipProtocolTrapMask | 1.3.6.1.4.1.683.6.3.1.4.10.1.3 | INTEGER | read-write | This is the 16 bit mask which determines which protocol specific traps will be sent out via UDP. Currently no protocol specific traps are supported. |
| INT tcpipPrinterTrapMask | 1.3.6.1.4.1.683.6.3.1.4.10.1.4 | INTEGER | read-write | This is the 16 bit mask which determines which printer specific traps will be sent out via UDP. A value of 65535 indicates that all printer specific traps should be reported via UDP. BIT CONDITION --- -------------------------- 0 On-line (Condition cleared) 1 Off-line 2 No printer attached 3 Toner Low 4 Paper Out 5 Paper Jam 6 Door Open 15 Printer Error |
| INT tcpipOutputTrapMask | 1.3.6.1.4.1.683.6.3.1.4.10.1.5 | INTEGER | read-write | This is the 16 bit mask which determines which physical output ports will be checked when generating printer specific traps to be sent out via UDP. A value of 65535 indicates that all physical output ports will generate traps. BIT CONDITION --- -------------------------- 0 Port 1 1 Port 2 2 Port 3 3 Port 4 ... ... |
| INT tcpipBanners | 1.3.6.1.4.1.683.6.3.1.4.11 | INTEGER | read-write | A value of 2 indicates that banners will be printed with tcpip jobs. Even if the group is supported, this variable may not be supported. |
| IP tcpipWinsAddress | 1.3.6.1.4.1.683.6.3.1.4.12 | IpAddress | read-write | The IP address of the WINS server. The print server will register its sysName to this WINS server. |
| INT tcpipWinsAddressSource | 1.3.6.1.4.1.683.6.3.1.4.13 | INTEGER | read-write | The source of the WINS server address. If set to dhcp, the print server will use the WINS address supplied with dhcp. If it is set to permanent, it will use the WINS address stored in flash. |
| STR tcpipConfigPassword | 1.3.6.1.4.1.683.6.3.1.4.14 | DisplayString | read-write | The print server html/telnet configuration password. This value cannot be read, just set. |
| INT tcpipTimeoutCheckingValue | 1.3.6.1.4.1.683.6.3.1.4.15 | INTEGER | read-write | The TCP connection timeout in seconds. A value of 0 has the same effect as disabling timeout checking. |
| INT tcpipArpInterval | 1.3.6.1.4.1.683.6.3.1.4.16 | INTEGER | read-write | The ARP interval in minutes. The print server will ARP itself once when this timer expires. Set to 0 to disable. |
| INT tcpipRawPortNumber | 1.3.6.1.4.1.683.6.3.1.4.17 | INTEGER | read-write | The raw TCP port number the print server will listen for print jobs on. On multiple port devices, additional ports will sequentially follow this port number. The default port is 9100. Setting this value to a TCP port that is in use by another TCP application will return an error. In order for changes to this variable to take effect, the print server must be reset. See cmdReset to do this. |
| INT tcpipNumSecurity | 1.3.6.1.4.1.683.6.3.1.4.18 | INTEGER | read-only | The number of secure IP address ranges. |
| tcpipSecurityTable | 1.3.6.1.4.1.683.6.3.1.4.19 | not-accessible | A list of secure IP address ranges. This adds security for both printing and admin rights. AdminEnabled: When the admin enabled field is set to yes for a secure address range, the print server may only be configured via IP from IP address within that range. If the admin field is not set for any address ranges, the print server will accept admin commands from any IP address which has the valid community names and/or passwords. PortMask: When there is a port mask set for a secure IP address range, the print server will only accept TCP/IP print jobs from hosts that are in the secure address range. If there are no ranges with a port mask set, the print server will accept TCP/IP print jobs from any host. The number of entries is given by the value of tcpipNumSecurity. | |
| tcpipSecurityEntry | 1.3.6.1.4.1.683.6.3.1.4.19.1 | not-accessible | An entry in the tcpipSecurityTable. | |
| INT tcpipSecurityIndex | 1.3.6.1.4.1.683.6.3.1.4.19.1.1 | INTEGER | read-only | A unique value for entry in the tcpipSecurityTable. Its value ranges between 1 and the value of tcpipNumSecurity. |
| IP tcpipSecureStartIPAddress | 1.3.6.1.4.1.683.6.3.1.4.19.1.2 | IpAddress | read-write | This is the starting IP address for the secure IP address range. A value of 0.0.0.0 for both tcpipStartIPAddress and tcpipEndIPAddress will disable the address range. |
| IP tcpipSecureEndIPAddress | 1.3.6.1.4.1.683.6.3.1.4.19.1.3 | IpAddress | read-write | This is the ending IP address for the secure IP address range. A value of 0.0.0.0 for both tcpipStartIPAddress and tcpipEndIPAddress will disable the address range. |
| INT tcpipSecurePrinterMask | 1.3.6.1.4.1.683.6.3.1.4.19.1.4 | INTEGER | read-write | This is the 8 bit mask which determines which physical output ports this range of IP addresses can print to. A value of 127 indicates that the range of IP addresses can print to any of the output ports. This value can not be configured until a valid start and end address range have been configured. BIT CONDITION --- -------------------------- 0 Port 1 1 Port 2 2 Port 3 3 Port 4 ... ... 8 Reserved, must be set to 0. |
| INT tcpipSecureAdminEnabled | 1.3.6.1.4.1.683.6.3.1.4.19.1.5 | INTEGER | read-write | This allows an advanced level of admin security for IP. Setting this will restrict which IP addresses can configure the print server. The correct community names and passwords are still required if this is used, it just adds another level of security. Indicates whether or not admin rights are enabled for this range of IP addresses. If no range of addresses has this enabled, then any IP address can configure the print server if it has the correct community names and/or passwords. If this field is set to yes for any range of addresses, the print server will only be configurable via IP from that range of addresses. This value can not be configured until a valid start and end address range have been configured. |
| INT tcpipLowBandwidth | 1.3.6.1.4.1.683.6.3.1.4.20 | INTEGER | read-write | A value of 2 will optimize the TCP stack for low bandwidth networks. A value of 1 will optimize the TCP stack for high bandwidth networks. |
| INT tcpipNumLogicalPrinters | 1.3.6.1.4.1.683.6.3.1.4.21 | INTEGER | read-only | The number of available logical printers. |
| tcpipMLPTable | 1.3.6.1.4.1.683.6.3.1.4.22 | not-accessible | A table of the available logical printers. The number of entries is given by the value of tcpipNumLogicalPrinters. | |
| tcpipMLPEntry | 1.3.6.1.4.1.683.6.3.1.4.22.1 | not-accessible | An entry in the tcpipMLPTable. | |
| INT tcpipMLPIndex | 1.3.6.1.4.1.683.6.3.1.4.22.1.1 | INTEGER | read-only | A unique value for entry in the tcpipMLPTable. Its value ranges between 1 and the value of tcpipNumLogicalPrinters. |
| STR tcpipMLPName | 1.3.6.1.4.1.683.6.3.1.4.22.1.2 | DisplayString | read-write | Contains the name of the logical printer. This name is also the LPR remote queue name associated with the logical printer. |
| INT tcpipMLPPort | 1.3.6.1.4.1.683.6.3.1.4.22.1.3 | INTEGER | read-write | The number of the physical output port associated with the logical printer. In order for changes to this variable to take effect, the print server must be reset. See cmdReset to do this. |
| INT tcpipMLPTCPPort | 1.3.6.1.4.1.683.6.3.1.4.22.1.4 | INTEGER | read-write | The TCP port associated with the logical printer. Any print data sent to this TCP port will be processed through this logical printer entry. In order for changes to this variable to take effect, the print server must be reset. See cmdReset to do this. |
| STR tcpipMLPPreString | 1.3.6.1.4.1.683.6.3.1.4.22.1.5 | DisplayString | read-write | This contains any data that should be sent down to the printer at the beginning of jobs sent to this logical printer. To enter non-printable ascii characters in the string, enclose the decimal value inside of <>. For example, to enter an ESC-E the string would be 'E'. |
| STR tcpipMLPPostString | 1.3.6.1.4.1.683.6.3.1.4.22.1.6 | DisplayString | read-write | This contains any data that should be sent down to the printer at the end of jobs sent to this logical printer. To enter non-printable ascii characters in the string, enclose the decimal value inside of <>. For example, to enter an ESC-E the string would be 'E'. |
| INT tcpipMLPDeleteBytes | 1.3.6.1.4.1.683.6.3.1.4.22.1.7 | INTEGER | read-write | The number of bytes that will be deleted from the beginning of jobs sent to this logical printer. |
| IP tcpipSmtpServerAddr | 1.3.6.1.4.1.683.6.3.1.4.23 | IpAddress | read-write | The IP address of the e-mail server which will be used to send e-mail notification of printer status conditions. This address must contain the valid IP address of an e-mail server before any of the contents of the SmtpTable are used. |
| INT tcpipNumSmtpDestinations | 1.3.6.1.4.1.683.6.3.1.4.24 | INTEGER | read-only | The number of configurable e-mail destinations to receive printer status conditions. |
| tcpipSmtpTable | 1.3.6.1.4.1.683.6.3.1.4.25 | not-accessible | A list of SMTP e-mail addresses and printer status conditions to send e-mails for. The number of entries is given by the value of tcpipNumSmtpDestinations. | |
| tcpipSmtpEntry | 1.3.6.1.4.1.683.6.3.1.4.25.1 | not-accessible | An entry in the tcpipSmtpTable. | |
| INT tcpipSmtpIndex | 1.3.6.1.4.1.683.6.3.1.4.25.1.1 | INTEGER | read-only | A unique value for entry in the tcpipSmtpTable. Its value ranges between 1 and the value of tcpipNumSmtpDestinations. |
| OCT tcpipSmtpEmailAddr | 1.3.6.1.4.1.683.6.3.1.4.25.1.2 | OCTET STRING | read-write | This is the e-mail address that printer status conditions are sent to. If this string is empty the status conditions will not be sent. |
| INT tcpipSmtpProtocolMask | 1.3.6.1.4.1.683.6.3.1.4.25.1.3 | INTEGER | read-write | This is the 16 bit mask which determines which protocol specific conditions will be sent out via e-mail. Currently no protocol specific conditions are supported. |
| INT tcpipSmtpPrinterMask | 1.3.6.1.4.1.683.6.3.1.4.25.1.4 | INTEGER | read-write | This is the 16 bit mask which determines which printer specific conditions will be sent out via e-mail. A value of 65535 indicates that all printer specific conditions should be reported via e-mail. BIT CONDITION --- -------------------------- 0 On-line (Condition cleared) 1 Off-line 2 No printer attached 3 Toner Low 4 Paper Out 5 Paper Jam 6 Door Open 15 Printer Error |
| INT tcpipSmtpOutputMask | 1.3.6.1.4.1.683.6.3.1.4.25.1.5 | INTEGER | read-write | This is the 16 bit mask which determines which physical output ports will be checked when generating printer specific conditions to be sent out via e-mail. A value of 65535 indicates that all physical output ports will generate e-mails upon a change in status. BIT CONDITION --- -------------------------- 0 Port 1 1 Port 2 2 Port 3 3 Port 4 ... ... |
| OCT tcpipWebAdminName | 1.3.6.1.4.1.683.6.3.1.4.26 | OCTET STRING | read-write | This is the admin name used by web configuration for login. |
| OCT tcpipWebAdminPassword | 1.3.6.1.4.1.683.6.3.1.4.27 | OCTET STRING | read-write | This is the admin password used by web configuration for login. |
| OCT tcpipWebUserName | 1.3.6.1.4.1.683.6.3.1.4.28 | OCTET STRING | read-write | This is the user name used by web configuration for login. Not currently used. |
| OCT tcpipWebUserPassword | 1.3.6.1.4.1.683.6.3.1.4.29 | OCTET STRING | read-write | This is the user password used by web configuration for login. Not currently used. |
| INT tcpipWebHtttpPort | 1.3.6.1.4.1.683.6.3.1.4.30 | INTEGER | read-write | The port number used to communicate over http. Must be between 0 and 65535. It must not be the same as any other port used. Other ports used are 20, 21, 23, 515, & raw port numbers (9100, 9101, ... if at default) |
| OCT tcpipWebFaqURL | 1.3.6.1.4.1.683.6.3.1.4.31 | OCTET STRING | read-write | This is the URL for FAQ at the ESI (or other OEM) website. |
| OCT tcpipWebUpdateURL | 1.3.6.1.4.1.683.6.3.1.4.32 | OCTET STRING | read-write | This is the URL for finding firmware updates at the ESI (or other OEM) website. |
| OCT tcpipWebCustomLinkName | 1.3.6.1.4.1.683.6.3.1.4.33 | OCTET STRING | read-write | This is the name assigned to the custom link defined by the user. |
| OCT tcpipWebCustomLinkURL | 1.3.6.1.4.1.683.6.3.1.4.34 | OCTET STRING | read-write | This is the URL for a custom link specified by the user. |
| IP tcpipPOP3ServerAddress | 1.3.6.1.4.1.683.6.3.1.4.35 | IpAddress | read-write | The IP address of the POP3 server from which email will be retrieved. This address must contain the valid IP address of a POP3 server before any attempts to retrieve email will be made. |
| INT tcpipPOP3PollInterval | 1.3.6.1.4.1.683.6.3.1.4.36 | INTEGER | read-write | The number of seconds between attempts to retrieve mail from the POP3 server. |
| OCT tcpipPOP3UserName | 1.3.6.1.4.1.683.6.3.1.4.37 | OCTET STRING | read-write | This is the user name for the print server's email account on the POP3 server. |
| OCT tcpipPOP3Password | 1.3.6.1.4.1.683.6.3.1.4.38 | OCTET STRING | read-write | This is the password for the print server's email account on the POP3 server. |
| OCT tcpipDomainName | 1.3.6.1.4.1.683.6.3.1.4.39 | OCTET STRING | read-write | This is the Domain name used by POP3 and SMTP. |
| tcpipStatus | 1.3.6.1.4.1.683.6.3.1.5 | |||
| STR tcpipError | 1.3.6.1.4.1.683.6.3.1.5.1 | DisplayString | read-only | Contains any tcpip specific error information. |
| INT tcpipDisplayMask | 1.3.6.1.4.1.683.6.3.1.6 | INTEGER | read-only | Bit mask describing what should be displayed by the utilities bit Description --- ----------- 0 tcpipAddress (Includes tcpipDefaultGateway and tcpipSubnetMask) 1 tcpipUsingNetProtocols (Includes tcpipBootProtocolsEnabled, tcpipAddressSource, tcpipAddressServerAddress) 2 tcpipTimeoutChecking 3 tcpipTraps (Includes all trap info) 4 tcpipBanners 5 tcpipSecurity (Includes all security info) 6 tcpipWinsAddress (Includes tcpipWinsAddressSource) 7 tcpipConfigPassword 8 tcpipTimeoutCheckingValue 9 tcpipArpInterval 10 tcpipRawPortNumber 11 tcpipError 12 tcpipLowBandwidth 13 tcpipMLP (Includes all logical printer settings) |
| netware | 1.3.6.1.4.1.683.6.3.2 | |||
| INT nwGroupVersion | 1.3.6.1.4.1.683.6.3.2.1 | INTEGER | read-only | The version for the netware group. |
| INT nwEnabled | 1.3.6.1.4.1.683.6.3.2.2 | INTEGER | read-write | Indicates whether or not the NetWare protocol stack is enabled on the print server. In order for changes to this variable to take effect, the print server must be reset. See cmdReset to do this. |
| nwCommands | 1.3.6.1.4.1.683.6.3.2.3 | |||
| INT nwRestoreDefaults | 1.3.6.1.4.1.683.6.3.2.3.1 | INTEGER | read-write | A value of 2 will restore all NetWare parameters on the print server to factory defaults, as well as reset the print server. |
| INT nwFirmwareUpgrade | 1.3.6.1.4.1.683.6.3.2.3.2 | INTEGER | read-write | A value of 2 will put the print server into firmware upgrade mode. |
| nwConfigure | 1.3.6.1.4.1.683.6.3.2.4 | |||
| INT nwFrameFormat | 1.3.6.1.4.1.683.6.3.2.4.1 | INTEGER | read-only | Indicates the frame format that the print server is using. See nwSetFrameFormat to determine which frame frame format the print server is configured for. |
| INT nwSetFrameFormat | 1.3.6.1.4.1.683.6.3.2.4.2 | INTEGER | read-write | Indicates the frame format that the print server is using. Setting this value to 1 (Auto_Sense) indicates that automatic frame format sensing will be used. In order for changes to this variable to take effect, the print server must be reset. See cmdReset to do this. |
| INT nwMode | 1.3.6.1.4.1.683.6.3.2.4.3 | INTEGER | read-write | Mode the print server is running in. In order for changes to this variable to take effect, the print server must be reset. See cmdReset to do this. |
| STR nwPrintServerName | 1.3.6.1.4.1.683.6.3.2.4.4 | DisplayString | read-write | Contains print server name. In order for changes to this variable to take effect, the print server must be reset. See cmdReset to do this. |
| STR nwPrintServerPassword | 1.3.6.1.4.1.683.6.3.2.4.5 | DisplayString | read-write | The print server password. This value cannot be read, just set. In order for changes to this variable to take effect, the print server must be reset. See cmdReset to do this. |
| INT nwQueueScanTime | 1.3.6.1.4.1.683.6.3.2.4.6 | INTEGER | read-write | Determines how often, in tenths of a second that the print server will scan the queues for jobs. In order for changes to this variable to take effect, the print server must be reset. See cmdReset to do this. |
| OCT nwNetworkNumber | 1.3.6.1.4.1.683.6.3.2.4.7 | OCTET STRING | read-only | The print server's network number. |
| INT nwMaxFileServers | 1.3.6.1.4.1.683.6.3.2.4.8 | INTEGER | read-only | The print server maximum number of file servers which it can be attached to at once. |
| nwFileServerTable | 1.3.6.1.4.1.683.6.3.2.4.9 | not-accessible | A table of file servers to service. | |
| nwFileServerEntry | 1.3.6.1.4.1.683.6.3.2.4.9.1 | not-accessible | A file server for the print server to service. | |
| INT nwFileServerIndex | 1.3.6.1.4.1.683.6.3.2.4.9.1.1 | INTEGER | read-only | A unique value for each file server. Its value ranges between 1 and the value of nwMaxFileServers. The value for each server must remain constant at least from one re-initialization of the entity's network management system to the next re-initialization. The first entry in the table is the default file server. |
| STR nwFileServerName | 1.3.6.1.4.1.683.6.3.2.4.9.1.2 | DisplayString | read-write | The file server name. This name will be NULL if there is no file server to be serviced. Only the default file server (the first entry in the table) can be set. In order for changes to this variable to take effect, the print server must be reset. See cmdReset to do this. |
| INT nwFileServerConnectionStatus | 1.3.6.1.4.1.683.6.3.2.4.9.1.3 | INTEGER | read-only | The value describes the status of the connection between the file server and the print server. |
| nwPortTable | 1.3.6.1.4.1.683.6.3.2.4.10 | not-accessible | A table of NetWare port specific information. | |
| nwPortEntry | 1.3.6.1.4.1.683.6.3.2.4.10.1 | not-accessible | An entry of NetWare port specific information. | |
| INT nwPortIndex | 1.3.6.1.4.1.683.6.3.2.4.10.1.1 | INTEGER | read-only | A unique value for each physical output port. Its value ranges between 1 and the value of outputNumPorts. The value for each port must remain constant at least from one re-initialization of the entity's network management system to the next re-initialization. |
| STR nwPortStatus | 1.3.6.1.4.1.683.6.3.2.4.10.1.2 | DisplayString | read-only | A string indicating the NetWare specific status of the physical output port. |
| INT nwPortPrinterNumber | 1.3.6.1.4.1.683.6.3.2.4.10.1.3 | INTEGER | read-write | Indicates the printer number for the print server to use when running in RPRinter mode. A value of 255 indicates that the port is unconfigured for RPRinter mode. In order for changes to this variable to take effect, the print server must be reset. See cmdReset to do this. |
| INT nwPortFontDownload | 1.3.6.1.4.1.683.6.3.2.4.10.1.4 | INTEGER | read-write | This variable controls the font downloading feature of the print server. Disabled - Do not download fonts. Enabled, without Printer Sense - Only download fonts after the print server has been reset or power cycled. Enabled, with Printer Sense - Download fonts after the print server has been reset or power-cycled, or after the printer has been power-cycled. This option is only available on certain print servers. In order for changes to this variable to take effect, the print server must be reset. See cmdReset to do this. |
| STR nwPortPCLQueue | 1.3.6.1.4.1.683.6.3.2.4.10.1.5 | DisplayString | read-write | A string indicating the name of the queue containing the PCL fonts to download when font downloading is enabled. In order for changes to this variable to take effect, the print server must be reset. See cmdReset to do this. |
| STR nwPortPSQueue | 1.3.6.1.4.1.683.6.3.2.4.10.1.6 | DisplayString | read-write | A string indicating the name of the queue containing the PS fonts to download when font downloading is enabled. In order for changes to this variable to take effect, the print server must be reset. See cmdReset to do this. |
| INT nwPortFormsOn | 1.3.6.1.4.1.683.6.3.2.4.10.1.7 | INTEGER | read-write | A value of 2 will enable forms checking. In order for changes to this variable to take effect, the print server must be reset. See cmdReset to do this. |
| INT nwPortFormNumber | 1.3.6.1.4.1.683.6.3.2.4.10.1.8 | INTEGER | read-write | Indicates the form number to check jobs against when nwPortFormsOn is enabled. |
| INT nwPortNotification | 1.3.6.1.4.1.683.6.3.2.4.10.1.9 | INTEGER | read-write | A value of 2 will enable job notification. |
| INT nwNumTraps | 1.3.6.1.4.1.683.6.3.2.4.11 | INTEGER | read-only | The number of IPX trap destinations. |
| nwTrapTable | 1.3.6.1.4.1.683.6.3.2.4.12 | not-accessible | A list of IPX trap definitions. The number of entries is given by the value of nwNumTraps. | |
| nwTrapEntry | 1.3.6.1.4.1.683.6.3.2.4.12.1 | not-accessible | An entry in the nwTrapTable. | |
| INT nwTrapIndex | 1.3.6.1.4.1.683.6.3.2.4.12.1.1 | INTEGER | read-only | A unique value for entry in the nwTrapTable. Its value ranges between 1 and the value of nwNumTraps. |
| OCT nwTrapDestination | 1.3.6.1.4.1.683.6.3.2.4.12.1.2 | OCTET STRING | read-write | This is the network address that IPX traps are sent to. A value of 00 00 00 00 00 00 in conjunction with a nwTrapDestinationNet of 00 00 00 00 will disable traps over IPX. |
| OCT nwTrapDestinationNet | 1.3.6.1.4.1.683.6.3.2.4.12.1.3 | OCTET STRING | read-write | This is the network number that IPX traps are sent to. A value of 00 00 00 00 in conjunction with a nwTrapDestination of 00 00 00 00 00 00 will disable traps over IPX. |
| INT nwProtocolTrapMask | 1.3.6.1.4.1.683.6.3.2.4.12.1.4 | INTEGER | read-write | This is the 16 bit mask which determines which protocol specific traps will be sent out via IPX. Currently no protocol specific traps are supported. |
| INT nwPrinterTrapMask | 1.3.6.1.4.1.683.6.3.2.4.12.1.5 | INTEGER | read-write | This is the 16 bit mask which determines which printer specific traps will be sent out via IPX. A value of 65535 indicates that all printer specific traps should be reported via IPX. BIT CONDITION --- -------------------------- 0 On-line (Condition cleared) 1 Off-line 2 No printer attached 3 Toner Low 4 Paper Out 5 Paper Jam 6 Door Open 15 Printer Error |
| INT nwOutputTrapMask | 1.3.6.1.4.1.683.6.3.2.4.12.1.6 | INTEGER | read-write | This is the 16 bit mask which determines which physical output ports will be checked when generating printer specific traps to be sent out via IPX. A value of 65535 indicates that all physical output ports will generate traps. BIT CONDITION --- -------------------------- 0 Port 1 1 Port 2 2 Port 3 3 Port 4 ... ... |
| STR nwNDSPrintServerName | 1.3.6.1.4.1.683.6.3.2.4.13 | DisplayString | read-write | Directory Services object used by the print server to connect to the NDS tree. This string contains the entire canonicalized name. NOTE: This variable must be stored in Unicode. |
| STR nwNDSPreferredDSTree | 1.3.6.1.4.1.683.6.3.2.4.14 | DisplayString | read-write | Directory Services tree to which the NDS print server initially connects. |
| STR nwNDSPreferredDSFileServer | 1.3.6.1.4.1.683.6.3.2.4.15 | DisplayString | read-write | The NetWare server to which the NDS print server initially makes a bindery connection. |
| INT nwNDSPacketCheckSumEnabled | 1.3.6.1.4.1.683.6.3.2.4.16 | INTEGER | read-write | Compute the checksum for packets. 1 = disabled 2 = enabled |
| INT nwNDSPacketSignatureLevel | 1.3.6.1.4.1.683.6.3.2.4.17 | INTEGER | read-write | Packet signature is a security method to prevent packet forging. 1 = disabled 2 = enabled 3 = preferred 4 = required |
| INT nwAvailablePrintModes | 1.3.6.1.4.1.683.6.3.2.4.18 | INTEGER | read-only | Reports which NetWare print modes are available. BIT CONDITION --- -------------------------- 0 PServer 1 RPrinter 2 NDS 3 SPX Direct 4 JetAdmin |
| INT nwDirectPrintEnabled | 1.3.6.1.4.1.683.6.3.2.4.19 | INTEGER | read-write | Indicates whether or not direct mode ipx/spx printing is enabled. |
| INT nwJAConfig | 1.3.6.1.4.1.683.6.3.2.4.20 | INTEGER | read-only | Indicates whether or not JetAdmin was used to configure the netware settings. |
| INT nwDisableSAP | 1.3.6.1.4.1.683.6.3.2.4.21 | INTEGER | read-write | Indicates whether or not SAPs are enabled. |
| nwStatus | 1.3.6.1.4.1.683.6.3.2.5 | |||
| STR nwError | 1.3.6.1.4.1.683.6.3.2.5.1 | DisplayString | read-only | Contains any NetWare specific error information. |
| INT nwDisplayMask | 1.3.6.1.4.1.683.6.3.2.6 | INTEGER | read-only | Bit mask describing what should be displayed by the utilities bit Description --- ----------- 0 nwFrameFormat 1 nwJetAdmin 2 nwFileServer (Includes all file server info) 3 nwMode 4 nwPrintServerName 5 nwPrintServerPassword 6 nwQueueScanTime 7 nwNetworkNumber 8 nwPortStatus 9 nwPortPrinterNumber 10 nwPortFontDownload (Includes nwPortPCLQueue and nwPortPSQueue) 11 nwPortFormsOn (Includes nwPortFormsNumber) 12 nwPortNotification 13 nwTraps (Includes all trap info) 14 nwNDSPrintServerName 15 nwNDSPreferredDSTree 16 nwNDSPreferredDSFileServer 17 nwNDSPacketCheckSumEnabled 18 nwNDSPacketSignatureLevel 19 nwDirectPrintEnabled 20 nwError 21 nwSapDisable |
| vines | 1.3.6.1.4.1.683.6.3.3 | |||
| INT bvGroupVersion | 1.3.6.1.4.1.683.6.3.3.1 | INTEGER | read-only | The version for the vines group. |
| INT bvEnabled | 1.3.6.1.4.1.683.6.3.3.2 | INTEGER | read-write | Indicates whether or not the Banyan VINES protocol stack is enabled on the print server. |
| bvCommands | 1.3.6.1.4.1.683.6.3.3.3 | |||
| INT bvRestoreDefaults | 1.3.6.1.4.1.683.6.3.3.3.1 | INTEGER | read-write | A value of 2 will restore all VINES parameters on the print server to factory defaults, as well as reset the device. |
| INT bvFirmwareUpgrade | 1.3.6.1.4.1.683.6.3.3.3.2 | INTEGER | read-write | A value of 2 will put the print server into firmware upgrade mode. |
| INT bvSetSequenceRouting | 1.3.6.1.4.1.683.6.3.3.3.3 | INTEGER | read-write | Sets the VINES Routing selection. Automatic - Utilizes Sequenced Routing if available, otherwise uses Non-Sequenced Routing. Force-Sequenced - Will only use Sequenced Routing. Force-Non-Sequenced - Will only use Non-Sequenced Routing In order for changes to this variable to take effect, the print server must be reset. See cmdReset to do this. WARNING - Sequential Routing requires a VINES 5.5 or greater server on the same subnet. |
| INT bvDisableVPMan | 1.3.6.1.4.1.683.6.3.3.3.4 | INTEGER | read-write | A value of 2 will disable VPMan access to the print server for one minute. |
| bvConfigure | 1.3.6.1.4.1.683.6.3.3.4 | |||
| STR bvLoginName | 1.3.6.1.4.1.683.6.3.3.4.1 | DisplayString | read-write | The StreetTalk name the device will use to login with. This value will be ESIxxxxxxxx where xxxxxxx is the Serial number of the device if it is unconfigured. In order for changes to this variable to take effect, the print server must be reset. See cmdReset to do this. |
| STR bvLoginPassword | 1.3.6.1.4.1.683.6.3.3.4.2 | DisplayString | read-write | The password for the login name, bvLoginName. This value cannot be read, just set. In order for changes to this variable to take effect, the print server must be reset. See cmdReset to do this. |
| INT bvNumberPrintServices | 1.3.6.1.4.1.683.6.3.3.4.3 | INTEGER | read-only | The number of Print Services this device supports. |
| bvPrintServiceTable | 1.3.6.1.4.1.683.6.3.3.4.4 | not-accessible | Table of Print Services for this device. | |
| bvPrintServiceEntry | 1.3.6.1.4.1.683.6.3.3.4.4.1 | not-accessible | Print Services Table entry. | |
| INT bvPrintServiceIndex | 1.3.6.1.4.1.683.6.3.3.4.4.1.1 | INTEGER | read-only | A unique value for each print service. |
| STR bvPrintServiceName | 1.3.6.1.4.1.683.6.3.3.4.4.1.2 | DisplayString | read-write | The StreetTalk Name for this Print Service. In order for changes to this variable to take effect, the print server must be reset. See cmdReset to do this. |
| INT bvPrintServiceRouting | 1.3.6.1.4.1.683.6.3.3.4.4.1.3 | INTEGER | read-write | The output port that the print service will print to. This value will range from 0 to the number of output ports, see outputNumPorts. In order for changes to this variable to take effect, the print server must be reset. See cmdReset to do this. |
| STR bvPnicDescription | 1.3.6.1.4.1.683.6.3.3.4.5 | DisplayString | read-write | Contains the VINES PNIC description. |
| bvStatus | 1.3.6.1.4.1.683.6.3.3.5 | |||
| STR bvError | 1.3.6.1.4.1.683.6.3.3.5.1 | DisplayString | read-only | Contains any VINES specific error information. |
| INT bvRouting | 1.3.6.1.4.1.683.6.3.3.5.2 | INTEGER | read-only | The current VINES Routing being used by the device. |
| INT bvNumPrintServices | 1.3.6.1.4.1.683.6.3.3.5.3 | INTEGER | read-only | The number of Print Services this device supports. |
| bvPrintServiceStatusTable | 1.3.6.1.4.1.683.6.3.3.5.4 | not-accessible | Table of Print Service Status Entry's. | |
| bvPrintServiceStatusEntry | 1.3.6.1.4.1.683.6.3.3.5.4.1 | not-accessible | Print Service Status Entry. | |
| INT bvPSStatusIndex | 1.3.6.1.4.1.683.6.3.3.5.4.1.1 | INTEGER | read-only | A unique value for each status entry. |
| STR bvPSName | 1.3.6.1.4.1.683.6.3.3.5.4.1.2 | DisplayString | read-only | The StreetTalk Name for this Print Service. |
| STR bvPSStatus | 1.3.6.1.4.1.683.6.3.3.5.4.1.3 | DisplayString | read-only | Print Service Status. |
| INT bvPSDestination | 1.3.6.1.4.1.683.6.3.3.5.4.1.4 | INTEGER | read-only | Port Destination for this print service. |
| STR bvPrinterStatus | 1.3.6.1.4.1.683.6.3.3.5.4.1.5 | DisplayString | read-only | Printer status for this Print Service. |
| INT bvJobActive | 1.3.6.1.4.1.683.6.3.3.5.4.1.6 | INTEGER | read-only | Whether there is a VINES job active for this print service. |
| STR bvJobSource | 1.3.6.1.4.1.683.6.3.3.5.4.1.7 | DisplayString | read-only | The active print jobs source. |
| STR bvJobTitle | 1.3.6.1.4.1.683.6.3.3.5.4.1.8 | DisplayString | read-only | The title of the active print job. |
| STR bvJobSize | 1.3.6.1.4.1.683.6.3.3.5.4.1.9 | DisplayString | read-only | The size of the active print job. |
| STR bvJobNumber | 1.3.6.1.4.1.683.6.3.3.5.4.1.10 | DisplayString | read-only | The VINES job number of the active print job. |
| lanManager | 1.3.6.1.4.1.683.6.3.4 | |||
| INT lmGroupVersion | 1.3.6.1.4.1.683.6.3.4.1 | INTEGER | read-only | The version for the lanManger group. |
| INT lmEnabled | 1.3.6.1.4.1.683.6.3.4.2 | INTEGER | read-write | Indicates whether or not the Lan Manager protocol stack is enabled on the print server. In order for changes to this variable to take effect, the print server must be reset. See cmdReset to do this. |
| eTalk | 1.3.6.1.4.1.683.6.3.5 | |||
| INT eTalkGroupVersion | 1.3.6.1.4.1.683.6.3.5.1 | INTEGER | read-only | The version for the eTalk group. |
| INT eTalkEnabled | 1.3.6.1.4.1.683.6.3.5.2 | INTEGER | read-write | Indicates whether or not the EtherTalk protocol stack is enabled on the print server. In order for changes to this variable to take effect, the print server must be reset. See cmdReset to do this. |
| eTalkCommands | 1.3.6.1.4.1.683.6.3.5.3 | |||
| INT eTalkRestoreDefaults | 1.3.6.1.4.1.683.6.3.5.3.1 | INTEGER | read-write | A value of 2 will restore all EtherTalk parameters on the print server to factory defaults, as well as reset the print server. |
| eTalkConfigure | 1.3.6.1.4.1.683.6.3.5.4 | |||
| OCT eTalkNetwork | 1.3.6.1.4.1.683.6.3.5.4.1 | OCTET STRING | read-only | Indicates the EtherTalk network number that the print server is currently using. |
| OCT eTalkNode | 1.3.6.1.4.1.683.6.3.5.4.2 | OCTET STRING | read-only | Indicates the EtherTalk node number that the print server is currently using. |
| INT eTalkNumPorts | 1.3.6.1.4.1.683.6.3.5.4.3 | INTEGER | read-only | Indicates the number of physical output ports that are EtherTalk compatible. |
| eTalkPortTable | 1.3.6.1.4.1.683.6.3.5.4.4 | not-accessible | A table of EtherTalk specific port configuration information. | |
| eTalkPortEntry | 1.3.6.1.4.1.683.6.3.5.4.4.1 | not-accessible | An entry of EtherTalk port specific information. | |
| INT eTalkPortIndex | 1.3.6.1.4.1.683.6.3.5.4.4.1.1 | INTEGER | read-only | A unique value for each physical output port which is compatible with EtherTalk. Its value ranges between 1 and the value of eTalkNumPorts. The value for each port must remain constant at least from one re-initialization of the entity's network management system to the next re-initialization. |
| INT eTalkPortEnable | 1.3.6.1.4.1.683.6.3.5.4.4.1.2 | INTEGER | read-write | Indicates whether or not the physical output port is enabled to print via EtherTalk and will show up in the Chooser. |
| STR eTalkName | 1.3.6.1.4.1.683.6.3.5.4.4.1.3 | DisplayString | read-write | This is the EtherTalk name for the print server. |
| STR eTalkActiveName | 1.3.6.1.4.1.683.6.3.5.4.4.1.4 | DisplayString | read-only | This is the EtherTalk name for the print server that is currently being used. |
| STR eTalkType1 | 1.3.6.1.4.1.683.6.3.5.4.4.1.5 | DisplayString | read-write | Indicates the first EtherTalk type. This type is mandatory. |
| STR eTalkType2 | 1.3.6.1.4.1.683.6.3.5.4.4.1.6 | DisplayString | read-write | Indicates the second EtherTalk type. This type is optional. Setting this name to NULL will disable it. |
| STR eTalkZone | 1.3.6.1.4.1.683.6.3.5.4.4.1.7 | DisplayString | read-write | Indicates the EtherTalk zone. This must be defined on the router. |
| STR eTalkActiveZone | 1.3.6.1.4.1.683.6.3.5.4.4.1.8 | DisplayString | read-only | Indicates the EtherTalk zone that is currently being used. This must be defined on the router. |
| eTalkStatus | 1.3.6.1.4.1.683.6.3.5.5 | |||
| STR eTalkError | 1.3.6.1.4.1.683.6.3.5.5.1 | DisplayString | read-only | Shows any errors for the EtherTalk protocol. |
RFC description
Extended Systems print server, token ring, and protocol management MIB.
Start monitoring ESI-branded embedded network access equipment (vendor identity/inventory) 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.