Spool-MIB

File: Spool-MIB.mib (35240 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212

Imported symbols

enterprises DisplayString OBJECT-TYPE

Defined Types

SpoolDevTabEntry  
SEQUENCE    
  spoolDevTabIndex INTEGER
  spoolDevName DisplayString
  spoolDevState INTEGER
  spoolDevSpoolin INTEGER
  spoolDevSpoolout INTEGER
  spoolDevErrorMsg DisplayString
  spoolDevStaDate DisplayString
  spoolDevPriority INTEGER
  spoolDevWaitingJobs INTEGER
  spoolDevCurForm DisplayString
  spoolDevActJid DisplayString
  spoolDevHost DisplayString
  spoolDevAdmin DisplayString
  spoolDevPcl DisplayString
  spoolDevDftForm DisplayString
  spoolDevSupervisor DisplayString
  spoolDevAdmComment DisplayString
  spoolDevUsrComment DisplayString
  spoolDevEnablePoll INTEGER

SpoolSrvTabEntry  
SEQUENCE    
  spoolSrvTabIndex INTEGER
  spoolSrvName DisplayString
  spoolSrvAdmin DisplayString
  spoolSrvHost DisplayString
  spoolSrvSchedPolicy DisplayString
  spoolSrvState INTEGER
  spoolSrvSpoolin INTEGER
  spoolSrvSpoolout INTEGER
  spoolSrvLoadLevel INTEGER
  spoolSrvMaxJobs INTEGER
  spoolSrvWaitingJobs INTEGER

SpoolSpvTabEntry  
SEQUENCE    
  spoolSpvTabIndex INTEGER
  spoolSpvName DisplayString
  spoolSpvServName DisplayString
  spoolSpvAdmin DisplayString
  spoolSpvHost DisplayString
  spoolSpvState INTEGER

SpoolDgrTabEntry  
SEQUENCE    
  spoolDgrTabIndex INTEGER
  spoolDgrName DisplayString
  spoolDgrAdmin DisplayString
  spoolDgrDeviceList DisplayString
  spoolDgrSpoolin INTEGER
  spoolDgrDate DisplayString
  spoolDgrComment DisplayString

SpoolHostTabEntry  
SEQUENCE    
  spoolHostTabIndex INTEGER
  spoolHostName DisplayString
  spoolHostDestination DisplayString
  spoolHostSuppHost DisplayString
  spoolHostResponsibility INTEGER
  spoolHostState INTEGER

SpoolJobTabEntry  
SEQUENCE    
  spoolJobTabIndex INTEGER
  spoolJobGlobalJid DisplayString
  spoolJobLocalJid INTEGER
  spoolJobTitle DisplayString
  spoolJobComment DisplayString
  spoolJobOriginator DisplayString
  spoolJobOrigHost DisplayString
  spoolJobOrigTime DisplayString
  spoolJobDestination DisplayString
  spoolJobPriority INTEGER
  spoolJobSecurityLevel INTEGER
  spoolJobFileList DisplayString
  spoolJobTotalSize INTEGER
  spoolJobRawMode INTEGER
  spoolJobStartTime DisplayString
  spoolJobDelTime DisplayString
  spoolJobRetTime INTEGER
  spoolJobDevName DisplayString
  spoolJobState INTEGER
  spoolJobErrorMsg DisplayString
  spoolJobRank INTEGER
  spoolJobRqCopies INTEGER
  spoolJobPrCopies INTEGER
  spoolJobPrPercent INTEGER

Defined Values

sni 1.3.6.1.4.1.231
OBJECT IDENTIFIER    

sniProductMibs 1.3.6.1.4.1.231.2
OBJECT IDENTIFIER    

sniSpool 1.3.6.1.4.1.231.2.12
OBJECT IDENTIFIER    

sniSpoolObjects 1.3.6.1.4.1.231.2.12.1
OBJECT IDENTIFIER    

sniSpoolDevTable 1.3.6.1.4.1.231.2.12.1.1
OBJECT IDENTIFIER    

sniSpoolSrvTable 1.3.6.1.4.1.231.2.12.1.2
OBJECT IDENTIFIER    

sniSpoolSpvTable 1.3.6.1.4.1.231.2.12.1.3
OBJECT IDENTIFIER    

sniSpoolDgrTable 1.3.6.1.4.1.231.2.12.1.4
OBJECT IDENTIFIER    

sniSpoolHostTable 1.3.6.1.4.1.231.2.12.1.5
OBJECT IDENTIFIER    

sniSpoolJobTable 1.3.6.1.4.1.231.2.12.1.6
OBJECT IDENTIFIER    

spoolDevTabNum 1.3.6.1.4.1.231.2.12.1.1.1
The number of entries in the table spoolDevTab
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

spoolDevTab 1.3.6.1.4.1.231.2.12.1.1.2
The spool device table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SpoolDevTabEntry

spoolDevTabEntry 1.3.6.1.4.1.231.2.12.1.1.2.1
An entry in the device table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SpoolDevTabEntry  

spoolDevTabIndex 1.3.6.1.4.1.231.2.12.1.1.2.1.1
A unique value for each entry, its value ranges between 1 and the value of spoolDevTabNum
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

spoolDevName 1.3.6.1.4.1.231.2.12.1.1.2.1.2
A unique device identfier string
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

spoolDevState 1.3.6.1.4.1.231.2.12.1.1.2.1.3
The current state of the device, it has one of these values: ACTIVE, NOT_ACTIVE, DEVICE_ERROR
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER active(1), inactive(2), error(3)  

spoolDevSpoolin 1.3.6.1.4.1.231.2.12.1.1.2.1.4
Current state of the spoolin queue, it is either ON or OFF
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2)  

