|
Packit |
022b05 |
IANA-FINISHER-MIB DEFINITIONS ::= BEGIN
|
|
Packit |
022b05 |
-- http://www.iana.org/assignments/ianafinisher-mib
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
IMPORTS
|
|
Packit |
022b05 |
MODULE-IDENTITY,
|
|
Packit |
022b05 |
mib-2
|
|
Packit |
022b05 |
FROM SNMPv2-SMI -- [RFC2578]
|
|
Packit |
022b05 |
TEXTUAL-CONVENTION
|
|
Packit |
022b05 |
FROM SNMPv2-TC; -- [RFC2579]
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
ianafinisherMIB MODULE-IDENTITY
|
|
Packit |
022b05 |
LAST-UPDATED "200406020000Z" -- June 2, 2004
|
|
Packit |
022b05 |
ORGANIZATION "IANA"
|
|
Packit |
022b05 |
CONTACT-INFO "Internet Assigned Numbers Authority
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
Postal: ICANN
|
|
Packit |
022b05 |
4676 Admiralty Way, Suite 330
|
|
Packit |
022b05 |
Marina del Rey, CA 90292
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
Tel: +1 310 823 9358
|
|
Packit |
022b05 |
E-Mail: iana&iana.org"
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
DESCRIPTION "This MIB module defines a set of finishing-related
|
|
Packit |
022b05 |
TEXTUAL-CONVENTIONs for use in Finisher MIB (RFC 3806)
|
|
Packit |
022b05 |
and other MIBs which need to specify finishing
|
|
Packit |
022b05 |
mechanism details.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
Any additions or changes to the contents of this MIB
|
|
Packit |
022b05 |
module require either publication of an RFC, or
|
|
Packit |
022b05 |
Designated Expert Review as defined in RFC 2434,
|
|
Packit |
022b05 |
Guidelines for Writing an IANA Considerations Section
|
|
Packit |
022b05 |
in RFCs. The Designated Expert will be selected by
|
|
Packit |
022b05 |
the IESG Area Director(s) of the Applications Area.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
Copyright (C) The Internet Society (2004). The
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
initial version of this MIB module was published
|
|
Packit |
022b05 |
in RFC 3806. For full legal notices see the RFC
|
|
Packit |
022b05 |
itself or see:
|
|
Packit |
022b05 |
http://www.ietf.org/copyrights/ianamib.html"
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
REVISION "200406020000Z" -- June 2, 2004
|
|
Packit |
022b05 |
DESCRIPTION "Original version, published in coordination
|
|
Packit |
022b05 |
with Finisher MIB (RFC 3806)."
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
::= { mib-2 110 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
-- TEXTUAL-CONVENTIONs for this MIB module
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
FinDeviceTypeTC ::= TEXTUAL-CONVENTION
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The defined finishing device subunit process
|
|
Packit |
022b05 |
enumerations."
|
|
Packit |
022b05 |
SYNTAX INTEGER {
|
|
Packit |
022b05 |
other(1),
|
|
Packit |
022b05 |
unknown(2),
|
|
Packit |
022b05 |
stitcher(3),
|
|
Packit |
022b05 |
folder(4),
|
|
Packit |
022b05 |
binder(5),
|
|
Packit |
022b05 |
trimmer(6),
|
|
Packit |
022b05 |
dieCutter(7),
|
|
Packit |
022b05 |
puncher(8),
|
|
Packit |
022b05 |
perforater(9),
|
|
Packit |
022b05 |
slitter(10),
|
|
Packit |
022b05 |
separationCutter(11),
|
|
Packit |
022b05 |
imprinter(12),
|
|
Packit |
022b05 |
wrapper(13),
|
|
Packit |
022b05 |
bander(14),
|
|
Packit |
022b05 |
makeEnvelope(15),
|
|
Packit |
022b05 |
stacker(16),
|
|
Packit |
022b05 |
sheetRotator(17),
|
|
Packit |
022b05 |
inserter(18)
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
FinAttributeTypeTC ::= TEXTUAL-CONVENTION
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"This TEXTUAL-CONVENTION defines the set of enums for use in
|
|
Packit |
022b05 |
the finDeviceAttributeTable. See section 5.7 for the complete
|
|
Packit |
022b05 |
specification of each attribute."
|
|
Packit |
022b05 |
SYNTAX INTEGER {
|
|
Packit |
022b05 |
other(1),
|
|
Packit |
022b05 |
deviceName(3),
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
deviceVendorName(4),
|
|
Packit |
022b05 |
deviceModel(5),
|
|
Packit |
022b05 |
deviceVersion(6),
|
|
Packit |
022b05 |
deviceSerialNumber(7),
|
|
Packit |
022b05 |
maximumSheets(8),
|
|
Packit |
022b05 |
finProcessOffsetUnits(9),
|
|
Packit |
022b05 |
finReferenceEdge(10),
|
|
Packit |
022b05 |
finAxisOffset(11),
|
|
Packit |
022b05 |
finJogEdge(12),
|
|
Packit |
022b05 |
finHeadLocation(13),
|
|
Packit |
022b05 |
finOperationRestrictions(14),
|
|
Packit |
022b05 |
finNumberOfPositions(15),
|
|
Packit |
022b05 |
namedConfiguration(16),
|
|
Packit |
022b05 |
finMediaTypeRestriction(17),
|
|
Packit |
022b05 |
finPrinterInputTraySupported(18),
|
|
Packit |
022b05 |
finPreviousFinishingOperation(19),
|
|
Packit |
022b05 |
finNextFinishingOperation(20),
|
|
Packit |
022b05 |
stitchingType(30),
|
|
Packit |
022b05 |
stitchingDirection(31),
|
|
Packit |
022b05 |
foldingType(40),
|
|
Packit |
022b05 |
bindingType(50),
|
|
Packit |
022b05 |
punchHoleType(80),
|
|
Packit |
022b05 |
punchHoleSizeLongDim(81),
|
|
Packit |
022b05 |
punchHoleSizeShortDim(82),
|
|
Packit |
022b05 |
punchPattern(83),
|
|
Packit |
022b05 |
slittingType(100),
|
|
Packit |
022b05 |
wrappingType(130),
|
|
Packit |
022b05 |
stackOutputType(160),
|
|
Packit |
022b05 |
stackOffset(161),
|
|
Packit |
022b05 |
stackRotation(162)
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
FinEdgeTC ::= TEXTUAL-CONVENTION
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Specifies an edge for a Finishing Process."
|
|
Packit |
022b05 |
SYNTAX INTEGER {
|
|
Packit |
022b05 |
topEdge(3),
|
|
Packit |
022b05 |
bottomEdge(4),
|
|
Packit |
022b05 |
leftEdge(5),
|
|
Packit |
022b05 |
rightEdge(6)
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
FinStitchingTypeTC ::= TEXTUAL-CONVENTION
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The defined stitching type enumerations. For the edgeStitch and
|
|
Packit |
022b05 |
stapleDual enums, the finReferenceEdge attribute is recommended
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
to define the edge to which the operation applies."
|
|
Packit |
022b05 |
SYNTAX INTEGER {
|
|
Packit |
022b05 |
other(1), -- More information in other attributes
|
|
Packit |
022b05 |
unknown(2),
|
|
Packit |
022b05 |
stapleTopLeft(4),
|
|
Packit |
022b05 |
stapleBottomLeft(5),
|
|
Packit |
022b05 |
stapleTopRight(6),
|
|
Packit |
022b05 |
stapleBottomRight(7),
|
|
Packit |
022b05 |
saddleStitch(8),
|
|
Packit |
022b05 |
edgeStitch(9),
|
|
Packit |
022b05 |
stapleDual(10)
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
FinStitchingDirTypeTC ::= TEXTUAL-CONVENTION
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Defines the direction, relative to the top sheet in the output
|
|
Packit |
022b05 |
subunit, that the stitching operation was performed. For a
|
|
Packit |
022b05 |
topDown(3) process, the staple will be clinched on the bottom
|
|
Packit |
022b05 |
of the stack. This parameter can be used to determine what
|
|
Packit |
022b05 |
order the pages of a booklet are to be printed such that the
|
|
Packit |
022b05 |
staple clinch will be on the inside of the resulting booklet."
|
|
Packit |
022b05 |
SYNTAX INTEGER {
|
|
Packit |
022b05 |
unknown(2),
|
|
Packit |
022b05 |
topDown(3),
|
|
Packit |
022b05 |
bottomUp(4)
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
FinStitchingAngleTypeTC ::= TEXTUAL-CONVENTION
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"This enumeration provides a description of the angular
|
|
Packit |
022b05 |
orientation of each stitch in a single or multiple stitching
|
|
Packit |
022b05 |
operation, relative to the 'X' axis. As with all finishing
|
|
Packit |
022b05 |
operations, the 'X' axis is always relative to the portrait
|
|
Packit |
022b05 |
orientation of the document regardless of the orientation
|
|
Packit |
022b05 |
of the printed image. This enum is primarily applicable to
|
|
Packit |
022b05 |
corner stitching operations."
|
|
Packit |
022b05 |
SYNTAX INTEGER {
|
|
Packit |
022b05 |
unknown(2),
|
|
Packit |
022b05 |
horizontal(3),
|
|
Packit |
022b05 |
vertical(4),
|
|
Packit |
022b05 |
slanted(5)
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
FinFoldingTypeTC ::= TEXTUAL-CONVENTION
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
"The defined folding device process enumerations."
|
|
Packit |
022b05 |
SYNTAX INTEGER {
|
|
Packit |
022b05 |
other(1), -- More information in other attributes
|
|
Packit |
022b05 |
unknown(2),
|
|
Packit |
022b05 |
zFold(3),
|
|
Packit |
022b05 |
halfFold(4),
|
|
Packit |
022b05 |
letterFold(5)
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
FinBindingTypeTC ::= TEXTUAL-CONVENTION
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The defined binding type enumerations."
|
|
Packit |
022b05 |
SYNTAX INTEGER {
|
|
Packit |
022b05 |
other(1), -- More information in other attributes
|
|
Packit |
022b05 |
unknown(2),
|
|
Packit |
022b05 |
tape(4),
|
|
Packit |
022b05 |
plastic(5),
|
|
Packit |
022b05 |
velo(6),
|
|
Packit |
022b05 |
perfect(7),
|
|
Packit |
022b05 |
spiral(8),
|
|
Packit |
022b05 |
adhesive(9),
|
|
Packit |
022b05 |
comb(10),
|
|
Packit |
022b05 |
padding(11)
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
FinPunchHoleTypeTC ::= TEXTUAL-CONVENTION
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The defined hole type punch process enumerations."
|
|
Packit |
022b05 |
SYNTAX INTEGER {
|
|
Packit |
022b05 |
other(1), -- More information in other attributes
|
|
Packit |
022b05 |
unknown(2),
|
|
Packit |
022b05 |
round(3),
|
|
Packit |
022b05 |
oblong(4),
|
|
Packit |
022b05 |
square(5),
|
|
Packit |
022b05 |
rectangular(6),
|
|
Packit |
022b05 |
star(7)
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
FinPunchPatternTC ::= TEXTUAL-CONVENTION
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The defined hole pattern punch process enumerations."
|
|
Packit |
022b05 |
SYNTAX INTEGER {
|
|
Packit |
022b05 |
other(1), --Pattern to be defined in other attributes
|
|
Packit |
022b05 |
unknown(2),
|
|
Packit |
022b05 |
twoHoleUSTop(4), --Letter/legal, 8.5 inch edge
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
threeHoleUS(5), --Letter/ledger, 11 inch edge
|
|
Packit |
022b05 |
twoHoleDIN(6), --A4/A3, 297 mm edge
|
|
Packit |
022b05 |
fourHoleDIN(7), --A4/A3, 297 mm edge
|
|
Packit |
022b05 |
twentyTwoHoleUS(8), --Letter/ledger, 11 inch edge
|
|
Packit |
022b05 |
nineteenHoleUS(9), --Letter/ledger, 11 inch edge
|
|
Packit |
022b05 |
twoHoleMetric(10), --B5/B4, 257 mm edge
|
|
Packit |
022b05 |
swedish4Hole(11), --A4/A3, 297 mm edge
|
|
Packit |
022b05 |
twoHoleUSSide(12), --Letter/ledger, 11 inch edge
|
|
Packit |
022b05 |
fiveHoleUS(13), --Letter/ledger, 11 inch edge
|
|
Packit |
022b05 |
sevenHoleUS(14), --Letter/ledger, 11 inch edge
|
|
Packit |
022b05 |
mixed7H4S(15), --A4/A3, 297 mm edge
|
|
Packit |
022b05 |
norweg6Hole(16), --A4/A3, 297 mm edge
|
|
Packit |
022b05 |
metric26Hole(17), --B5/B4, 257 mm edge
|
|
Packit |
022b05 |
metric30Hole(18) --A4/A3, 297 mm edge
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
FinSlittingTypeTC ::= TEXTUAL-CONVENTION
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The defined slitting type enumerations."
|
|
Packit |
022b05 |
SYNTAX INTEGER {
|
|
Packit |
022b05 |
other(1), -- More information in other attributes
|
|
Packit |
022b05 |
unknown(2),
|
|
Packit |
022b05 |
slitAndSeparate(4),
|
|
Packit |
022b05 |
slitAndMerge(5)
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
FinWrappingTypeTC ::= TEXTUAL-CONVENTION
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The defined wrapping device process enumerations."
|
|
Packit |
022b05 |
SYNTAX INTEGER {
|
|
Packit |
022b05 |
other(1), -- More information in other attributes
|
|
Packit |
022b05 |
unknown(2),
|
|
Packit |
022b05 |
shrinkWrap(4),
|
|
Packit |
022b05 |
paperWrap(5)
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
FinStackOutputTypeTC ::= TEXTUAL-CONVENTION
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The defined stack output type enumerations."
|
|
Packit |
022b05 |
SYNTAX INTEGER {
|
|
Packit |
022b05 |
other(1), -- More information in other attributes
|
|
Packit |
022b05 |
unknown(2),
|
|
Packit |
022b05 |
straight(4), -- No offset, one on top of another
|
|
Packit |
022b05 |
offset(5),
|
|
Packit |
022b05 |
crissCross(6) -- Rotated
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
END
|