N I C M I B D e f i n i t i o n
C-14
❖
D o c u P r i n t 4 5 1 2 / 4 5 1 2 N N e t w o r k I n t e r f a c e C a r d U s e r G u i d e
being serviced."
::= { filesvrEntry 4 }
queueTable OBJECT-TYPE
SYNTAX SEQUENCE OF QueueEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Information about the NetWare print queues currently being serviced."
::= { dpinetware 12 }
queueEntry OBJECT-TYPE
SYNTAX QueueEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
" "
INDEX { queuePort, queueindex }
::= { queueTable 1 }
QueueEntry ::= SEQUENCE {
queuePort INTEGER,
queueindex INTEGER,
queuename DisplayString,
qfilesvrname DisplayString,
queueporttype INTEGER,
euestate DisplayString,
qpriority INTEGER
}
queuePort OBJECT-TYPE
SYNTAX INTEGER (0..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Specifies the print server port being considered."
::= { queueEntry 1 }
NIC value is always 1
queueindex OBJECT-TYPE
SYNTAX INTEGER (0..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Specifies the index of the queue. Each queue on a given fileserver has a unique index
value"
::= { queueEntry 2 }
queuename OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..47))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The name of a print queue correponding to the queueIndex."
::= { queueEntry 3 }
qfilesvrname OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..47))
ACCESS read-only
Book.frm : APPC.FRM Page 14 Saturday, October 12, 1996 7:43 AM