spoolDevSpoolout 1.3.6.1.4.1.231.2.12.1.1.2.1.5
Current state of the spoolout queue, it is either ON or OFF
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2)  

spoolDevErrorMsg 1.3.6.1.4.1.231.2.12.1.1.2.1.6
The error message in case of DEVICE_ERROR
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

spoolDevStaDate 1.3.6.1.4.1.231.2.12.1.1.2.1.7
The date of last state modification
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

spoolDevPriority 1.3.6.1.4.1.231.2.12.1.1.2.1.8
The minimum priority a job must have to be printed on this device
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

spoolDevWaitingJobs 1.3.6.1.4.1.231.2.12.1.1.2.1.9
The number of jobs that are waiting for the device
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..4294967296  

spoolDevCurForm 1.3.6.1.4.1.231.2.12.1.1.2.1.10
Currently mounted form
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

spoolDevActJid 1.3.6.1.4.1.231.2.12.1.1.2.1.11
Job that is currently printing
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

spoolDevHost 1.3.6.1.4.1.231.2.12.1.1.2.1.12
Name of the host the printer is connected to
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

spoolDevAdmin 1.3.6.1.4.1.231.2.12.1.1.2.1.13
Name of the printer administrator
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

spoolDevPcl 1.3.6.1.4.1.231.2.12.1.1.2.1.14
Printer control language used by the printer
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

spoolDevDftForm 1.3.6.1.4.1.231.2.12.1.1.2.1.15
The default form used by the printer
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

spoolDevSupervisor 1.3.6.1.4.1.231.2.12.1.1.2.1.16
The supervisor of the printer
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

spoolDevAdmComment 1.3.6.1.4.1.231.2.12.1.1.2.1.17
Comment for the administrator.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

spoolDevUsrComment 1.3.6.1.4.1.231.2.12.1.1.2.1.18
Comment for the user.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

spoolDevEnablePoll 1.3.6.1.4.1.231.2.12.1.1.2.1.19
Current state of the enable poll option, it is either ON or OFF
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2)  

spoolSrvTabNum 1.3.6.1.4.1.231.2.12.1.2.1
The number of entries in the tabel spoolSrvTab
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

spoolSrvTab 1.3.6.1.4.1.231.2.12.1.2.2
The spool server table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SpoolSrvTabEntry

spoolSrvTabEntry 1.3.6.1.4.1.231.2.12.1.2.2.1
An entry in the server table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SpoolSrvTabEntry  

spoolSrvTabIndex 1.3.6.1.4.1.231.2.12.1.2.2.1.1
A unique value for each entry, its value ranges between 1 and the value of spoolSrvTabNum
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

spoolSrvName 1.3.6.1.4.1.231.2.12.1.2.2.1.2
A unique server identifier string
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

spoolSrvAdmin 1.3.6.1.4.1.231.2.12.1.2.2.1.3
Name of the server's administrator
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

spoolSrvHost 1.3.6.1.4.1.231.2.12.1.2.2.1.4
Name of the administrator's host
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

spoolSrvSchedPolicy 1.3.6.1.4.1.231.2.12.1.2.2.1.5
Scheduling policy of the server
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

spoolSrvState 1.3.6.1.4.1.231.2.12.1.2.2.1.6
The current state of the server, it has one of these values: ACTIVE, NOT_ACTIVE, SHUTDOWN
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER active(1), inactive(2), shutdown(3)  

spoolSrvSpoolin 1.3.6.1.4.1.231.2.12.1.2.2.1.7
Current state of the spoolin queue, it is either ON or OFF
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER on(1), off(2)  

spoolSrvSpoolout 1.3.6.1.4.1.231.2.12.1.2.2.1.8
Current state of the spoolout queue, it is either ON or OFF
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER on(1), off(2)  

spoolSrvLoadLevel 1.3.6.1.4.1.231.2.12.1.2.2.1.9
Load level of the server
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..100  

spoolSrvMaxJobs 1.3.6.1.4.1.231.2.12.1.2.2.1.10
Maximal allowed print jobs
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER -1..4294967296  

spoolSrvWaitingJobs 1.3.6.1.4.1.231.2.12.1.2.2.1.11
The number of waiting jobs
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..4294967296  

spoolSpvTabNum 1.3.6.1.4.1.231.2.12.1.3.1
The number of entries in the tabel spoolSpvTab
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

spoolSpvTab 1.3.6.1.4.1.231.2.12.1.3.2
The spool supervisor table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SpoolSpvTabEntry

spoolSpvTabEntry 1.3.6.1.4.1.231.2.12.1.3.2.1
An entry in the supervisor table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SpoolSpvTabEntry  

spoolSpvTabIndex 1.3.6.1.4.1.231.2.12.1.3.2.1.1
A unique value for each entry, its value ranges between 1 and the value of spoolSpvTabNum
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

spoolSpvName 1.3.6.1.4.1.231.2.12.1.3.2.1.2
A unique supervisor identifier string
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

spoolSpvServName 1.3.6.1.4.1.231.2.12.1.3.2.1.3
The name of the supervisor's server
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

spoolSpvAdmin 1.3.6.1.4.1.231.2.12.1.3.2.1.4
Name of the supervisors's administrator
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

spoolSpvHost 1.3.6.1.4.1.231.2.12.1.3.2.1.5
Name of the supervisors's host
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

spoolSpvState 1.3.6.1.4.1.231.2.12.1.3.2.1.6
The current state of the supervisor, it has one of these values: ACTIVE, NOT_ACTIVE, SHUTDOWN
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER active(1), inactive(2), shutdown(3)  

spoolDgrTabNum 1.3.6.1.4.1.231.2.12.1.4.1
The number of entries in the table spoolDgrTab
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

spoolDgrTab 1.3.6.1.4.1.231.2.12.1.4.2
The spool device group table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SpoolDgrTabEntry

spoolDgrTabEntry 1.3.6.1.4.1.231.2.12.1.4.2.1
An entry in the device group table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SpoolDgrTabEntry  

spoolDgrTabIndex 1.3.6.1.4.1.231.2.12.1.4.2.1.1
A unique value for each entry, its value ranges between 1 and the value of spoolDgrTabNum
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

spoolDgrName 1.3.6.1.4.1.231.2.12.1.4.2.1.2
A unique device group identifier string
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

spoolDgrAdmin 1.3.6.1.4.1.231.2.12.1.4.2.1.3
The name of the administrator of the device group
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

spoolDgrDeviceList 1.3.6.1.4.1.231.2.12.1.4.2.1.4
The list of printer devices
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

spoolDgrSpoolin 1.3.6.1.4.1.231.2.12.1.4.2.1.5
Current state of the spoolin queue, it is either ON or OFF
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER on(1), off(2)  

spoolDgrDate 1.3.6.1.4.1.231.2.12.1.4.2.1.6
The date of the last state modification
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

spoolDgrComment 1.3.6.1.4.1.231.2.12.1.4.2.1.7
Comment for the last state modification
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

spoolHostTabNum 1.3.6.1.4.1.231.2.12.1.5.1
The number of entries in the table spoolHostTab
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

spoolHostTab 1.3.6.1.4.1.231.2.12.1.5.2
The spool host group table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SpoolHostTabEntry

spoolHostTabEntry 1.3.6.1.4.1.231.2.12.1.5.2.1
An entry in the host group table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SpoolHostTabEntry  

spoolHostTabIndex 1.3.6.1.4.1.231.2.12.1.5.2.1.1
A unique value for each entry, its value ranges between 1 and the value of spoolHostTabNum
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

spoolHostName 1.3.6.1.4.1.231.2.12.1.5.2.1.2
A unique host identifier string
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

spoolHostDestination 1.3.6.1.4.1.231.2.12.1.5.2.1.5
The name of the host's standard printer
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

spoolHostSuppHost 1.3.6.1.4.1.231.2.12.1.5.2.1.6
The name of the host which database is used by this host (only for parasite hosts)
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

spoolHostResponsibility 1.3.6.1.4.1.231.2.12.1.5.2.1.7
The responsibility of the host.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER potmaster(1), slave(2), parasite(3)  

spoolHostState 1.3.6.1.4.1.231.2.12.1.5.2.1.8
The current state of the host, it has one of these values: ACTIVE, ACTIVE_MASTER, NOT_ACTIVE, SHUTDOWN
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER active(1), activemaster(2), inactive(3), shutdown(4)  

spoolJobTabNum 1.3.6.1.4.1.231.2.12.1.6.1
The number of entries in the table spoolJobTab
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

spoolJobTab 1.3.6.1.4.1.231.2.12.1.6.2
The spool host group table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SpoolJobTabEntry

spoolJobTabEntry 1.3.6.1.4.1.231.2.12.1.6.2.1
An entry in the job table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SpoolJobTabEntry  

spoolJobTabIndex 1.3.6.1.4.1.231.2.12.1.6.2.1.1
A unique value for each entry, its value ranges between 1 and the value of spoolJobTabNum
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

spoolJobGlobalJid 1.3.6.1.4.1.231.2.12.1.6.2.1.2
A unique (network-wide) job identifier string
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

spoolJobLocalJid 1.3.6.1.4.1.231.2.12.1.6.2.1.3
A unique (on local host) job identifier string
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

spoolJobTitle 1.3.6.1.4.1.231.2.12.1.6.2.1.4
Job title
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

spoolJobComment 1.3.6.1.4.1.231.2.12.1.6.2.1.5
Comment for the job
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

spoolJobOriginator 1.3.6.1.4.1.231.2.12.1.6.2.1.6
Originator of the job
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

spoolJobOrigHost 1.3.6.1.4.1.231.2.12.1.6.2.1.7
Origination host of the job
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

spoolJobOrigTime 1.3.6.1.4.1.231.2.12.1.6.2.1.8
Origination date/time of the job
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

spoolJobDestination 1.3.6.1.4.1.231.2.12.1.6.2.1.9
Destination device of the job
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..63)  

spoolJobPriority 1.3.6.1.4.1.231.2.12.1.6.2.1.10
Priority of the job
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

spoolJobSecurityLevel 1.3.6.1.4.1.231.2.12.1.6.2.1.11
Security level of the job
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unclassified(1), sensitive(2), confidential(3), secret(4), topsecret(5)  

spoolJobFileList 1.3.6.1.4.1.231.2.12.1.6.2.1.12
File list of the job
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

spoolJobTotalSize 1.3.6.1.4.1.231.2.12.1.6.2.1.13
Total size (in Bytes) of the job.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..4294967296  

spoolJobRawMode 1.3.6.1.4.1.231.2.12.1.6.2.1.14
Whether job is printed in raw mode.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER on(1), off(2)  

spoolJobStartTime 1.3.6.1.4.1.231.2.12.1.6.2.1.15
Start time of the job.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

spoolJobDelTime 1.3.6.1.4.1.231.2.12.1.6.2.1.16
Deletion time of the job.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

spoolJobRetTime 1.3.6.1.4.1.231.2.12.1.6.2.1.17
Retention time of the job (in minutes).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER -1..4294967296  

spoolJobDevName 1.3.6.1.4.1.231.2.12.1.6.2.1.18
Actual device on which the job is printed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

spoolJobState 1.3.6.1.4.1.231.2.12.1.6.2.1.19
State of the job.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER active(1), wait(2), suspend(3), top(4), data-filtering(5), file-transfer(6), error(7), terminated(8), interrupted(9), cancel(10)  

spoolJobErrorMsg 1.3.6.1.4.1.231.2.12.1.6.2.1.20
The error message in case of state == DEVICE_ERROR.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

spoolJobRank 1.3.6.1.4.1.231.2.12.1.6.2.1.21
Rank in the job queue.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

spoolJobRqCopies 1.3.6.1.4.1.231.2.12.1.6.2.1.22
Requested copies.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

spoolJobPrCopies 1.3.6.1.4.1.231.2.12.1.6.2.1.23
Printed copies.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

spoolJobPrPercent 1.3.6.1.4.1.231.2.12.1.6.2.1.24
Percent printed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535