-- -- /****************************************************************/ -- /* (C) COPYRIGHT HEWLETT-PACKARD COMPANY 1996. ALL RIGHTS */ -- /* RESERVED. NO PART OF THIS DOCUMENT MAY BE PHOTOCOPIED, */ -- /* REPRODUCED OR TRANSLATED WITHOUT THE PRIOR WRITTEN CONSENT */ -- /* OF HEWLETT-PACKARD COMPANY. */ -- /****************************************************************/ -- -- -- This MIB file is the Master MIB file for the JetDirect SNMP implementation. -- It includes all objects defined for both internal cards and external boxes. -- -- This MIB successfully compiles with mosy 7.1. (as of 7/25/95) -- -- Last Updated: -- April 24, 1998 -- May 29, 2022: jelmd - add missing vars -- HP OBJECT IDENTIFIER ::= { iso org(3) dod(6) internet(1) private(4) enterprises(1) 11 } JETDIRECT3a-MIB DEFINITIONS ::= BEGIN -- TAddress ::= OCTET STRING -- A TAddress is 6 octets long, the initial 4 octets -- containing the IP address in network byte order and the last 2 containing -- the UDP port in network byte order. --RowStatus ::= INTEGER { -- active(1), -- notInService(2), -- notReady(3), -- createAndGo(4), -- createAndWait(5), -- destroy(6) -- } IMPORTS private, enterprises, Counter, Gauge, TimeTicks, NetworkAddress, mgmt FROM RFC1155-SMI; -- textual conventions DisplayString ::= OCTET STRING -- This data type is used to model textual information taken -- from the NVT ASCII character set. By convention, objects -- with this syntax are declared as having -- -- SIZE (0..255) mib-2 OBJECT IDENTIFIER ::= { mgmt 1} interfaces OBJECT IDENTIFIER ::= { mib-2 2} hp OBJECT IDENTIFIER ::= { enterprises 11 } nm OBJECT IDENTIFIER ::= { hp 2 } hpsystem OBJECT IDENTIFIER ::= { nm 3 } interface OBJECT IDENTIFIER ::= { nm 4 } at OBJECT IDENTIFIER ::= { mib-2 3 } ip OBJECT IDENTIFIER ::= { mib-2 4 } icmp OBJECT IDENTIFIER ::= { mib-2 5 } tcp OBJECT IDENTIFIER ::= { mib-2 6 } udp OBJECT IDENTIFIER ::= { mib-2 7 } snmp OBJECT IDENTIFIER ::= { mib-2 11 } appletalk OBJECT IDENTIFIER ::= { mib-2 13 } net-peripheral OBJECT IDENTIFIER ::= { hpsystem 9 } net-printer OBJECT IDENTIFIER ::= { net-peripheral 1 } generalDeviceStatus OBJECT IDENTIFIER ::= { net-printer 1 } netPrinterType OBJECT IDENTIFIER ::= { net-printer 2 } ieee8023Mac OBJECT IDENTIFIER ::= { interface 1 } ieee8025Mac OBJECT IDENTIFIER ::= { interface 2 } npCard OBJECT IDENTIFIER ::= { interface 3 } npSys OBJECT IDENTIFIER ::= { npCard 1 } npConns OBJECT IDENTIFIER ::= { npCard 4 } npCfg OBJECT IDENTIFIER ::= { npCard 5 } npTcp OBJECT IDENTIFIER ::= { npCard 6 } npCtl OBJECT IDENTIFIER ::= { npCard 7 } npNpi OBJECT IDENTIFIER ::= { npCard 8 } npElt OBJECT IDENTIFIER ::= { npCard 9 } npIpx OBJECT IDENTIFIER ::= { npCard 10 } npDm OBJECT IDENTIFIER ::= { npCard 11 } llcconstategroup OBJECT IDENTIFIER ::= { npCard 12 } npPort OBJECT IDENTIFIER ::= { npCard 13 } npXip OBJECT IDENTIFIER ::= { npCard 14 } npCRC OBJECT IDENTIFIER ::= { npCard 15 } npDhcp OBJECT IDENTIFIER ::= { npCard 16 } npScan OBJECT IDENTIFIER ::= { npCard 17 } npWeb OBJECT IDENTIFIER ::= { npCard 18 } npSecurity OBJECT IDENTIFIER ::= { npCard 20 } trap OBJECT IDENTIFIER ::= { nm 13 } trapDest OBJECT IDENTIFIER ::= { trap 1 } -- added for download icf OBJECT IDENTIFIER ::= { nm 14 } snmpAccess OBJECT IDENTIFIER ::= { nm 15 } community OBJECT IDENTIFIER ::= { snmpAccess 1} -- Icf Common Objects hpicfAdmin OBJECT IDENTIFIER ::= { icf 10 } hpicfObjects OBJECT IDENTIFIER ::= { icf 11 } hpicfCommon OBJECT IDENTIFIER ::= { hpicfObjects 1 } hpicfChain OBJECT IDENTIFIER ::= { hpicfCommon 1 } hpicfDomains OBJECT IDENTIFIER ::= { hpicfAdmin 1 } hpicfLLCDomain OBJECT IDENTIFIER ::= { hpicfDomains 1 } hpicfNBPDomain OBJECT IDENTIFIER ::= { hpicfCommon 2 } hpicfDownload OBJECT IDENTIFIER ::= { hpicfCommon 3 } -- toptools branch hpWebMgmt OBJECT IDENTIFIER ::= { nm 36 } hpHttpMgMod OBJECT IDENTIFIER ::= { hpWebMgmt 1 } hpHttpMgObjects OBJECT IDENTIFIER ::= { hpHttpMgMod 1 } hpHttpMgDefaults OBJECT IDENTIFIER ::= { hpHttpMgObjects 1 } -- Start HP proprietary objects -- The Status Group gdStatusBytes OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "The number of valid bytes in the gdStatusEntry array." ::={ generalDeviceStatus 1 } gdStatusEntry OBJECT-TYPE SYNTAX OCTET STRING ACCESS not-accessible STATUS optional DESCRIPTION "The networked peripheral's 32 octet status information that is shared between the peripheral and the LAN card." ::={ generalDeviceStatus 2 } GdStatusEntry ::= SEQUENCE { gdStatusLineState INTEGER, gdStatusPaperState INTEGER, gdStatusInterventionState INTEGER, gdStatusNewMode INTEGER, gdStatusConnectionTerminationAck INTEGER, gdStatusPeripheralError INTEGER, gdStatusPaperOut INTEGER, gdStatusPaperJam INTEGER, gdStatusTonerLow INTEGER, gdStatusPagePunt INTEGER, gdStatusMemoryOut INTEGER, gdStatusIoActive INTEGER, gdStatusBusy INTEGER, gdStatusWait INTEGER, gdStatusInitialize INTEGER, gdStatusDoorOpen INTEGER, gdStatusPrinting INTEGER, gdStatusPaperOutput INTEGER, gdStatusReserved OCTET STRING, gdStatusNovBusy INTEGER, gdStatusLlcBusy INTEGER, gdStatusTcpBusy INTEGER, gdStatusAtBusy INTEGER } gdStatusLineState OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "This describes the line state of the peripheral. When non-zero, the peripheral is off-line. When zero the peripheral is on-line." ::={ gdStatusEntry 1 } gdStatusPaperState OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "This describes the state of the paper on the peripheral. When non-zero, the peripheral has a paper problem. When zero, the peripheral does not have a paper problem." ::={ gdStatusEntry 2 } gdStatusInterventionState OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "This describes the intervention state of the peripheral. When non-zero, the peripheral requires human intervention to continue working. When zero, it requires no assistance." ::={ gdStatusEntry 3 } gdStatusNewMode OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "This indicates to which read channel state the card should move. When non-zero, the card should indicate that the read channel is idle. When zero, the card should indicate that the read channel is operating. This object is Lan Manager io channel specific. It is kept here for backward compatibility." ::={ gdStatusEntry 4 } gdStatusConnectionTerminationAck OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "This indicates whether the peripheral is waiting for the Connection termination ACK. When non-zero, it is waiting. When zero, it is not waiting." ::={ gdStatusEntry 5 } gdStatusPeripheralError OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "This is the error code from the peripheral." ::={ gdStatusEntry 6 } gdStatusPaperOut OBJECT-TYPE SYNTAX INTEGER -- OFF(0), -- PAPER-OUT-OR-PAPER-MOUNT(1), -- MANUAL-PAPER-FEED-NEEDED(2) ACCESS read-only STATUS optional DESCRIPTION "This indicates that the peripheral is out of paper. For some peripherals, such as the HP LaserJet IIISi printer or HP DesignJet plotter, this value is always a zero (0)." ::={ gdStatusEntry 8 } gdStatusPaperJam OBJECT-TYPE SYNTAX INTEGER -- OFF(0), -- PAPER-JAM(1) ACCESS read-only STATUS optional DESCRIPTION "This indicates that the peripheral has a paper jam. For some peripherals, such as the HP LaserJet IIISi printer or HP DesignJet plotter, this value is always a zero (0)." ::={ gdStatusEntry 9 } gdStatusTonerLow OBJECT-TYPE SYNTAX INTEGER -- OFF(0), -- TONER-LOW(1), -- NO-TONER-CARTRIDGE(2) ACCESS read-only STATUS optional DESCRIPTION "This indicates that the peripheral has a low toner condition. For some peripherals, such as the HP LaserJet IIISi printer or HP DesignJet plotter, this value is always a zero (0)." ::={ gdStatusEntry 10 } gdStatusPagePunt OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "This indicates that the peripheral did not receive data fast enough to keep up with the print engine when generating a page. For some peripherals, such as the HP LaserJet IIISi printer or HP DesignJet plotter, this value is always a zero (0)." ::={ gdStatusEntry 11 } gdStatusMemoryOut OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "This indicates that the peripheral did not have enough memory to render an image on a page. For some peripherals, such as the HP LaserJet IIISi printer or HP DesignJet plotter, this value is always a zero (0)." ::={ gdStatusEntry 12 } gdStatusIoActive OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "This indicates that the peripheral is processing data from this I/O interface card. For some peripherals, such as the HP LaserJet IIISi printer or HP DesignJet plotter, this value is always a zero (0)." ::={ gdStatusEntry 13 } gdStatusBusy OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "This indicates that the peripheral is busy processing print/plot data. For some peripherals, such as the HP LaserJet IIISi printer or HP DesignJet plotter, this value is always a zero (0)." ::={ gdStatusEntry 14 } gdStatusWait OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "This indicates that the peripheral is waiting for print/plot data to process. For some peripherals, such as the HP LaserJet IIISi printer or HP DesignJet plotter, this value is always a zero (0)." ::={ gdStatusEntry 15 } gdStatusInitialize OBJECT-TYPE SYNTAX INTEGER -- OFF(0), -- INITIALIZING(1), -- WARM-UP(2) ACCESS read-only STATUS optional DESCRIPTION "This indicates that the peripheral is initializing or warming up. For some peripherals, such as the HP LaserJet IIISi printer or HP DesignJet plotter, this value is always a zero (0)." ::={ gdStatusEntry 16 } gdStatusDoorOpen OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "This indicates that the peripheral cover or door is open. For some peripherals, such as the HP LaserJet IIISi printer or HP DesignJet plotter, this value is always a zero (0)." ::={ gdStatusEntry 17 } gdStatusPrinting OBJECT-TYPE SYNTAX INTEGER -- OFF(0), -- ORDINARY-PAGE(1), -- TEST-FONTS-CONFIG-OR-START-PAGE(2) ACCESS read-only STATUS optional DESCRIPTION "This indicates that the peripheral is printing or otherwise marking or moving paper. For some peripherals, such as the HP LaserJet IIISi printer or HP DesignJet plotter, this value is always a zero (0)." ::={ gdStatusEntry 18 } gdStatusPaperOutput OBJECT-TYPE SYNTAX INTEGER -- OFF(0), -- OUTPUT-STORAGE-FULL(1) ACCESS read-only STATUS optional DESCRIPTION "This indicates that the peripheral has a paper output problem such as the output storage bin being full. For some peripherals, such as the HP LaserJet IIISi printer or HP DesignJet plotter, this value is always a zero (0)." ::={ gdStatusEntry 19 } gdStatusReserved OBJECT-TYPE SYNTAX OCTET STRING (SIZE (0..13)) ACCESS read-only STATUS optional DESCRIPTION "This is the reserved area that is not currently used, but will allow for growth within the gdStatusEntry table." ::={ gdStatusEntry 20 } gdStatusNovBusy OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "This indicates if this channel is active. If the value is 0 then this channel is active or the peripheral is idle. If this value is non-zero then another channel is active. This is the Novell io channel" ::={ gdStatusEntry 21 } gdStatusLlcBusy OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "This indicates if this channel is active. If the value is 0 then this channel is active or the peripheral is idle. If this value is non-zero then another channel is active. This is the LLC io channel" ::={ gdStatusEntry 22 } gdStatusTcpBusy OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "This indicates if this channel is active. If the value is 0 then this channel is active or the peripheral is idle. If this value is non-zero then another channel is active. This is the TCP io channel" ::={ gdStatusEntry 23 } gdStatusAtBusy OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "This indicates if this channel is active. If the value is 0 then this channel is active or the peripheral is idle. If this value is non-zero then another channel is active. This is the Apple talk io channel" ::={ gdStatusEntry 24 } gdStatusDisplay OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) ACCESS read-only STATUS optional DESCRIPTION "The string diplayed on the peripheral front panel. For some peripherals, such as the HP LaserJet IIISi printer or HP DesignJet plotter, this is always a zero length string." ::={ generalDeviceStatus 3 } gdStatusJobName OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) ACCESS read-only STATUS optional DESCRIPTION "The current job name set by the peripheral. For some peripherals, such as the HP LaserJet IIISi printer or HP DesignJet plotter, this is always a zero length string." ::={ generalDeviceStatus 4 } gdStatusSource OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) ACCESS read-only STATUS optional DESCRIPTION "A string indicating the name of the physical port or protocol the printer is currently getting data from." ::={ generalDeviceStatus 5 } gdStatusPapstatus OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) ACCESS read-only STATUS optional DESCRIPTION "A string indicating the Appletalk papstatus response." ::={ generalDeviceStatus 6 } gdStatusId OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) ACCESS read-only STATUS optional DESCRIPTION "A formatted string describing this peripheral." ::={ generalDeviceStatus 7 } gdStatusDisplayCode OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "This is the display code that the peripheral uses to tell the card what type of display the front panel of the printer is." ::={ generalDeviceStatus 8 } gdStatusNlsCode OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "This value is the representation of what native language the printer is in currently." ::={ generalDeviceStatus 9 } gdStatusJobTimeout OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "This value represents (in seconds) the maximum time of inactivity which must elapse before the JetDirect card switches from the current network protocol to another when a normal end of job is not detected." ::={ generalDeviceStatus 10 } gdStatusPjlUstatus OBJECT-TYPE SYNTAX INTEGER -- DISABLED(0), -- ENABLED(1) ACCESS read-write STATUS optional DESCRIPTION "This object will enable/disable PJL ustatus." ::={ generalDeviceStatus 11 } gdStatusLaaSupport OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "This value represents what protocols Locally Administered addressing is supported over. This is currently 0 for 802.3 cards and 7 for 802.5 cards. LAA is not supported on 802.3. The value is a mask of bits, 1 for each of the protocols below. +-----------------------------------------------+ | NA | NA | NA | NA | NA | TCP | LLC | NOV | +-----------------------------------------------+" ::={ generalDeviceStatus 12 } gdPasswords OBJECT-TYPE SYNTAX OCTET STRING (SIZE (0..255)) ACCESS read-write STATUS optional DESCRIPTION "This object is used as a 256 byte NVRAM area for JetAdmin. It is completely managed by JetAdmin. Initially it is initialized to all zeros. A coldboot will re-initialize to all zeros." ::={ generalDeviceStatus 13 } -- the following objects are not supported after EX+3. -- They were moved to the npPort sub-tree. In the EX+3 box, -- they appear in both sub-trees. npPortNumPorts OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "iThe number of peripheral interfaces supported by this device " ::={ generalDeviceStatus 14 } npPortType OBJECT-TYPE SYNTAX INTEGER -- unknown(1), -- MIO(2), -- XIO(3), -- parallel(4), -- Centronics(5), -- Bitronics(6), -- ECP(7), -- serial(8), -- SCSI(9) -- MIO2(10) ACCESS read-only STATUS optional DESCRIPTION "The type of the peripheral interface. A parallel port will return the specific protocl currently in use. If the parallel port is disconnected it will return parallel(4)." ::={ generalDeviceStatus 15 } npSysModelNumber OBJECT-TYPE SYNTAX OCTET STRING (SIZE(6)) ACCESS read-only STATUS optional DESCRIPTION "The HP model number of the device." ::={ generalDeviceStatus 16 } npSysNetworkConnectors OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "This object describes the network connectors supported by the device. The value is a bit mask. A set bit indicates the connector is supported. Bit Value Connector 0 0x01 Ethernet, BNC 1 0x02 Ethernet, AUI 2 0x04 Ethernet, RJ-45 3 0x08 TokenRing, DB-9 4 0x10 TokenRing, RJ-45 5 0x20 LocalTalk" ::={ generalDeviceStatus 17 } ----------- -- These are new objects I am adding for EX+3. They need to -- get merged in above eventually. -- Additions to the gdStatus tree. -- These objects are only present in EX+3. -- The OIDs are temporary. I would prefer to use 14 and 15 once the obsolete -- objects with those OIDs are removed from the code. XXX gdStatusAtPrinterName OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..255)) ACCESS read-write STATUS optional DESCRIPTION "The AppleTalk name of the printer." ::={ generalDeviceStatus 18 } gdStatusAtPrinterType OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..255)) ACCESS read-only STATUS optional DESCRIPTION "The AppleTalk type of the printer." ::={ generalDeviceStatus 19 } -- the netPrinterType group LJ5SI OBJECT IDENTIFIER ::={ netPrinterType 1 } LJ5M OBJECT IDENTIFIER ::={ netPrinterType 2 } LJ6P OBJECT IDENTIFIER ::={ netPrinterType 3 } LJ4000 OBJECT IDENTIFIER ::={ netPrinterType 5 } LJ5000 OBJECT IDENTIFIER ::={ netPrinterType 6 } LJ8000 OBJECT IDENTIFIER ::={ netPrinterType 9 } -- PML prefixes -- pml_oid[] = { 1,3,6,1,4,1,11,2,3,9,4,2 }; -- pml_trap_enable_oid[] = { 1,3,6,1,4,1,11,2,3,9,4,1,1,0 }; -- pml_trap_disable_oid[] = { 1,3,6,1,4,1,11,2,3,9,4,1,2,0 }; -- pml_magic_oid[] = { 1,3,6,1,4,1,11,2,3,9,4,2,99,1,0 } -- Printer MIB prefixes -- printmib_channel_number[] = {1,3,6,1,4,1,11,2,3,9,4,2,1,6,1,0} -- printmib_trap_oid[] = { 1,3,6,1,4,1,11,2,3,9,4,2,1,6,2,0} -- printmib_channel_table[5][17] = { -- {1,3,6,1,4,1,11,2,3,9,4,2,1,6,3,1,2}, -- {1,3,6,1,4,1,11,2,3,9,4,2,1,6,3,1,3}, -- {1,3,6,1,4,1,11,2,3,9,4,2,1,6,3,1,4}, -- {1,3,6,1,4,1,11,2,3,9,4,2,1,6,3,1,5}, -- {1,3,6,1,4,1,11,2,3,9,4,2,1,6,3,1,6},} -- End Printer MIB prefixes -- the Ieee8023Mac group ieee8023MacTable OBJECT-TYPE SYNTAX SEQUENCE OF Ieee8023MacEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of ieee8023MacEntry entries." ::= { ieee8023Mac 1 } ieee8023MacEntry OBJECT-TYPE SYNTAX Ieee8023MacEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry containing the hp ieee8023 extentions." INDEX { ieee8023MacIndex } ::= { ieee8023MacTable 1 } Ieee8023MacEntry ::= SEQUENCE { ieee8023MacIndex INTEGER, ieee8023MacTransmitteds Counter, ieee8023MacNotTransmitteds Counter, ieee8023MacDeferreds Counter, ieee8023MacCollisions Counter, ieee8023MacSingleCollisions Counter, ieee8023MacMultipleCollisions Counter, ieee8023MacExcessCollisions Counter, ieee8023MacLateCollisions Counter, ieee8023MacCarrierLostErrors Counter, ieee8023MacNoHeartBeatErrors Counter, ieee8023MacFramesReceiveds Counter, ieee8023MacUndeliverableFramesReceiveds Counter, ieee8023MacCrcErrors Counter, ieee8023MacAlignmentErrors Counter, ieee8023MacResourceErrors Counter, ieee8023MacControlFieldErrors Counter, ieee8023MacUnknownProtocolErrors Counter, ieee8023MacMulticastsAccepteds Counter, --ieee8023MacMulticastsAccepteds -- Counter, ieee8023MacInfiniteDeferrals Counter, ieee8023MacUnderflowErrors Counter, ieee8023MacNoResources Counter, ieee8023MacLengthErrors Counter } ieee8023MacIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the interface/port to which this entry is applicable. The interface/port identified by a particular value of this index is the same interface/port as identified by the same value of ifIndex." ::= { ieee8023MacEntry 1 } ieee8023MacTransmitteds OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of frames successfully transmitted." ::= { ieee8023MacEntry 2 } ieee8023MacNotTransmitteds OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of frames not transmitted." ::= { ieee8023MacEntry 3 } ieee8023MacDeferreds OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of frames which were successfully transmitted after a deferral. If any collisions occurred before transmission, xmtDeferredTransmission isn't incremented." ::= { ieee8023MacEntry 4 } ieee8023MacCollisions OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Total number of transmit attempts that were retransmitted due to collisions, and are subsequently transmitted successfully." ::= { ieee8023MacEntry 5 } ieee8023MacSingleCollisions OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of transmit attempts that are involved in a single collision, and are subsequently transmitted successfully." ::= { ieee8023MacEntry 6 } ieee8023MacMultipleCollisions OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of transmit attempts that are involved in between one and fifteen collision attempts, and are subsequently transmitted successfully." ::= { ieee8023MacEntry 7 } ieee8023MacExcessCollisions OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmits that occur after more than 15 collisions, and are subsequently transmitted successfully." ::= { ieee8023MacEntry 8 } ieee8023MacLateCollisions OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of collisions that occured after one end-to-end frame propagation delay." ::= { ieee8023MacEntry 9 } ieee8023MacCarrierLostErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of times that carrier sense was lost when attempting to transmit." ::= { ieee8023MacEntry 10 } ieee8023MacNoHeartBeatErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times the MAU failed to assert SQE after transmitting a packet." ::= { ieee8023MacEntry 11 } ieee8023MacFramesReceiveds OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of frames successfully received." ::= { ieee8023MacEntry 12 } ieee8023MacUndeliverableFramesReceiveds OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of frames received that could not be delivered because the software buffer was overrun when frames were sent faster than they could be received." ::= { ieee8023MacEntry 13 } ieee8023MacCrcErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of Cyclical Redundancy Check (CRC) errors detected." ::= { ieee8023MacEntry 14 } ieee8023MacAlignmentErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of frames received that were both misaligned and had bad CRC." ::= { ieee8023MacEntry 15 } ieee8023MacResourceErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of frames received that were lost due to lack of resources." ::= { ieee8023MacEntry 16 } ieee8023MacControlFieldErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of frames received with errors in the control field." ::= { ieee8023MacEntry 17 } ieee8023MacUnknownProtocolErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number frames dropped because the type field or sap field referenced an invalid protocol." ::= { ieee8023MacEntry 18 } ieee8023MacMulticastsAccepteds OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of accepted muliticast addresses." ::= { ieee8023MacEntry 19 } ieee8023MacInfiniteDeferrals OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of frames not transmitted successfully due to excessive number of deferrals." ::= { ieee8023MacEntry 20 } ieee8023MacUnderflowErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of frames not transmitted successfully because an underflow occurred on the transmit." ::= { ieee8023MacEntry 21 } ieee8023MacNoResources OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of frames not transmitted successfully because the MAC lacked resources to handle the frame." ::= { ieee8023MacEntry 22 } ieee8023MacLengthErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of frames received that have length errors." ::= { ieee8023MacEntry 23 } -- The 802.3 Multicast Address Table ieee8023MacMcaTable OBJECT-TYPE SYNTAX SEQUENCE OF Ieee8023MacMcaTableEntry ACCESS not-accessible STATUS optional DESCRIPTION "The 802.3 multicast address table." ::= { ieee8023Mac 2 } ieee8023MacMcaTableEntry OBJECT-TYPE SYNTAX Ieee8023MacMcaTableEntry ACCESS not-accessible STATUS optional DESCRIPTION "Entries in the ieee8023MacMcaTable." INDEX { ieee8023MacMcaIndex } ::= { ieee8023MacMcaTable 1 } Ieee8023MacMcaTableEntry ::= SEQUENCE { ieee8023MacMcaIndex INTEGER, ieee8023MacMcaAddress OCTET STRING } ieee8023MacMcaIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "The index corresponding to a particular instance in the ieee8023MacMcaTable." ::= { ieee8023MacMcaTableEntry 1 } ieee8023MacMcaAddress OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS optional DESCRIPTION "The multicast address of a particular instance in the ieee8023McaTable." ::= { ieee8023MacMcaTableEntry 2 } -- Other 802.3 Objects ieee8023MacState OBJECT-TYPE SYNTAX INTEGER { offline(1), initializing(2), online(4), error(5), io-not-ready(6) } ACCESS read-only STATUS optional DESCRIPTION "A state variable that indicates the current state of the MAC driver." ::= { ieee8023Mac 3 } ieee8023MacConfigurationStatus OBJECT-TYPE SYNTAX INTEGER { internal-mau-selected1(1), internal-mau-selected5(5), internal-mau-selected13(13), external-mau-selected(14) } ACCESS read-only STATUS optional DESCRIPTION "These are the four bits of hardware power sense and jumper sense registers: 15 14 13 12 11 +---+---+---+---+----------+ |apa|mpa|ext|int| unused | +---+---+---+---+----------+ unused Reserved for future status. apa 12v power detected at the AUI connector. mpa 12v power detected at the Peripheral interface. ext External AUI connector selected. int Internal tranceiver selected." ::= { ieee8023Mac 4 } ieee8023MacNumberActiveMCAs OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "The number of entries in the multicast address table." ::= { ieee8023Mac 5 } -- .1.3.6.1.4.1.11.2.4.1.6.0 ieee8023MacMauType OBJECT-TYPE SYNTAX INTEGER { unknownOrOther(1), aui(2), a10BASE-5(3), foirl(4), a10BASE-2(5), a10BASE-TDuplexModeUnknown(6), a10BASE-FP(7), a10BASE-FB(8), a10BASE-FL-duplex-mode-unknown(9), a10BROAD36(10), a10BASE-T-half-duplex-mode(11), a10BASE-T-full-duplex-mode(12), a10BASE-FL-half-duplex-mode(13), a10BASE-FL-full-duplex-mode(14), a100BASE-T4(15), a100BASE-TX-half-duplex-mode(16), a100BASE-TX-full-duplex-mode(17), a100BASE-FX-half-duplex-mode(18), a100BASE-FX-full-duplex-mode(19), a100BASE-T2-half-duplex-mode(20), a100BASE-T2-full-duplex-mode(21) } ACCESS read-only STATUS optional DESCRIPTION "This object identifies the 10 or 100 Mb/s MAU type. It represents the operational type of the MAU, as determined by (1) auto-negotiation, (2) manual configuration, or (3) port selection logic." ::= { ieee8023Mac 6 } -- .1.3.6.1.4.1.11.2.4.1.7.0 ieee8023MacJackType OBJECT-TYPE SYNTAX INTEGER { other(1), rj45(2), rj45S(3), -- RJ45 shielded db9(4), bnc(5), faui(6), -- female AUI maui(7), -- male AUI fiberSC(8), fiberMIC(9), fiberST(10), telco(11) } ACCESS read-only STATUS optional DESCRIPTION "Jack type associated with the selected MAU type." ::= { ieee8023Mac 7 } -- .1.3.6.1.4.1.11.2.4.1.8.0 ieee8023MacMauAutoNegAdminStatus OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-only STATUS optional DESCRIPTION "This object indicates whether the interface with auto-negotiation signaling has this ability enabled." ::= { ieee8023Mac 8 } -- the Ieee8025Mac group ieee8025MacTable OBJECT-TYPE SYNTAX SEQUENCE OF Ieee8025MacEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of ieee8025MacEntry entries." ::= { ieee8025Mac 1 } ieee8025MacEntry OBJECT-TYPE SYNTAX Ieee8025MacEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry containing the hp ieee8025 extentions." INDEX { ieee8025MacIndex } ::= { ieee8025MacTable 1 } Ieee8025MacEntry ::= SEQUENCE { ieee8025MacIndex INTEGER, ieee8025MacTransmitteds Counter, ieee8025MacUnderflowErrors Counter, ieee8025MacNoResources Counter, ieee8025MacFramesReceiveds Counter, ieee8025MacLineErrors Counter, ieee8025MacBurstErrors Counter, ieee8025MacFSSetErrors Counter, ieee8025MacCongestions Counter, ieee8025MacLostFrameErrors Counter, ieee8025MacFrameCopiedErrors Counter, ieee8025MacTooLongErrors Counter, ieee8025MacLengthErrors Counter, ieee8025MacOverflowErrors Counter, ieee8025MacTokenErrors Counter } ieee8025MacIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the interface/port to which this entry is applicable. The interface/port identified by a particular value of this index is the same interface/port as identified by the same value of ifIndex." ::= { ieee8025MacEntry 1 } ieee8025MacTransmitteds OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of frames successfully transmitted." ::= { ieee8025MacEntry 2 } ieee8025MacUnderflowErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of frames not transmitted due to underflow errors." ::= { ieee8025MacEntry 3 } ieee8025MacNoResources OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of frames which were not transmitted due to no outbound resources. " ::= { ieee8025MacEntry 4 } ieee8025MacFramesReceiveds OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Total number of frames received." ::= { ieee8025MacEntry 5 } ieee8025MacLineErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of received line error frames." ::= { ieee8025MacEntry 6 } ieee8025MacBurstErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of received burst errors." ::= { ieee8025MacEntry 7 } ieee8025MacFSSetErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received FS set errors." ::= { ieee8025MacEntry 8 } ieee8025MacCongestions OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received congestion packets." ::= { ieee8025MacEntry 9 } ieee8025MacLostFrameErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of received lost frame errors." ::= { ieee8025MacEntry 10 } ieee8025MacFrameCopiedErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received frame copied errors." ::= { ieee8025MacEntry 11 } ieee8025MacTooLongErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number received too long errors." ::= { ieee8025MacEntry 12 } ieee8025MacLengthErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of recevied length errors." ::= { ieee8025MacEntry 13 } ieee8025MacOverflowErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received overflow errors." ::= { ieee8025MacEntry 14 } ieee8025MacTokenErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of token errors." ::= { ieee8025MacEntry 15 } -- The 802.5 Multicast Address Table ieee8025MacMcaTable OBJECT-TYPE SYNTAX SEQUENCE OF Ieee8025MacMcaTableEntry ACCESS not-accessible STATUS optional DESCRIPTION "The 802.5 multicast address table." ::= { ieee8025Mac 2 } ieee8025MacMcaTableEntry OBJECT-TYPE SYNTAX Ieee8025MacMcaTableEntry ACCESS not-accessible STATUS optional DESCRIPTION "Entries in the ieee8025MacMcaTable." INDEX { ieee8025MacMcaIndex } ::= { ieee8025MacMcaTable 1 } Ieee8025MacMcaTableEntry ::= SEQUENCE { ieee8025MacMcaIndex INTEGER, ieee8025MacMcaAddress OCTET STRING } ieee8025MacMcaIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "The index corresponding to a particular instance in the ieee8025MacMcaTable." ::= { ieee8025MacMcaTableEntry 1 } ieee8025MacMcaAddress OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS optional DESCRIPTION "The multicast address of a particular instance in the ieee8025McaTable." ::= { ieee8025MacMcaTableEntry 2 } -- Other 802.5 Objects ieee8025MacState OBJECT-TYPE SYNTAX INTEGER -- OFFLINE(1), -- INITIALIZING(2), -- ONLINE(4), -- ERROR(5), -- IO_NOT_READY(6) ACCESS read-only STATUS optional DESCRIPTION "A state variable that indicates the current state of the MAC driver." ::= { ieee8025Mac 3 } ieee8025MacConfigurationStatus OBJECT-TYPE SYNTAX INTEGER -- INTERNAL_MAU_SELECTED1(1), -- INTERNAL_MAU_SELECTED5(5), -- INTERNAL_MAU_SELECTED13(13), -- EXTERNAL_MAU_SELECTED(14) ACCESS read-only STATUS optional DESCRIPTION "These are the four bits of hardware power sense and jumper sense registers: 15 14 13 12 11 +---+---+---+---+----------+ |apa|mpa|ext|int| unused | +---+---+---+---+----------+ unused Reserved for future status. apa 12v power detected at the AUI connector. mpa 12v power detected at the Peripheral interface. ext External AUI connector selected. int Internal tranceiver selected." ::= { ieee8025Mac 4 } ieee8025MacNumberActiveMCAs OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "The number of entries in the multicast address table." ::= { ieee8025Mac 5 } -- The HP Network Peripheral Card (npCard) Group -- The System subgroup of npCard npSysState OBJECT-TYPE SYNTAX INTEGER { offline(1), initializing(2), online(4), error(5), io-not-ready(6) } ACCESS read-only STATUS optional DESCRIPTION "The state of the LAN card to network peripheral interface driver." ::={ npSys 1 } npSysStatusMessage OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) ACCESS read-only STATUS optional DESCRIPTION "A status string reflecting the current state of the card and peripheral." ::={ npSys 2 } npSysPeripheralFatalError OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "The most recent peripheral fatal error that is being displayed on the peripheral's display panel. The error typically appears as a '80 Service (00xx)' error. Refer to peripheral documentation to determine what the error means." ::={ npSys 3 } npSysCardFatalError OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "The most recent LAN Card error that is being displayed on the peripheral's display panel. The error typically appears as a '80 Service (01xx)' error. Refer to peripheral documentation to determine what the error means." ::={ npSys 4 } npSysMaximumWriteBuffers OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "The maximum number of write buffers configured for the LAN card (this translates to the write window size of the connection)." ::={ npSys 5 } npSysMaximumReadBuffers OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "The maximum number of read buffers configured for the LAN card (this translates to the read window size of the connection)." ::={ npSys 6 } npSysTotalBytesRecvs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS optional DESCRIPTION "The total number of bytes received since reset." ::={ npSys 7 } npSysTotalBytesSents OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS optional DESCRIPTION "The total number of bytes sent since reset." ::={ npSys 8 } npSysCurrReadReq OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS optional DESCRIPTION "The current number of read data buffers owned by the LAN card." ::={ npSys 9 } -- Additions to the npSys tree. (for EX+3) npSysModelNumber OBJECT-TYPE SYNTAX OCTET STRING (SIZE(6)) ACCESS read-only STATUS optional DESCRIPTION "The HP model number of the device." ::={ npSys 10 } npSysNetworkConnectors OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "This object describes the network connectors supported by the device. The value is a bit mask. A set bit indicates the connector is supported. Bit Value Connector 0 0x01 Ethernet, BNC 1 0x02 Ethernet, AUI 2 0x04 Ethernet, RJ-45 3 0x08 TokenRing, DB-9 4 0x10 TokenRing, RJ-45 5 0x20 LocalTalk 6 0x40 100VG, RJ-45 7 0x80 100T, RJ-45" ::={ npSys 11 } npSysStatusPage OBJECT-TYPE SYNTAX SEQUENCE OF NpSysStatusPageLine ACCESS not-accessible STATUS optional DESCRIPTION "A table of all the lines which the card prints on the self-test page." ::={ npSys 12 } npSysStatusPageLine OBJECT-TYPE SYNTAX NpSysStatusPageLine ACCESS not-accessible STATUS optional DESCRIPTION "An entry containing one line of the status page." INDEX { npSysStatusPageIndex } ::={ npSysStatusPage 1 } NpSysStatusPageLine ::= SEQUENCE { npSysStatusPageIndex INTEGER, npSysStatusPageText OCTET STRING } npSysStatusPageIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "The index value of this entry in the table." ::={ npSysStatusPageLine 1 } npSysStatusPageText OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) ACCESS read-only STATUS optional DESCRIPTION "The text of one line of the card status. This is the same text that is shown on the printer's selftest page. The text is localized." ::={ npSysStatusPageLine 2 } npSysManufactureInfo OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) ACCESS read-only STATUS optional DESCRIPTION "This object provides information about the hardware that the firmware is running on as well as manufacturing codes." ::={ npSys 13 } npSysPeekAddress OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "This object specifies an address for subsequent peeks." ::={ npSys 14 } npSysPeek OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS optional DESCRIPTION "This object specifies an address for subsequent peeks." ::={ npSys 15 } npSysCardServices1 OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "This object is a bitmap showing what services are available on the card." ::={ npSys 16 } npSysCardServices2 OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS current DESCRIPTION "This object is a bitmap showing what services are available on the card. Bit 0 - XIP2 Bit 1 - PML Get/Set Bit 2 - PML Traps Bit 3 - Scan to Web Browser Bit 4 - Scan to Email Bit 5 - MFP Scan Support Bits 6 - 11 Reserved Bit 12 - Telnet API Bit 13 - Web API Bit 14 - SNMP V2 Bit 15 - SNMP Traps Bit 16 - Download Bit 17 - TFTP Bit 18 - RCFG Bit 19 - SLP Bit 20 - Syslog Bit 21 - DHCP Bit 22 - BOOTP Bit 23 - RARP Bit 24 - SNMP V3 Bit 25 - SSL Functionality Bit 26 - Auto IP Bits 27 - 31 Reserved" ::= { npSys 17 } npSysCardServices3 OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS current DESCRIPTION "This object is a bitmap showing what services are available on the card. Bit 0 - 100T Bit 1 - Token Ring 802.5 Bit 2 - 802.11b Bit 3 - 80211.a Bit 4 - Bluetooth Bits 5 - 11 Reserved Bit 12 - EIO. For embedded Jetdirect this bit will be 1. Bit 13 - LIO Bit 14 - USB Bit 15 - Firewire Bit 16 - TCP Download Bits 17 - 31 Reserved" ::= { npSys 22 } -- The following 2 objects are from the original Lan Manager MIB. They -- need to exist for backward compatibility. npCardPFatalErr OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "The most recent peripheral fatal error that is being displayed on the peripheral's display panel. The error typically appears as a '80 Service (00xx)' error. Refer to peripheral documentation to determine what the error means." ::={ npCard 2 } npCardIoFatalErr OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "The most recent LAN Card error that is being displayed on the peripheral's display panel. The error typically appears as a '80 Service (01xx)' error. Refer to peripheral documentation to determine what the error means." ::={ npCard 3 } --- The Card Connection Statistics subgroup of npCard npConnsAccepts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS optional DESCRIPTION "The number of connections accepted since reset." ::={ npConns 1 } npConnsRefuseds OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS optional DESCRIPTION "The number of connections refused since reset. Connections are refused for the following reasons: a connection is already active, the peripheral is offline, the network peripheral interface is not ready for connections after a power-up or reset, or there isn't enough buffer space on the card to establish a connection." ::={ npConns 2 } npConnsDenys OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS optional DESCRIPTION "The number of connections that the card denied due to failure to match the access list." ::={ npConns 3 } npConnsDenysIP OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS optional DESCRIPTION "The IP address of the last node to be denied a connection due to failure to match the access list." ::={ npConns 4 } npConnsAborts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS optional DESCRIPTION "The number of connections aborted due to a network problem." ::={ npConns 5 } npConnsAbortReason OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) ACCESS read-only STATUS optional DESCRIPTION "The textual description of why the last abort on the card occurred." ::={ npConns 6 } npConnsAbortIP OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS optional DESCRIPTION "The IP address of the last node to establish a connection before the card aborted." ::={ npConns 7 } npConnsAbortPort OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-only STATUS optional DESCRIPTION "The port of the last node to establish a connection before the card aborted." ::={ npConns 8 } npConnsAbortTime OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS optional DESCRIPTION "The time (in hundredths of a second) since the last time the card was aborted." ::={ npConns 9 } npConnsState OBJECT-TYPE SYNTAX INTEGER { up(1), down(2) } ACCESS read-only STATUS optional DESCRIPTION "State of current connection to card." ::={ npConns 10 } npConnsIP OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS optional DESCRIPTION "Remote IP address of the node currently connected to the card. Zero if no connection is active." ::={ npConns 11 } npConnsPort OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-only STATUS optional DESCRIPTION "Remote port number of the node currently connected to the card. Zero if no connection is active." ::={ npConns 12 } npConnsPeriphClose OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "The number of connections closed in response to a peripheral request I/O channel reset request." ::={ npConns 13 } npConnsIdleTimeouts OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "The number of connections closed due to an idle timeout." ::={ npConns 14 } npConnsNmClose OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "The number of connections closed by SetRequests to the MIB variable, npCtlCloseConnection." ::={ npConns 15 } npConnsBytesRecvds OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS optional DESCRIPTION "The number of bytes received by this connection." ::={ npConns 16 } npConnsBytesSents OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS optional DESCRIPTION "The number of bytes transmitted by this connection." ::={ npConns 17 } --- The Card Configuration subgroup of npCard -- npCfgSource defined below -- We changed the enumeration and added new values. npCfgSource OBJECT-TYPE SYNTAX INTEGER { -- bootp(0), historical only manual-one(1), -- read-only, depreciate after intro of box products. bootp-two(2), -- read-only, depreciate after intro of box products. manual-three(3), -- read/write, must write ip_addr in same packet. bootp-four(4), -- read/write, ignores other npCfg if in same packet. dhcp(5), -- read/write, ignores other npCfg if in same packet. not-configured(6), -- read-only default-config(7), -- read-only rarp(8) -- read-only } ACCESS read-write STATUS mandatory DESCRIPTION "This object indicates how the device obtained its IP configuration." ::={ npCfg 1 } npCfgYiaddr OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS optional DESCRIPTION "The IP address assigned to the card from the BOOTP reply yiaddr field." ::={ npCfg 2 } npCfgSiaddr OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS optional DESCRIPTION "The IP address of the TFTP server from the BOOTP reply siaddr field." ::={ npCfg 3 } npCfgGiaddr OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS optional DESCRIPTION "The IP address of the TFTP gateway from the BOOTP reply giaddr field." ::={ npCfg 4 } npCfgLogServer OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS optional DESCRIPTION "The IP address of the Log Server from the BOOTP reply Tag: 7 field." ::={ npCfg 5 } npCfgSyslogFacility OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "This specifies the facility identifier used in syslog messages generated by the card." ::={ npCfg 6 } npCfgAccessState OBJECT-TYPE SYNTAX INTEGER { allowed(1), not-allowed(2) } ACCESS read-only STATUS optional DESCRIPTION "An indication of whether or not the requesting host is allowed to connect to the card as dictated by the access list." ::={ npCfg 7 } npCfgAccessListNum OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "The number of access list entries." ::={ npCfg 8 } npCfgAccessListTable OBJECT-TYPE SYNTAX SEQUENCE OF AccessListEntry ACCESS not-accessible STATUS optional DESCRIPTION "List of access addresses and masks." ::={ npCfg 9 } accessListEntry OBJECT-TYPE SYNTAX AccessListEntry ACCESS not-accessible STATUS optional DESCRIPTION "Each entry contains an access address and mask." INDEX { npCfgAccessListIndex } ::={ npCfgAccessListTable 1 } AccessListEntry ::= SEQUENCE { npCfgAccessListIndex INTEGER, npCfgAccessListAddress IpAddress, npCfgAccessListAddrMask IpAddress } npCfgAccessListIndex OBJECT-TYPE SYNTAX INTEGER (0..9) ACCESS read-only STATUS optional DESCRIPTION "Index to the configuration access list table." ::={ accessListEntry 1 } npCfgAccessListAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS optional DESCRIPTION "Address to compare with after applying the wildcard to the requestor's address." ::={ accessListEntry 2 } npCfgAccessListAddrMask OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS optional DESCRIPTION "Address mask used to help determine whether or not a given IP address is allowed access to the card. An IP address is allowed access if (Addr & AddrMask) == (IP & AddrMask)." ::={ accessListEntry 3 } npCfgIdleTimeout OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "The idle timeout is the length in seconds after which an idle connection is terminated. A value of zero disables the timeout." ::={ npCfg 10 } --npCfgLocalSubnets OBJECT-TYPE (replace in bunker) -- SYNTAX INTEGER -- none(0), -- exist(1) -- ACCESS read-only -- STATUS optional -- DESCRIPTION -- "An indication of whether or not the card recognizes -- any local subnets." -- ::={ npCfg 11 } --.1.3.6.1.4.1.11.2.4.3.5.11.0 (new in bunker) npCfgTcpMss OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "Enumerate as follows: 0 = treat all hosts as local which means JetDirect sends a maximum of 1460 bytes of data in all outbound packets. 1 = treat hosts on different subnets but in the same network as local which means for hosts in the same network, send 1460 bytes; else send 536 bytes in outbound packets. 2 = treat only hosts on the same network and same subnet as local (use 1460 bytes); otherwise treat them as remote hosts (send 536 bytes)." ::={ npCfg 11 } -- These objects are present in EX+3 -- added into the master mib on 9/8/95 npCfgSubnetMask OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS optional DESCRIPTION "The subnet mask associated with the IP address of this card." ::= { npCfg 12} npCfgDefaultGateway OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS optional DESCRIPTION "This variable contains the IP address of the default router for this card." ::= { npCfg 13} npCfgRootURL OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS optional DESCRIPTION "The HTTP root(/) directory redirect location." ::= { npCfg 14} npCfgGenURL OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS optional DESCRIPTION "The HTTP /redirect directory location." ::= { npCfg 15} npCfgDomainName OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS optional DESCRIPTION "The JetDirect domain name as configured by Web JetAdmin." ::= { npCfg 16} -- .1.3.6.1.4.1.11.2.4.3.5.17.0 npCfgSlpTtl OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "The TTL value is used in the IP header of SLP multicast pkts sent by JetDirect. " ::= { npCfg 17 } -- .1.3.6.1.4.1.11.2.4.3.5.18.0 npCfgIPP OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "The value can be 0, meaning IPP has been disabled, or 1, meaning IPP has been enabled." ::= { npCfg 18 } -- .1.3.6.1.4.1.11.2.4.3.5.19.0 npCfgMailServerUrl OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The mail server to which messages originating from the JetDirect should be sent. The value is a URL in the form: protocol://address:port The protocol and port fields are optional. The default protocol is 'smtp' and the default port is '25'. The address field may be an IP address in dot notation or a DNS name. Examples: smtp://156.153.255.242:25 smtp://parrel1.hp.com 156.153.255.242:25 palrel1.hp.com" ::= { npCfg 19 } npCfgDNSNameServerId OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "IP address of Primary DNS name-server." ::= { npCfg 21 } npCfgWINSNameServerIdPri OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Primary name server for NetBIOS over TCP/IP." ::= { npCfg 22 } npCfgWINSNameServerIdSec OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Secondary name server for NetBIOS over TCP/IP." ::= { npCfg 23 } npCfgPasswd1Verify OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS current DESCRIPTION "Compares string value to passwd1 and returns OK if match, GENERAL ERROR if doesn't match." ::= { npCfg 28 } npCfgPasswd1 OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "Password for root or administrator. Get request returns either 'SET' or 'NOT_SET'." ::= { npCfg 29 } npCfgBanner OBJECT-TYPE SYNTAX Integer32 (0..1) ACCESS read-write STATUS current DESCRIPTION "Line Printer Daemon Protocol (LPD) banner page per I/O port. (0) = Disabled (1) = Enabled Enabled by default." ::= { npCfg 31 } npCfgLinkType OBJECT-TYPE SYNTAX INTEGER { autoNegotiate ( 1 ) , full10T ( 2 ) , half10T ( 3 ) , full100T ( 4 ) , half100T ( 5 ) , auto100T ( 6 ) , full1000T ( 7 ) } MAX-ACCESS read-write STATUS current DESCRIPTION "Network link speed and communication mode." ::= { npCfg 35 } npCfgSnmpDefaultReadCmnty OBJECT-TYPE SYNTAX Integer32 ( 0 .. 1 ) MAX-ACCESS read-write STATUS current DESCRIPTION "Controls Default Read Community Name access. (0) = Disabled, i.e., default get community names FAIL to access target. (1) = Enabled, i.e., default get community names SUCCEED to access target." ::= { npCfg 40 } npCfgBonjourServiceName OBJECT-TYPE SYNTAX OCTET STRING ( SIZE ( 0 .. 63 ) ) MAX-ACCESS read-write STATUS current DESCRIPTION "The name by which all the Jetdirect services will be advertised by Multicast Domain Name System (Bonjour). Must set a non empty string" ::= { npCfg 44 } npCfgBonjourHighestPriorityService OBJECT-TYPE SYNTAX INTEGER { p9100-Printing ( 1 ) , ipp-Printing ( 2 ) , lPD-Printing-RAW ( 3 ) , lPD-Printing-TEXT ( 4 ) , lPD-Printing-AUTO ( 5 ) , lPD-Printing-BINPS ( 6 ) , lPD-Printing-Queue5 ( 7 ) , lPD-Printing-Queue6 ( 8 ) , lPD-Printing-Queue7 ( 9 ) , lPD-Printing-Queue8 ( 10 ) , lPD-Printing-Queue9 ( 11 ) , lPD-Printing-Queue10 ( 12 ) , ipps-Printing ( 16 ) } MAX-ACCESS read-write STATUS current DESCRIPTION "This object specifies the highest priority service advertised by Bonjour. When this object is change, all services will be re-advertised with the changed priority." ::= { npCfg 45 } npCfgBonjourDomainName OBJECT-TYPE SYNTAX OCTET STRING ( SIZE ( 0 .. 255 ) ) MAX-ACCESS read-only STATUS current DESCRIPTION "The name used as the 'target name' in the DNS SRV records by Multicast Domain Name System (Bonjour)." ::= { npCfg 46 } npCfgDNSNameServerIdSecondary OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "IP address of Secondary DNS name-server." ::= { npCfg 47 } npCfgIPv6DomainName OBJECT-TYPE SYNTAX InetAddress MAX-ACCESS read-write STATUS current DESCRIPTION "IPv6 Domain Name." ::= { npCfg 49 } npCfgIPv6ConfigState OBJECT-TYPE SYNTAX INTEGER { ipv6-going-down ( 0 ) , ipv6-is-up ( 1 ) } MAX-ACCESS read-only STATUS current DESCRIPTION "IPv6 stack status event; IPv6 enabled/disabled." ::= { npCfg 50 } npCfgIPv6DNSAddr1 OBJECT-TYPE SYNTAX InetAddress MAX-ACCESS read-write STATUS current DESCRIPTION "IPv6 DNS Address, priority 1." ::= { npCfg 56 } npCfgIPv6DNSAddr2 OBJECT-TYPE SYNTAX InetAddress MAX-ACCESS read-write STATUS current DESCRIPTION "IPv6 DNS Address, priority 2." ::= { npCfg 57 } npCfgIPConfigPrecedence OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-write STATUS current DESCRIPTION "Allows to set uniform rules for parameter overwrite by different configuration methods. 0 - Manual 1 - TFTP 2 - DHCPv4/Bootp 3 - DHCPv6 - only if ipv6 is supported 3/4 - Default - 4 if ipv6 is supported otherwise 3 The set string should be 0:1:2:3:4 (or 0:1:2:3 when ipv6 is not supported) or any colon separated combination of the 5 (or 4) integral values. The string should contain all integral values atleast and atmost once." ::= { npCfg 59 } npCfgPortConfig OBJECT-TYPE SYNTAX INTEGER {half10T(10), full10T(11), half100T(12), full100T(13), full1000T(19)} ACCESS read-only STATUS current DESCRIPTION "Network link speed and communication mode." ::= { npCfg 65 } npCfgSTAWirelessMode OBJECT-TYPE SYNTAX INTEGER { b_g-Mode ( 0 ) , b_g_n-Mode ( 1 ) } MAX-ACCESS read-write STATUS current DESCRIPTION "Different standardized 802.11 wireless modes. The following values are defined: 0 - b/g/n-mode (Default) 1 - n-mode only Note: Guard Interval, AMSDU, Block Acknowledgement, and AMPDU are applicable in 802.11 n modes only. " ::= { npCfg 72 } npCfgWirelessBand OBJECT-TYPE SYNTAX INTEGER {band_auto(0), band_2pt4GHz(1), band_5GHz(2)} ACCESS read-write STATUS optional DESCRIPTION "This is used to select the Wireless frequency band used by the printer to scan for wireless networks. The following values are defined: band_auto ( 0 ) – Scan and connect to wireless networks in both 2.4 and 5 GHz bands. band_2pt4GHz ( 1 ) – Scan and connect to wireless networks in 2.4 GHz band only. band_5GHz ( 2 ) – Scan and connect to wireless networks in 5 GHz band only. " ::= { npCfg 74 } npCfgWiFiDirectChannelNumber OBJECT-TYPE SYNTAX INTEGER ( 1 .. 13 ) MAX-ACCESS read-write STATUS current DESCRIPTION "The WiFi channel number used for Wireless/Wi-Fi Direct. Region Allowed Channels ------------------- ---------------- US & Worldwide Safe 1 - 11 Rest of the world 1 - 13 If wireless station is enabled, this setting is ignored and the channel used is determined by the AP to which the device is associated to. Default channel is 6. " ::= { npCfg 85 } npCfgWiFiDirectSSIDPrefix OBJECT-TYPE SYNTAX OCTET STRING ( SIZE ( 1 .. 13 ) ) MAX-ACCESS read-only STATUS current DESCRIPTION " The prefix of the network name (SSID) used for Wireless/Wi-Fi Direct. The value is 'HP-Print-XY-' where XY is the last two hex characters from the wireless MAC address. On products supporting Wi-Fi Direct, the value is 'DIRECT-XY-HP '. The prefix is read-only. The value of this object is prefixed to the value of npCfgWiFiDirectSSIDSuffix to form the complete SSID. " ::= { npCfg 86 } npCfgWiFiDirectSSIDSuffix OBJECT-TYPE SYNTAX OCTET STRING ( SIZE ( 1 .. 19 ) ) MAX-ACCESS read-write STATUS current DESCRIPTION " The modifiable suffix of the network name (SSID) used for Wireless/Wi-Fi Direct. The default is ' ', but it can be different depending on printer family. The value of this object is concatenated to the value of npCfgWiFiDirectSSIDPrefix to form the complete SSID. " ::= { npCfg 87 } npCfgWiFiDirectConnectionSecurity OBJECT-TYPE SYNTAX INTEGER { automatic ( 0 ) , manual ( 1 ) , advanced ( 2 ) } MAX-ACCESS read-write STATUS optional DESCRIPTION "This is used to select the Wi-Fi Direct connection security method which differentiates how the connection is done between a mobile client and the printer. The following values are defined: Automatic ( 0 ) Manual ( 1 ) Advanced ( 2 ) Automatic - Printer will accept all Wi-Fi Direct initiated connections without requiring the user to push a button on the printer. The user may have to enter a PIN, provided by the printer, if the mobile device requests PIN method. Manual - Wi-Fi Direct clients require printer interaction to connect. The user has to push a button on the printer or enter a PIN into the mobile device to connect depending on the method requested by mobile device. Advanced - This mode disables Wi-Fi Direct, switches to Wireless Direct and allows configuration of advanced settings. " ::= { npCfg 88 } npCfgSysLogProtocol OBJECT-TYPE SYNTAX INTEGER { tcp ( 6 ) , udp ( 17 ) } MAX-ACCESS read-write STATUS current DESCRIPTION "Protocol used by SysLog server for communication. Default set to UDP" ::= { npCfg 97 } npCfgSysLogPort OBJECT-TYPE SYNTAX INTEGER ( 1 .. 65535 ) MAX-ACCESS read-write STATUS current DESCRIPTION "Sys Log Server Port.Default set to port number 514" ::= { npCfg 98 } npCfgHpDAPAgentManualServerAddr OBJECT-TYPE SYNTAX InetAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Zero when Empty" ::= { npCfg 99 } -- The TCP subgroup of npCard npTcpInSegInOrders OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS optional DESCRIPTION "The number of TCP segments received in order." ::={ npTcp 1 } npTcpInSegOutOfOrders OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS optional DESCRIPTION "The number of TCP segments received out of order." ::={ npTcp 2 } npTcpInSegZeroProbes OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS optional DESCRIPTION "The number of TCP zero window probes received." ::={ npTcp 3 } npTcpInDiscards OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS optional DESCRIPTION "The number of TCP segments received that were discarded." ::={ npTcp 4 } -- The Card Control subgroup of npCard npCtlReconfigIP OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS optional DESCRIPTION "The IP address of the last node to request a reconfig of the card. This value is preserved across a reconfig." ::={ npCtl 1 } npCtlReconfigPort OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-only STATUS optional DESCRIPTION "The port of the last node to request a reconfig of the card. This value is preserved across a reconfig." ::={ npCtl 2 } npCtlReconfigTime OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS optional DESCRIPTION "The time (in hundredths of a second) since the last time the card was reconfigured." ::={ npCtl 3 } npCtlCloseIP OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS optional DESCRIPTION "The IP address of the last node to request a close of the peripheral data connection on the card. This value is cleared on a reconfig." ::={ npCtl 4 } npCtlClosePort OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-only STATUS optional DESCRIPTION "The port of the last node to request a close of the peripheral data connection on the card. This value is cleared on a reconfig." ::={ npCtl 5 } npCtlImageDump OBJECT-TYPE SYNTAX INTEGER -- OFF(0), -- DUMP(1) ACCESS read-write STATUS optional DESCRIPTION "Writing a one (1) to this variable causes the card to dump its RAM image into a file using TFTP. The file is dumped onto the BOOTP server machine whose IP address is in the MIB variable, npCfgSiaddr { npCfg 3 }. The file name is: npi. in the tftp directory, where is the IP address of the card. The file must be writable by TFTP." ::= { npCtl 6 } npCtlCloseConnection OBJECT-TYPE SYNTAX INTEGER -- OFF(0), -- CLOSE(1) ACCESS read-write STATUS optional DESCRIPTION "Writing a one (1) to this variable causes the card to close the current peripheral data connection" ::= { npCtl 7 } npCtlReconfig OBJECT-TYPE SYNTAX INTEGER -- OFF(0), -- REBOOT(1) ACCESS read-write STATUS optional DESCRIPTION "Writing any value to this variable causes the card to reconfigure itself by doing the BOOTP/TFTP configuration activity." ::= { npCtl 8 } npCtlProtocolSet OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "This is a 4 byte integer value. The least significant bytes represent the protocols on the card. A value of '1' indicates a protocol that is enabled. A value of '0' indicates a protocol that is disabled. The 32-bit protocol enable 'structure' is defined as: bits 31-28: Number of I/O channels/protocols present (NUM_CHAN) bits 27-24: Number of I/O channels which may operate concurrently (NUM_OP_CHAN) bits 23-16: unused, reserved bits 15-1: Individual I/O channel/protocol enable bits, 0 == disable, 1 == enable MIO_IOCHAN_NOVELL bit 1 MIO_IOCHAN_LLC bit 2 MIO_IOCHAN_TCP bit 3 MIO_IOCHAN_ATALK bit 4 bit 0: When NUM_OP_CHAN == 1, auto-protocol select enable bit, 0 == disable, 1 == enable (APS_ON)" ::={ npCtl 9 } -- added for EX+3 npCtlStatusPageLang OBJECT-TYPE SYNTAX INTEGER { pcl(1), ascii(2), postscript(3), hpgl(4) } ACCESS read-write STATUS optional DESCRIPTION "This object specifies the PDL used to print the status page." ::= { npCtl 10 } npCtlPrintStatusPage OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "Writing any value to this object causes the device to print a status page." ::= { npCtl 11 } npCtlErrorBehavior OBJECT-TYPE SYNTAX INTEGER { -- not-supported-on-this-platform(0), mib compiler will not take zero dump-then-reboot(1), reboot-without-dump(2), dump-then-halt(3), halt-without-dump(4), deliberate-panic(256), cold-reset-novram(512), deliberate-restart(1024) } ACCESS read-write STATUS optional DESCRIPTION "This object provides management capability to specify various error/panic/reset modes as are enumerated above. Default is halt_without-dump(4)." ::= { npCtl 12 } npCtlCrcControl OBJECT-TYPE SYNTAX INTEGER { -- off(0), mib compiler will not take zero on(1) } ACCESS read-write STATUS optional DESCRIPTION "This object controls and manages the collection of crc data for paperless print testing." ::= { npCtl 13 } npCtlSNMPEnableDisable OBJECT-TYPE SYNTAX Integer32 (0..1) ACCESS read-write STATUS current DESCRIPTION "0 = SNMP disabled 1 = SNMP enabled If SNMP is enabled, setting this object to 0 will disable SNMP on the print server. Once disabled it is not possible to enable SNMP via SNMP. When enabled, a get request will return 1. SNMP may be enabled via a different user interface, such as telnet or the print server Embedded Web Server." ::= { npCtl 14 } npCtlTelnet OBJECT-TYPE SYNTAX Integer32 (0..1) ACCESS read-write STATUS current DESCRIPTION "Configure Telnet service. (0) = Telnet disabled (1) = Telnet enabled" ::= { npCtl 19 } npCtlFTP OBJECT-TYPE SYNTAX Integer32 { printDisable-downloadDisable(0), printEnable-downloadEnable(1), printEnable-downloadDisable(2), printDisable-downloadEnable(3) } ACCESS read-write STATUS current DESCRIPTION "Configure File Transfer Protocol (FTP) service. (0) = Both FTP Print and Download Disabled (1) = Both FTP Print and Download Enabled (2) = FTP Print Enabled and FTP Download Disabled (3) = FTP Print Disabled and FTP Download Enabled " ::= { npCtl 20 } npCtlSLP OBJECT-TYPE SYNTAX Integer32 (0..1) ACCESS read-write STATUS current DESCRIPTION "Configure Service Location Protocol (SLP) service. (0) = SLP disabled (1) = SLP enabled" ::= { npCtl 21 } npCtlLPD OBJECT-TYPE SYNTAX Integer32 (0..1) ACCESS read-write STATUS current DESCRIPTION "Configure Line Printer Daemon Protocol (LPD) service. (0) = LPD disabled (1) = LPD enabled" ::= { npCtl 22 } npCtl9100 OBJECT-TYPE SYNTAX Integer32 (0..1) ACCESS read-write STATUS current DESCRIPTION "Configure TCP port 9100 printing. (0) = port 9100 printing disabled (1) = port 9100 printing enabled" ::= { npCtl 24 } npCtlSysLog OBJECT-TYPE SYNTAX Integer32 (0..1) ACCESS read-write STATUS current DESCRIPTION "Configure Syslog service. (0) = Syslog service disabled (1) = Syslog service enabled Enabled by default." ::= { npCtl 26 } npCtlSnmpVersionAccess OBJECT-TYPE SYNTAX INTEGER {snmpV1RW-snmpV3RW(1), snmpV1RO-snmpV3RW(2), snmpV1NoAccess-snmpV3RW(3), snmpV1RW-snmpV3NoAccess(4), snmpV1RO-snmpV3NoAccess(5)} ACCESS read-write STATUS current DESCRIPTION "Manages an SNMP version's read and write access to the MIB." ::= { npCtl 27 } npCtlSnmpV3InitAccount OBJECT-TYPE SYNTAX INTEGER {destroy(0), blockInitEncrypt(4)} ACCESS read-write STATUS current DESCRIPTION "Used to create initial SNMPv3 account. The following rules apply: 0 = clear init account, only if previously 0. 4 = Block init account, only cold reset will clear or use Web User interface. Setting this object to blocked (4) will block an initial account creation until a cold reset." ::= { npCtl 28 } npCtlBonjour OBJECT-TYPE SYNTAX Integer32 (0..1) ACCESS read-write STATUS current DESCRIPTION "Configure Multicast Domain Name Service. (0) = Bonjour disabled (1) = Bonjour enabled" ::= { npCtl 29 } npCtlNetworkConnectionMode OBJECT-TYPE SYNTAX INTEGER {auto-cable-detect(1), disable-radio(2), disable-wired(3)} ACCESS read-write STATUS current DESCRIPTION "This object controls the selection of the active network interface used for communication. This is applicable to products supporting dual wired and wireless network interfaces" ::= { npCtl 32 } npCtlIPSecurityPolicy OBJECT-TYPE SYNTAX INTEGER {disable(0), enable(1)} ACCESS read-write STATUS current DESCRIPTION "Disable IP Security (IPSec) or Firewall. Only disabling is allowed." ::= { npCtl 34 } npCtlWSDiscovery OBJECT-TYPE SYNTAX INTEGER {disable(0), enable(1)} ACCESS read-write STATUS current DESCRIPTION "Web Services Discovery enable/disable." ::= { npCtl 36 } npCtlWSPrint OBJECT-TYPE SYNTAX INTEGER {disable(0), enable(1)} ACCESS read-write STATUS current DESCRIPTION "Web Services Print enable/disable." ::= { npCtl 37 } npCtlLLMNR OBJECT-TYPE SYNTAX INTEGER {disable(0), enable(1)} ACCESS read-write STATUS current DESCRIPTION "Link-Local Multicast Name Resolution( LLMNR ) enable/disable." ::= { npCtl 38 } npCtlFpDot11WirelessState OBJECT-TYPE SYNTAX INTEGER {disable(0), enable(1)} ACCESS read-write STATUS current DESCRIPTION "Use for enabling and disabling Wireless Radio. The following values are defined: Disable = 0 Enable = 1 Default = 1(Enabled)" ::= { npCtl 47 } npCtlAirPrintStatus OBJECT-TYPE SYNTAX INTEGER {disable(0), enable(1)} ACCESS read-write STATUS current DESCRIPTION " Use to Enabled/Disabled AirPrint functionality. Disable = 0 Enable(Default) = 1 " ::= { npCtl 68 } npCtlAllowRFC5746TLS-SSLCompatibilityMode OBJECT-TYPE SYNTAX INTEGER {disable(0), enable(1)} ACCESS read-write STATUS current DESCRIPTION " Added to support RFC-5746. This OID can be use to enable/disable legacy SSL renegotiation. Disable = 0 Enable(Default) = 1 " ::= { npCtl 70 } -- The HP Modular Input/Output (MIO) subgroup of npCard -- The Card Status Entry npNpiCardStatusEntry OBJECT-TYPE SYNTAX SEQUENCE OF NpNpiCardStatusEntry ACCESS not-accessible STATUS optional DESCRIPTION "These are the set of status bytes that the peripheral passes to the network card. The peripheral and LAN card exchange these status bytes whenever an event causes the status to change." ::={ npNpi 1 } NpNpiCardStatusEntry ::= SEQUENCE { npNpiCseDataState INTEGER, npNpiCseErrorCode INTEGER, npNpiCseLinkEvent INTEGER, npNpiCseReadMode INTEGER, npNpiCseWriteMode INTEGER, npNpiCseWarningCode INTEGER, npNpiCseConnectionState INTEGER, npNpiCseNovWarningCode INTEGER, npNpiCseLlcWarningCode INTEGER, npNpiCseTcpWarningCode INTEGER, npNpiCseAtkWarningCode INTEGER } npNpiCseDataState OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "The data state of the LAN card." ::={ npNpiCardStatusEntry 1 } npNpiCseErrorCode OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "The LAN card's error code." ::={ npNpiCardStatusEntry 2 } npNpiCseLinkEvent OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "The LAN link event (reset or initialized or triggered)." ::={ npNpiCardStatusEntry 3 } npNpiCseReadMode OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "The state of the LAN card's read channel (operate or idle)." ::={ npNpiCardStatusEntry 4 } npNpiCseWriteMode OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "The state of the LAN card's write channel (operate or idle)." ::={ npNpiCardStatusEntry 5 } npNpiCseWarningCode OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "This indicates that the LAN card channel zero has encountered an error condition which isn't serious enough to shut the peripheral down, but should be checked out." ::={ npNpiCardStatusEntry 6 } npNpiCseConnectionState OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "Indicates whether or not the peripheral is currently connected to a server." ::={ npNpiCardStatusEntry 7 } npNpiCseNovWarningCode OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "This indicates that the Novell stack has encountered an error condition which isn't serious enough to shut the peripheral down, but should be checked out." ::={ npNpiCardStatusEntry 8 } npNpiCseLlcWarningCode OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "This indicates that the LLC stack has encountered an error condition which isn't serious enough to shut the peripheral down, but should be checked out." ::={ npNpiCardStatusEntry 9 } npNpiCseTcpWarningCode OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "This indicates that the TCP stack has encountered an error condition which isn't serious enough to shut the peripheral down, but should be checked out." ::={ npNpiCardStatusEntry 10 } npNpiCseAtkWarningCode OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "This indicates that the AppleTalk stack has encountered an error condition which isn't serious enough to shut the peripheral down, but should be checked out." ::={ npNpiCardStatusEntry 11 } -- The Peripheral Attribute Entry npNpiPeripheralAttributeCount OBJECT-TYPE SYNTAX INTEGER (0..32) ACCESS read-only STATUS optional DESCRIPTION "The number of valid bytes of peripheral attributes received from the peripheral." ::={ npNpi 2 } npNpiPeripheralAttributeEntry OBJECT-TYPE SYNTAX NpNpiPeripheralAttributeEntry ACCESS not-accessible STATUS optional DESCRIPTION "The set of bytes that describe the peripheral's attributes as received from the peripheral during the setup of the peripheral to LAN card communications." INDEX { npNpiPaeLinkDirection } ::={ npNpi 3 } NpNpiPeripheralAttributeEntry ::= SEQUENCE { npNpiPaeLinkDirection INTEGER, npNpiPaeClass INTEGER, npNpiPaeIdentification INTEGER, npNpiPaeRevision INTEGER, npNpiPaeAppleTalk INTEGER, npNpiPaeMessage INTEGER, npNpiPaeReserved INTEGER, npNpiPaeMultichanFlag INTEGER, npNpiPaeDatagramFlag INTEGER } npNpiPaeLinkDirection OBJECT-TYPE SYNTAX INTEGER -- NO-PERIPH-DATA-XFER(0), -- XFER-PERIPH-TO-HOST(1), -- XFER-HOST-TO-PERIPH(2), -- BI-DIRECT-PERIPH-DATA-XFER(3) ACCESS read-only STATUS optional DESCRIPTION "The directions that the peripheral is able to transfer data (read and write channels, read channel only, or write channel only)." ::={ npNpiPeripheralAttributeEntry 1 } npNpiPaeClass OBJECT-TYPE SYNTAX INTEGER -- UNDEFINED-CLASS(0), -- PRINTER(1), -- PLOTTER(2), -- XStation(3) ACCESS read-only STATUS optional DESCRIPTION "The class assigned to the peripheral onto which this card is plugged." ::={ npNpiPeripheralAttributeEntry 2 } npNpiPaeIdentification OBJECT-TYPE SYNTAX INTEGER -- UNDEFINED-PERIPH(0), -- LASERJET-IIISI(1), -- LASERJET-4SI(5) ACCESS read-only STATUS optional DESCRIPTION "The Identification number of the peripheral. These values are defined in the MIO spec. DesignJet, PaintJet XL300, and DesignJet/600 peripherals will identify themselves as LaserJet-IIIsi." ::={ npNpiPeripheralAttributeEntry 3 } npNpiPaeRevision OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "The revision number of the peripheral." ::={ npNpiPeripheralAttributeEntry 4 } npNpiPaeAppleTalk OBJECT-TYPE SYNTAX INTEGER -- NO-APPLETALK-SUPPORT(0), -- APPLETALK-SUPPORT(1) ACCESS read-only STATUS optional DESCRIPTION "Indicates the peripheral supports functionality that the apple talk protocol network provides." ::={ npNpiPeripheralAttributeEntry 5 } npNpiPaeMessage OBJECT-TYPE SYNTAX INTEGER -- NO-MSGMODE-SUPPORT(0), -- MSGMODE-SUPPORT(1) ACCESS read-only STATUS optional DESCRIPTION "Reserved for future use." ::={ npNpiPeripheralAttributeEntry 6 } npNpiPaeReserved OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "This field is an unused byte." ::={ npNpiPeripheralAttributeEntry 7 } npNpiPaeMultichanFlag OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "An indication of how many MIO channels the peripheral supports." ::={ npNpiPeripheralAttributeEntry 8 } npNpiPaeDatagramFlag OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "An indication of how many MIO datagram channels the peripheral supports." ::={ npNpiPeripheralAttributeEntry 9 } -- The Card Attribute Entry npNpiCardAttributeEntry OBJECT-TYPE SYNTAX NpNpiCardAttributeEntry ACCESS not-accessible STATUS optional DESCRIPTION "The set of bytes describing the card's attributes as stored in the ROM of this particular LAN card." INDEX { npNpiPaeLinkDirection } ::={ npNpi 4 } NpNpiCardAttributeEntry ::= SEQUENCE { npNpiCaeLinkDirection INTEGER, npNpiCaeClass INTEGER, npNpiCaeIdentification INTEGER, npNpiCaeRevision INTEGER, npNpiCaeAppleTalk INTEGER, npNpiCaeMessage INTEGER, npNpiCaeReserved INTEGER, npNpiCaeMultichan INTEGER, npNpiCaeDatagram INTEGER } npNpiCaeLinkDirection OBJECT-TYPE SYNTAX INTEGER -- NO-LINK-DATA-XFER(0), -- XFER-LINK-TO-HOST(1), -- XFER-HOST-TO-LINK(2), -- BI-DIRECT-LINK-DATA-XFER(3) ACCESS read-only STATUS optional DESCRIPTION "The directions that this particular network peripheral card is able to transfer data (read and write, read only or write only)." ::={ npNpiCardAttributeEntry 1 } npNpiCaeClass OBJECT-TYPE SYNTAX INTEGER -- UNDEFINED-CLASS(0), -- RS-232(1), -- CENTRONICS(2), -- CSMA-CD-NETWORK(3), -- TOKEN-RING-NETWORK(4), -- SCSI(5), -- HPIB(6), -- LOCALTALK(7) ACCESS read-only STATUS optional DESCRIPTION "The class of this network peripheral card." ::={ npNpiCardAttributeEntry 2 } npNpiCaeIdentification OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-only STATUS optional DESCRIPTION "The identification number assigned this network peripheral card." ::={ npNpiCardAttributeEntry 3 } npNpiCaeRevision OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "The revision number of the network peripheral connection card code on this card." ::={ npNpiCardAttributeEntry 4 } npNpiCaeAppleTalk OBJECT-TYPE SYNTAX INTEGER -- NO-APPLETALK-SUPPORT(0), -- APPLETALK-SUPPORT(1) ACCESS read-only STATUS optional DESCRIPTION "Indicates that the card supports the apple talk protocol network." ::={ npNpiCardAttributeEntry 5 } npNpiCaeMessage OBJECT-TYPE SYNTAX INTEGER -- NO-MSGMODE-SUPPORT(0), -- MSGMODE-SUPPORT(1) ACCESS read-only STATUS optional DESCRIPTION "Indicates that the card supports the messaging mode protocol." ::={ npNpiCardAttributeEntry 6 } npNpiCaeReserved OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "Reserved object for future use." ::={ npNpiCardAttributeEntry 7 } npNpiCaeMultichan OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "An indication of how many MIO channels the I/O card supports." ::={ npNpiCardAttributeEntry 8 } npNpiCaeDatagram OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "An indication of how many MIO datagram channels the I/O card supports." ::={ npNpiCardAttributeEntry 9 } -- The Error Log Table subgroup of npCard npEltErrorLogTable OBJECT-TYPE SYNTAX SEQUENCE OF NpEltEntry ACCESS not-accessible STATUS optional DESCRIPTION "The LAN card's error log." ::={ npElt 1 } npEltEntry OBJECT-TYPE SYNTAX NpEltEntry ACCESS not-accessible STATUS optional DESCRIPTION "The LAN card's error log table entries." INDEX { npEltErrIndex } ::={ npEltErrorLogTable 1 } NpEltEntry ::= SEQUENCE { npEltErrIndex INTEGER, npEltErrErrorId INTEGER, npEltErrErrorParam INTEGER, npEltErrTimeStamp TimeTicks } npEltErrIndex OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "The index that uniquely identifies an error log entry." ::={ npEltEntry 1 } npEltErrErrorId OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-only STATUS optional DESCRIPTION "Identification for this error." ::={ npEltEntry 2 } npEltErrErrorParam OBJECT-TYPE SYNTAX INTEGER (0..4294967295) ACCESS read-only STATUS optional DESCRIPTION "Error Parameter value." ::={ npEltEntry 3 } npEltErrTimeStamp OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS optional DESCRIPTION "Time in timer ticks when error log entry was made." ::={ npEltEntry 4 } -- The IPX group npIpxGetUnitCfgResp OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS optional DESCRIPTION "This object is the Get Unit Config Response structure described in the IPX code. This structure is of variable length depending on how many servers are configured." ::={ npIpx 1 } npIpx8022frametype OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "The number of IPX FT8022 frames received." ::={ npIpx 2 } npIpxSNAPframetype OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "The number of IPX FTSNAP frames received." ::={ npIpx 3 } npIpxEthernetframetype OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "The number of IPX FTEthernet frames received." ::={ npIpx 4 } npIpx8023Rawframetype OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "The number of IPX FT8023RAW frames received." ::={ npIpx 5 } npIpxSapInfo OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS optional DESCRIPTION "This is a 50 byte array that contains the following information. 2 bytes: bindery object type (always 030c in hi-lo order) 12 bytes: Mac address of card (ASCII) 2 bytes: frame type also high bit (8000) is set if card is not configured 2 bytes : unit type (hex 81 for NetJet card) 32 bytes: node name (ASCII) which is: print server name for Queue Server mode printer name for RPTR mode" ::={ npIpx 6 } npIpxGetUnitCfgResp2 OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS optional DESCRIPTION "This object is the Get Unit Config Response structure described in the IPX code. This structure is of variable length depending on how many servers are configured. This is the second set of info when more than 8 print servers are configured." ::={ npIpx 7 } -- Additions to the npIpx tree. -- These will not appear in the code until NDS is merged (not in EX+3). npIpxUnitName OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..29)) ACCESS read-write STATUS optional DESCRIPTION "This is the name by which the device advertises over NetWare. In remote printer mode, this is referred to as the node name. In queue server mode this name doubles as the print server name used to log into a file server (in bindery mode). This value is settable. If a string that is longer than the maximum length is sent, the value will be truncated to the max. The max size does not include a null-terminating octet, nor does the string include a null octet. Setting this value to a zero length string or a single null character will cause the card to reset to factory defaults in the Novell mode only. Returning the node name to the NPIxxxxxx standard, resetting all options, and returning all slots to unconfigured. Any sets to this object will cause the card to reset, dropping all connections immediately (even in the middle of a job). This reset will occur even if the name sent is identical to the prior name." ::={ npIpx 8 } npIpxNdsTreeName OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..32)) ACCESS read-write STATUS optional DESCRIPTION "This is the name of the NDS tree by which the JetDirect attempts to connect and authenticate. NDS support is enabled when this value is provided (although connections do not become initiated until ipxUnitName is reset). To deconfigure the NDS support it is necessary to remove this tree name by setting the value to a zero length octet string or setting it to a single null character." ::={ npIpx 9 } npIpxNdsFullyQualifiedName OBJECT-TYPE SYNTAX NpIpxNdsFullyQualifiedName ACCESS not-accessible STATUS optional DESCRIPTION "These objects contain the NDS fully qualified print server name. If the npIpxNdsTreeName object is unconfigured, then this value is unused. The name is in length-preceded unicode format. The length is a four octet, little-endian integer. Following the length is a string of two octet unicode characters. The name is terminated by two zero octets. Example: CN=PS_Name.OU=boise.O=hp <50><0><0><0>C<0>N<0>=<0>P<0>S<0>_<0>N<0>a<0>m<0>e<0>.<0>O<0> U<0>=<0>b<0>o<0>i<0>s<0>e<0>.<0>O<0>=<0>h<0>p<0><0><0> Because the name can be very large, it is split up into two objects. The second object may be an empty string if the name is less than 128 characters long." INDEX { npIpxNdsFullyQualifiedName1 } ::={ npIpx 10 } NpIpxNdsFullyQualifiedName ::= SEQUENCE { npIpxNdsFullyQualifiedName1 OCTET STRING, npIpxNdsFullyQualifiedName2 OCTET STRING } npIpxNdsFullyQualifiedName1 OBJECT-TYPE SYNTAX OCTET STRING (SIZE(6..260)) ACCESS read-write STATUS optional DESCRIPTION "The length and the first 128 characters of the NDS fully qualified print server name. " ::={ npIpxNdsFullyQualifiedName 1 } npIpxNdsFullyQualifiedName2 OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..258)) ACCESS read-write STATUS optional DESCRIPTION "The rest of the NDS fully qualified print server name. This is the continuation of npIpxNdsFullyQualifiedName1 for names longer than 128 characters. The value will be an empty string if the name is less than 128 characters long." ::={ npIpxNdsFullyQualifiedName 2 } npIpxServerConnTable OBJECT-TYPE SYNTAX SEQUENCE OF NpIpxServerConnEntry ACCESS not-accessible STATUS optional DESCRIPTION "A list of npIpxServerConn entries." ::= { npIpx 11 } npIpxServerConnEntry OBJECT-TYPE SYNTAX NpIpxServerConnEntry ACCESS not-accessible STATUS optional DESCRIPTION "An entry contains the status of a file server connection. Each entry indicates the file server dynamically connected in the given slot, the connection status, NCP status, and NDS status. To set a new serverConnTable entry perform an snmpset of the serverConn name including only the column. The row will be returned. IpxUnitName {.1.3.6.1.4.1.11.2.4.3.10.8.0} is used to synchronize novell stack operation when multiple connTable entries are required. Normally, all connTable entries are first set, and then IpxUnitName is set. This triggers novell stack to reconfigure to use the the new connTable entries. New connTable entries are retrievable with get/getnext only after setting of the ipxUnixName. examples: To set connTable entry: $ snmpset -cinternal 15.29.43.73 .1.3.6.1.4.1.11.2.4.3.10.11.1.3 octetstring server1 .1.3.6.1.4.1.11.2.4.3.10.11.1.3.2 : OCTET STRING- (ascii): server1 $ snmpset -cinternal 15.29.43.73 .1.3.6.1.4.1.11.2.4.3.10.11.1.3 octetstring server2 .1.3.6.1.4.1.11.2.4.3.10.11.1.3.2 : OCTET STRING- (ascii): server2 To set ipxUnitName: $ snmpset -cinternal 15.29.43.73 .1.3.6.1.4.1.11.2.4.3.10.8.0 octetstring UNIT_A .1.3.6.1.4.1.11.2.4.3.10.8.0 : OCTET STRING- (ascii): UNIT_A To walk connTable: $ snmpwalk 15.29.43.73 .1.3.6.1.4.1.11.2.4.3.10.11 .1.3.6.1.4.1.11.2.4.3.10.11.1.1.1 : INTEGER: 1 .1.3.6.1.4.1.11.2.4.3.10.11.1.2.1 : INTEGER: 2 .1.3.6.1.4.1.11.2.4.3.10.11.1.3.1 : OCTET STRING- (ascii): server1 .1.3.6.1.4.1.11.2.4.3.10.11.1.4.1 : INTEGER: 4 .1.3.6.1.4.1.11.2.4.3.10.11.1.5.1 : INTEGER: 0 .1.3.6.1.4.1.11.2.4.3.10.11.1.6.1 : INTEGER: 0 .1.3.6.1.4.1.11.2.4.3.10.11.1.1.2 : INTEGER: 2 .1.3.6.1.4.1.11.2.4.3.10.11.1.2.2 : INTEGER: 2 .1.3.6.1.4.1.11.2.4.3.10.11.1.3.2 : OCTET STRING- (ascii): server2 .1.3.6.1.4.1.11.2.4.3.10.11.1.4.2 : INTEGER: 1 .1.3.6.1.4.1.11.2.4.3.10.11.1.5.2 : INTEGER: 0 .1.3.6.1.4.1.11.2.4.3.10.11.1.6.2 : INTEGER: 0 " INDEX { npIpxServerConnIndex } ::= { npIpxServerConnTable 1 } NpIpxServerConnEntry ::= SEQUENCE { npIpxServerConnIndex INTEGER, npIpxServerConnMode INTEGER, npIpxServerConnName OCTET STRING, npIpxServerConnStatus INTEGER, npIpxServerConnNcpStatus INTEGER, npIpxServerConnNdsStatus INTEGER } npIpxServerConnIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "The index value which uniquely identifies the server connection to which this entry is applicable." ::= { npIpxServerConnEntry 1 } npIpxServerConnMode OBJECT-TYPE SYNTAX INTEGER { not-connected(1), qserver-bindery(2), rprinter(3), qserver-nds(4) } ACCESS read-only STATUS optional DESCRIPTION "The operating mode of the server." ::= { npIpxServerConnEntry 2 } npIpxServerConnName OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..48)) ACCESS read-write STATUS optional DESCRIPTION "The name of the server." ::= { npIpxServerConnEntry 3 } npIpxServerConnStatus OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "The RCFG connection status of the server." ::= { npIpxServerConnEntry 4 } npIpxServerConnNcpStatus OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "The last NCP code of the server." ::= { npIpxServerConnEntry 5 } npIpxServerConnNdsStatus OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "The last NDS code of the server." ::= { npIpxServerConnEntry 6 } npIpxObsoleteServerConnInfo OBJECT-TYPE SYNTAX NpIpxObsoleteServerConnInfo ACCESS not-accessible STATUS optional DESCRIPTION "These objects are obsolets, but are here for backwards compatility with pre-release software." INDEX { npIpxObsoleteServerConnInfo1 } ::={ npIpx 12 } NpIpxObsoleteServerConnInfo ::= SEQUENCE { npIpxObsoleteServerConnInfo1 OCTET STRING, npIpxObsoleteServerConnInfo2 OCTET STRING } npIpxObsoleteServerConnInfo1 OBJECT-TYPE SYNTAX OCTET STRING (SIZE(448)) ACCESS read-only STATUS optional DESCRIPTION "This object contains a list of 8 structures that refer to the status of the first eight file server connection slot entries. Each entry indicates the file server dynamically connected in the given slot. Besides the name of the file server, connection status, NCP status, and NDS status is provided. If the file server name in a given slot has '\0' in the first byte, that slot is not in use. The structure applied: struct { uchar opMode; // Operating mode of server // 0x00 = QServer (bindery) // 0x01 = RPrinter // 0x03 = QServer (nds) char fsName[48]; // name of file server in slot uchar connStat; // RCFG connection status uchar ncpStat; // last NCP code uchar pad; uint32 ndsStat; // last NDS code (big-endian) } slots[8];" ::={ npIpxObsoleteServerConnInfo 1 } npIpxObsoleteServerConnInfo2 OBJECT-TYPE SYNTAX OCTET STRING (SIZE(448)) ACCESS read-only STATUS optional DESCRIPTION "The server connection info for slots 9-16. See above for format." ::={ npIpxObsoleteServerConnInfo 2 } -- The following is not an NDS related object (will be in EX+3) npIpxRcfgAddress OBJECT-TYPE SYNTAX OCTET STRING (SIZE(12)) ACCESS read-write STATUS optional DESCRIPTION "The 12 octet IPX address of the Novell RCFG socket. The address is in network byte order." ::={ npIpx 13 } npIpxRcfgRemotePrintServerName OBJECT-TYPE SYNTAX OCTET STRING (SIZE(12)) ACCESS read-write STATUS optional DESCRIPTION "Remote print server name. " ::={ npIpx 14 } npIpxRcfgRemotePrinterNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "remote Printer Number (valid in remote Printer Mode only) range: 0-255 for 4.X servers 0-15 for 3.X servers " ::={ npIpx 15 } npIpxRestart OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "Setting of this object to zero causes a soft reset of the board, setting to one causes a hard reset of the board. " ::={ npIpx 16 } npIpxSourceRoute OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "This object provides control/status for source route. Options for Token Ring networks are as follows: 00 - Auto Sensing mode 01 - Send without SR, receive only if same ring 02 - Send with SR, single route 03 - Send with SR, all routes used receive any " ::={ npIpx 17 } npIpxFrameType OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "This object returns the frame type current enabled, possibilities are as follows: 00 - Auto 01 - Ethernet 8023 or Token-ring 02 - Ethernet II or Token-ring SNAP 03 - Ethernet 8022 04 - Ethernet SNAP" ::={ npIpx 18 } npIpxJobPollInterval OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "Queue server job poll interval." ::={ npIpx 19 } npIpxSapBroadcastInterval OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "Currently effective SAP broadcast Interval: range: 0-3600 seconds default: 60 seconds 0 value indicates SAP broadcasts are disabled. " ::={ npIpx 20 } npIpxPjlEnableFlag OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "Currently effective PJL Enable Flag, possible values include: 00 - PJL disable 01 - PJL Job, banner 02 - Ustatus for end of job detection 03 - banners and end of job detection " ::={ npIpx 21 } npIpxTonerLowNotification OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "Current Configuration for toner low notification. Possible values include: 00 - notify only if intervention is required. 01 - Notify even if peripheral is still operational. " ::={ npIpx 22 } --.1.3.6.1.4.1.11.2.4.3.5.10.0 npIpxNetNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "Current Ipx network number." ::={ npIpx 23 } -- Direct Mode Objects npDmConnSupp OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "This is the number of current active Direct Mode connections." ::={ npDm 1 } npDmConnAvail OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "This is the number of Direct Mode connections available." ::={ npDm 2 } npDmProtSupp OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "This is a bit string that contains a list of protocols over which DirectMode is supported. A specified bit represents each protocol statck. Support for more than one stack is indicated by multiple bits ORed together. 0x01 = IPX/SPX 0x02 = TCP/IP 0x04 = DLC/LLC 0x08 = AppleTalk" ::={ npDm 3 } npDmServerInfo1 OBJECT-TYPE SYNTAX OCTET STRING (SIZE(7..15)) ACCESS read-only STATUS optional DESCRIPTION "This object shows the address of the server that is connected to the DirectMode slot. This structure returns AT_AVAIL if there is no server attached to this slot and AT_NOSUPP if the slot number is out of range. struct{ ushort16 addrType; /* type of address */ ushort16 pktSize; /* size of negotiate packet size */ uchar8 addr[4-12]; /* address */ } AT_AVAIL 0 /* connection available */ AT_NOTSUPP 1 /* connection slot not supported */ AT_SPX 2 /* 12-byte SPX address */ AT_TCP 3 /* 4-byte TCP address */ AT_LLC 4 /* 6-byte LLC address */ AT_AT 5 /* Appletalk address */ Only AT_AVAIL, AT_NOTSUPP, and AT_SPX are currently supported." ::={ npDm 4 } -- LLC llcN2Value OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "This is the value of the N2 variable used in the 802.2 type II connection. This value is the number of retransmissions that could occur if a host peer is not responding. The Ti timer is this value (N2) times 3 (N2 x 3). The value of the T1 timer is this value (N2) in seconds." ::={ llcconstategroup 1 } llcConnectionstate OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "This is the llc connection state for Lan Manager and Lan Server." ::={ llcconstategroup 7 } -- New LLC object npLlcServerAddress OBJECT-TYPE SYNTAX OCTET STRING (SIZE(6)) ACCESS read-only STATUS optional DESCRIPTION "This is the LLC server address for Lan Manager and Lan Server." ::={ llcconstategroup 8 } -- This is a new sub-tree for port information. The first two apply to all -- JetDirect devices. The rest apply only to EX boxes. npPortNumPorts OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS optional DESCRIPTION "The number of peripheral interfaces supported by this device." ::={ npPort 1 } -- 1.3.6.1.4.1.11.2.4.3.13.2.0 npPortType OBJECT-TYPE SYNTAX INTEGER { unknown(1), mio(2), xio(3), parallel(4), centronics(5), bitronics(6), ecpNoMLC(7), serial(8), scsi(9), ecpMLC(10) } ACCESS read-only STATUS optional DESCRIPTION "The type of the peripheral interface. A parallel port will return the specific protocl currently in use. If the parallel port is disconnected it will return parallel(4)." ::={ npPort 2 } -- 1.3.6.1.4.1.11.2.4.3.13.3.0 npPortDesiredMode OBJECT-TYPE SYNTAX INTEGER { bitronics(1), -- compatibility forward, nibble-mode backchannel centronics(2), -- compatibility forward ecpWithMLC(3), -- Full bi-directional ECP w/ MLC ecpWithNibbleMLC(4), -- ECP forward, nibble-mode back-channel w/ MLC ecp(5) -- Full bi-directional ECP w/o MLC } ACCESS read-write STATUS optional DESCRIPTION "The desired (remotely specified) operating mode of the parallel port. The following map is used to determine mode availability and provides the definition for each mode: Available When npPortDesiredMode Definition ------------------ -------------- 1 bitronics always EX will attempt to retrieve nibble mode back channel data from the printer. If the printer does not support bitronics, EX will default back to compatibility mode. 2 centronics npPortMaxModeAvailable >= 1 EX will only support compatibility (centronics) mode when talking to the printer 3 ecpWithNibbleMLC npPortMaxModeAvailable >= 1 EX will attempt to talk to the printer across MLC. This is done by using ECP in the forward direction and nibble-mode bitronics in the reverse direction. If the printer does not support both MLC and ECP, EX will fall back to regular bitronics, as described above. 4 ecpWithMLC npPortMaxModeAvailable >= 1 EX will attempt to talk to the printer across MLC. This is done by using ECP in both forward and reverse directions. If the printer does not support both MLC and ECP, EX will fall back to regular bitronics, as described above. 5 ecp npPortMaxModeAvailable >= 1 EX will attempt to talk to the printer using ECP in both the forward and reverse directions. If the printer does not support ECP, EX will fall back to regular bitronics, as described above." ::={ npPort 3 } npPortCentronicsHandshaking OBJECT-TYPE SYNTAX INTEGER { nack-and-busy(1), nack-only(2), busy-only(3) } ACCESS read-write STATUS optional DESCRIPTION "The handshaking to be used in sending data over the parallel port." ::={ npPort 4 } npPortStatusLines OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "The state of the centronics status lines from the peripheral. The value is a bit mask. Bit Value Signal 0 0x01 nACK 1 0x02 2 0x04 3 0x08 4 0x10 nFAULT 5 0x20 SELECT 6 0x40 PERROR 7 0x80 BUSY" ::={ npPort 5 } -- 1.3.6.1.4.1.11.2.4.3.13.6.0 npPortMaxModeAvaliable OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "The maximum available parallel mode by which the print-server may connect to an attached peripheral. This is a function of the the available hardware and firmware capabilities. The value represents a mode of parallel operation, as defined in the following table: Value Mode ----- ----------------- 0x01 Centronics 0x03 ECP/MLC w/ nibble 0x04 ECP/MLC 0x05 ECP, No MLC" ::={ npPort 6 } -- 1.3.6.1.4.1.11.2.4.3.13.7.0 npPortBidiPollRate OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "Poll rate for bi-directional data. Range is 10 to 100 seconds. Defaults to 40 seconds." ::={ npPort 7 } -- npXip xipActive OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION " This indicates whether the card and peripheral support XIP and at least one of the protocol stacks is enables (UDP or IPX)." ::= { npXip 1} -- CRC npCRCTable OBJECT-TYPE SYNTAX SEQUENCE OF NpCRCEntry ACCESS not-accessible STATUS optional DESCRIPTION "" ::= { npCRC 1 } npCRCEntry OBJECT-TYPE SYNTAX NpCRCEntry ACCESS not-accessible STATUS optional DESCRIPTION " " INDEX { npCRCIndex } ::= { npCRCTable 1 } NpCRCEntry ::= SEQUENCE { npCRCIndex INTEGER, npCRCText OCTET STRING, npCRCChannel INTEGER } npCRCIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "" ::= { npCRCEntry 1 } npCRCText OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "" ::= { npCRCEntry 2 } npCRCChannel OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "" ::= { npCRCEntry 3 } -- The DHCP group npDHCPconfig OBJECT-TYPE SYNTAX INTEGER { dhcpDisable(1), dhcpEnable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object allows a user to enable or disable configuration via DHCP. If DHCP is disabled, bootp is used for configuration. Supported in firmware revisions beginning with D-04-15, E-04-20(initial version, and ending at A,D,E-05." ::={ npDhcp 1 } -- 1.3.6.1.4.1.11.2.4.3.16.2.0 npDHCPserver OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "IP address of DHCP server that provided this unit with an IP address via the DHCP protocol." ::={ npDhcp 2 } --npScan group -- 1.3.6.1.4.1.11.2.4.3.17.1.0 npScanIdleTimeout OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "The idle time, in seconds, after which an idle connection may be terminated. A value of zero disables the timeout." ::={ npScan 1 } -- 1.3.6.1.4.1.11.2.4.3.17.2.0 npScanTimeRemaining OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "The time remaining, in seconds, until the current connection's lock expires. Once a connection's lock expires, JetDirect will terminate it if another connect request arrives. The time is reset whenever there is activity on the connection. A value of zero indicates there is no connection." ::={ npScan 2 } -- 1.3.6.1.4.1.11.2.4.3.17.3 npScanCurrentAddr OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS optional DESCRIPTION "The remote address of the current scan connection. The format is a sockaddr structure containing an IP or IPX address." ::={ npScan 3 } -- 1.3.6.1.4.1.11.2.4.3.17.4.0 npScanCurrentName OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS optional DESCRIPTION "Human readable name of the current scan client. This object is a scratchpad for client software to provide the current user name so that other clients can include it in busy messages. JetDirect does not use this value; it is provided for cooperating software packages to notify each other of the current user name." ::={ npScan 4 } -- 1.3.6.1.4.1.11.2.4.3.17.5.0 npScanStatus OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "Current status of scanner. Status values TBD." ::={ npScan 5 } -- npWeb group -- .1.3.6.1.4.1.11.2.4.3.18.1.0 embeddedWebCfg OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "Functionality provided by embedded web server (ews). 0 = no ews 1 = ews on JetDirect for JetDirect status/configuration 4 = ews on JetDirect for scanner status/configuration 8 = ews on device for device status/configuration" ::={ npWeb 1 } -- .1.3.6.1.4.1.11.2.4.3.18.2.0 wjaFrameworkURL OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS optional DESCRIPTION "Set by a present WJA system. Once set, the WJD user interface will add a framework link from the WJD navigation bar. This link will allow user navigation to the highest level page of WJA. This will allow users to easily navigate to WJA to manage other devices with the network. Since the URL can become stale, it is required that the WJD code verifies that the URL is active before actually using it. This is required since the WJA system may not always be operable. Maximum length of the url must be less than 255 bytes." ::={ npWeb 2 } -- .1.3.6.1.4.1.11.2.4.3.18.3.0 wjaFrameworkName OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS optional DESCRIPTION "Used by WJA systems as a scratch pad location for communication of current wja name. Name will be truncated to 64 characters." ::={ npWeb 3 } -- .1.3.6.1.4.1.11.2.4.3.18.4.0 extFrameworkURL OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS optional DESCRIPTION "Set by a present external system. Once set, the WJD user interface will add a framework link from the WHD navigation bar. This link will allow user navigation to the highest level page of WJA. This will allow users to easily navigate to external systems to manage other devices with the network. Since the URL can become stale, it is required that the WJD code verifies that the URL is active before actually using it. This is required since the WJA system may not always be operable. Maximum length of the url must be less than 255 bytes." ::={ npWeb 4 } -- .1.3.6.1.4.1.11.2.4.3.18.5.0 extFrameworkName OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS optional DESCRIPTION "Used by external systems as a scratch pad location for communication of current wja name. Name will be truncated to 64 characters." ::={ npWeb 5 } -- .1.3.6.1.4.1.11.2.4.3.18.6.0 ippUrl OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS optional DESCRIPTION " Used by Internet Printing Protocol managers to define current URL. Maximum length of the url must be less than 255 bytes." ::={ npWeb 6 } npSecurityDot11ServerAuthentication OBJECT-TYPE SYNTAX INTEGER {eap-md5(1), eap-tls(2), leap(4), peap(8), ttls(16)} ACCESS read-write STATUS current DESCRIPTION "Server-Based Authentication with the following bitwise values: None(0), EAP-MD5(1), EAP-TLS(2), LEAP(4), PEAP(8), TTLS(16)" ::= { npSecurity 1 } npSecurityDot1xEapMd5Identity OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS current DESCRIPTION "Radius MD5 authentication User Name." ::= { npSecurity 2 } npSecurityDot1xTLSAuthServerId OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS current DESCRIPTION "TLS authentication Server ID." ::= { npSecurity 3 } npSecurityPublicKey OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS current DESCRIPTION "The public key of a public/private key pair to be used by applications to set encrypted values." ::= { npSecurity 4 } npSecurityDot11EncryptedDot11NetworkName OBJECT-TYPE SYNTAX OCTET STRING ACCESS write-only STATUS current DESCRIPTION "The encrypted network name (SSID). Use the npSecurityPublicKey to encrypt this value. Setting this object will cause the card to reconfigure." ::= { npSecurity 5 } npSecurityDot11EncryptedDot1xEapMd5Secret OBJECT-TYPE SYNTAX OCTET STRING ACCESS write-only STATUS current DESCRIPTION "The encrypted dot1xEapMD5Secret authentication password. Use the npSecurityPublicKey to encrypt this value. Setting this object will cause the card to reconfigure." ::= { npSecurity 6 } npSecurityDot11EncryptedWEPKeyTable OBJECT-TYPE SYNTAX SEQUENCE OF NpSecurityDot11EncryptedWEPKeyEntry ACCESS not-accessible STATUS current DESCRIPTION "Encrypted interface to the WEP Keys." ::= { npSecurity 7 } npSecurityDot11EncryptedWEPKeyEntry OBJECT-TYPE SYNTAX NpSecurityDot11EncryptedWEPKeyEntry ACCESS not-accessible STATUS current DESCRIPTION "Each row of the table gives a WEP Key" ::= { npSecurityDot11EncryptedWEPKeyTable 1 } npSecurityDot11EncryptedWEPKey OBJECT-TYPE SYNTAX OCTET STRING ACCESS write-only STATUS current DESCRIPTION "The encrypted WEP Key value. Use the npSecurityDot11PublicKey to encrypt this value. Setting this object will cause the card to reconfigure." ::= { npSecurityDot11EncryptedWEPKeyEntry 2 } npSecurityDot11SignalStrength OBJECT-TYPE SYNTAX INTEGER {level-1-TBD(1), level-2-TBD(2), level-3-TBD(3), level-4-TBD(4), level-5-TBD(5)} ACCESS read-only STATUS current DESCRIPTION "A weighted average over time of the signal strength between the access point and the print server in infrastructure mode. Not applicable when in ad hoc mode." ::= { npSecurity 8 } npSecurityDot11SSIDTable OBJECT-TYPE SYNTAX SEQUENCE OF NpSecurityDot11SSIDEntry ACCESS not-accessible STATUS current DESCRIPTION "List of discovered SSIDs." ::= { npSecurity 9 } npSecurityDot11SSIDEntry OBJECT-TYPE SYNTAX NpSecurityDot11SSIDEntry ACCESS not-accessible STATUS current DESCRIPTION "Each row of the table gives a discovered SSID value." ::= { npSecurityDot11SSIDTable 1 } npSecurityDot11SSID OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS current DESCRIPTION "A discovered SSID value." ::= { npSecurityDot11SSIDEntry 2 } npSecurityDot11SSIDTableNumEntries OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS current DESCRIPTION "Displays the number of discovered SSIDs in the SSID Table." ::= { npSecurity 10 } npSecurityDot11SSLCertLoaded OBJECT-TYPE SYNTAX INTEGER {true(1), false(2)} ACCESS read-only STATUS current DESCRIPTION "Indicates if SSL certificate has been loaded." ::= { npSecurity 11 } npSecurityDot11TLSCertLoaded OBJECT-TYPE SYNTAX INTEGER {true(1), false(2)} ACCESS read-only STATUS current DESCRIPTION "Indicates if TLS Trusted CA certificate has been loaded." ::= { npSecurity 12 } npSecuritySnmpV3EncryptedUserName OBJECT-TYPE SYNTAX OCTET STRING ACCESS write-only STATUS current DESCRIPTION "The encrypted SNMPv3 User Name. Use the npSecurityPublicKey to encrypt this value. The new SNMPv3 User Account will be installed after the npSecuritySnmpV3EncryptedUserName, npSecuritySnmpV3AuthKeyPassPhrase and npSecuritySnmpV3PrivKeyPassPharse have been set." ::= { npSecurity 13 } npSecuritySnmpV3AuthKeyPassPhrase OBJECT-TYPE SYNTAX OCTET STRING ACCESS write-only STATUS current DESCRIPTION "The encrypted SNMPv3 Authentication passphrase or key . Use the npSecurityPublicKey to encrypt this value. The new SNMPv3 User Account will be installed after the npSecuritySnmpV3EncryptedUserName, npSecuritySnmpV3AuthKeyPassPhrase and npSecuritySnmpV3PrivKeyPassPharse have been set. Set npSecuritySnmpV3AuthAlgorithm, npSecuritySnmpV3PrivAlgorithm and npSecuritySnmpV3PassPhrase to the required values before setting this OID. " ::= { npSecurity 14 } npSecuritySnmpV3PrivKeyPassPharse OBJECT-TYPE SYNTAX OCTET STRING ACCESS write-only STATUS current DESCRIPTION "The encrypted SNMPv3 Privacy passphrase or key. Use the npSecurityPublicKey to encrypt this value. The new SNMPv3 User Account will be installed after the npSecuritySnmpV3EncryptedUserName, npSecuritySnmpV3AuthKeyPassPhrase and npSecuritySnmpV3PrivKeyPassPharse have been set. Set npSecuritySnmpV3AuthAlgorithm, npSecuritySnmpV3PrivAlgorithm and npSecuritySnmpV3PassPhrase to the required values before setting this OID. " ::= { npSecurity 15 } npSecurityDot11BSSID OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS current DESCRIPTION "The BSSID value (hardware address of the access point)." ::= { npSecurity 16 } npSecurityDot1xTunnelAuthBits OBJECT-TYPE SYNTAX INTEGER {eap-md5(1), eap-mschap(2), eap-mschapv2(4), mschap(8), mschapv2(16), eap-gtc(32)} ACCESS read-write STATUS current DESCRIPTION "The Dot1x Tunnel Authentication Bits. Bitwise field with the followings bits: Default All bits cleared EAP MD5 1 EAP MSCHAP 2 EAP MSCHAPv2 4 MSCHAP 8 MSCHAPv2 16 EAP GTC 32" ::= { npSecurity 17 } npSecurityDot1xIdentityCleartext OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS current DESCRIPTION "The Dot1x Identity in cleartext." ::= { npSecurity 18 } npSecurityDot11ExactMatchServerId OBJECT-TYPE SYNTAX INTEGER {true(1), false(2)} ACCESS read-write STATUS current DESCRIPTION "Indicates if an exact match is required on the EAP Server ID." ::= { npSecurity 19 } npSecurityDot11EncryptionStrength OBJECT-TYPE SYNTAX INTEGER {low(1), medium(2), high(3)} ACCESS read-write STATUS current DESCRIPTION "Indicates the EAP encrytpion strength." ::= { npSecurity 20 } npSecurityCertBuff OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS current DESCRIPTION "A 512 byte buffer of the print server certificate as indexed by npSecurityCertBuffIndex." ::= { npSecurity 21 } npSecurityCertBuffIndex OBJECT-TYPE SYNTAX INTEGER {block1(1), block2(2), block3(3), block4(4), block5(5), block6(6)} ACCESS read-write STATUS current DESCRIPTION "Indicates the index of the 512 byte block of the print server certificate to load into npSecurityCertBuff." ::= { npSecurity 22 } npSecuritySslRedirection OBJECT-TYPE SYNTAX INTEGER {redirectionEnabled(1), redirectionDisabled(2)} ACCESS read-write STATUS current DESCRIPTION "Setting this object causes the SSL redirection connection to be enabled or disabled." ::= { npSecurity 23 } npSecurityReset OBJECT-TYPE SYNTAX INTEGER {set(0), reset(1)} ACCESS read-write STATUS current DESCRIPTION "Setting this object causes security object to reset bact to the defaults." ::= { npSecurity 24 } npSecurityWebSpiEnable OBJECT-TYPE SYNTAX TruthValue ACCESS read-write STATUS current DESCRIPTION "This object enables/disables the Embedded Web Simple Printer Install feature." ::= { npSecurity 25 } npSecurityDot11WEPStrength OBJECT-TYPE SYNTAX INTEGER {not-set(1), strenth-40-bit(2), strenth-104-bit(3)} ACCESS read-only STATUS current DESCRIPTION "Indicates the encryption strength of the WEP keys." ::= { npSecurity 26 } npSecurityServicesSupported OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS current DESCRIPTION "BITWISE indication of the 802.11 security services this device supports. The following bits are defined: MD5 (0) TLS (1) TTLS (2) LEAP (3) PEAP (4) Reserved (5 - 15) WEP (16) WPA (17) AES (18) WPA2 (19) AUTO_FOR_WEP_SUPPORTED (20) AUTO_FOR_WPA_SUPPORTED (21) AUTO_FOR_ENCRYPTION_SUPPORTED (22) Reserved (23 - 31)" ::= { npSecurity 27 } npSecurityDot11Encryption OBJECT-TYPE SYNTAX Integer32 ACCESS read-write STATUS current DESCRIPTION "802.11 encryption method currently enabled. The following values are defined: NONE (0x00) SSN/WEP (0x01) TKIP (0x02) AES (0x03) AUTO (0x04) Reserved (5 - 31) It is advised not to use dot11PrivacyInvoked OID anymore, instead use npSecurityDot11Encryption. Since Jetdirect updates the same variable when the set happens through any of the two OIDs and npSecurityDot11Encryption is more versatile, it is recommended to use this OID. " ::= { npSecurity 28 } npSecurityDot11MulticastCipher OBJECT-TYPE SYNTAX Integer32 ACCESS read-write STATUS current DESCRIPTION "BITWISE indication of the multicast cipher method currently enabled. At minimum, one bit must be set. The following bits are defined: WEP (0) WPA (1) Reserved (2 - 31)" ::= { npSecurity 29 } npSecurityDot11BeaconTableNumEntries OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS current DESCRIPTION "Displays the number of discovered SSIDs in the DOT11 Beacon Table." ::= { npSecurity 34 } npSecurityDot11OpenSSIDEnabled OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS current DESCRIPTION "Indicates if the Open SSID is enabled (Spirit-only)." ::= { npSecurity 35 } npSecurityDot11EncryptedWPAConfigPSKPassPhrase OBJECT-TYPE SYNTAX OCTET STRING ACCESS write-only STATUS current DESCRIPTION "The encrypted WPA Config PSK PassPhrase. Use the npSecurityPublicKey to encrypt this value" ::= { npSecurity 36 } npSecurityDot11DataRate OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS current DESCRIPTION "Current wireless network data rate" ::= { npSecurity 37 } npSecurityDot11ScanComplete OBJECT-TYPE SYNTAX INTEGER {true(1), false(2)} ACCESS read-write STATUS current DESCRIPTION "Used to control scan for SSIDs in the wireless network. Set to false to initiate a scan. A value of true indicates the completion of the scan" ::= { npSecurity 38 } npSecurityDot11RoamThreshold OBJECT-TYPE SYNTAX INTEGER {no-signal(1), very-weak-signal(2), weak-signal(3)} ACCESS read-write STATUS current DESCRIPTION "Used to control roaming by the wireless radio. The radio on the print server will roam or try to find an access point with a stronger signal once the signal strength from the associated access point reaches the specified roam threshold level." ::= { npSecurity 39 } npSecuritySslEncryptionStrength OBJECT-TYPE SYNTAX INTEGER {low(1), medium(2), high(3)} ACCESS read-write STATUS current DESCRIPTION "The SSL Encryption Strength." ::= { npSecurity 40 } npSecurityDot11InstantVerification OBJECT-TYPE SYNTAX INTEGER {disable(0), enable(1)} ACCESS read-write STATUS current DESCRIPTION "Enable and disable wireless instant verification. (0) = Disable (1) = Enable" ::= { npSecurity 41 } npSecurityDot11DynamicEncryption OBJECT-TYPE SYNTAX INTEGER {nONE(0), bASIC(1), wPA(2), wPA2(3), aUTO(4)} ACCESS read-write STATUS current DESCRIPTION "WPA mode. (0x00) = NONE (0x01) = BASIC (0x02) = WPA (0x03) = WPA2 (0x04) = AUTO" ::= { npSecurity 42 } npSecurityDot11LinkAuthentication OBJECT-TYPE SYNTAX INTEGER {open(1), shared-key(2), leap(128), auto(143)} ACCESS read-write STATUS current DESCRIPTION "DOT11 Link Authentication modes. (1) = OPEN (2) = SHARED-KEY (128) = LEAP (143) = AUTO We can set the Link Authentication using the object dot11AuthenticationAlgorithmsEnable ( OID: 1.2.840.10036.1.2.1.3.x ) Since the dot11AuthenticationAlgorithsmEnable object does not supports setting of AUTO option, we provide this object. Through this OID you can set to any one of the above options. Whereas using the dot11AuthenticationAlgorithmsEnable object we can set either OPEN OR SHARED mode only." ::= { npSecurity 43 } npSecurityDot1xFailSafe OBJECT-TYPE SYNTAX INTEGER {enable(1), disable(0)} ACCESS read-write STATUS current DESCRIPTION "After configuring 802.1x on the printer and switching it over to a secured network, if authentication is successful printer retains connectivity and if it fails it loses connectivity. In case of authentication failure, it does not acquire connectivity even when switched over to an unsecured network. 802.1x failsafe is a feature which allows printer to retain connectivity in a unsecured network even if authentication fails. Setting this OID to 1 enables this feature and setting to 0 disables this feature. Connect anyway (802.1x Fail-Safe) ( 1 ) Block network (secure failure) ( 0 ) " ::= { npSecurity 57 } -- Parallel port objects --- The Trap Group trapDestinationNum OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "The number of trap destinations." ::={ trapDest 1 } ----------- The Trap Destination Table -------------- -- The code which processes the trap destination table -- utilizes a union to minimize data space. This is a very -- common "C" coding technique and adds important value. -- However, it introduces a complication to the design of this -- mib. The "C" union results in multiple definitions for the -- table entries, depending on protocol. There is no way (that -- I know of) to provide a compilable mib which shows multiple -- definitions for the objects. To resolve this I am showing the -- AF_IPX object definitions commented out. trapDestinationTable OBJECT-TYPE SYNTAX SEQUENCE OF TrapDestinationEntry ACCESS not-accessible STATUS optional DESCRIPTION "Protocol specific list of destinations to which the agent sends traps." ::= { trapDest 2 } trapDestinationEntry OBJECT-TYPE SYNTAX TrapDestinationEntry ACCESS not-accessible STATUS optional DESCRIPTION "Entries are a protocol specific sequence of trap destination parameters." INDEX { trapAddrFamily } ::= { trapDestinationTable 1 } TrapDestinationEntry ::= SEQUENCE { trapAddrFamily INTEGER, -- for ip trapAddrFamily trapAddrIp IpAddress, trapPort INTEGER, trapCommunityName OCTET STRING -- for ipx trapAddrFamily -- trapAddrNetwork -- INTEGER, -- trapAddrNode -- INTEGER, -- trapSocket, -- INTEGER, -- trapFrameType, -- INTEGER, -- trapPacketType, -- INTEGER, -- trapCommunityName, -- OCTET STRING, } -- for all protocols trapAddrFamily OBJECT-TYPE SYNTAX NetworkAddress ACCESS read-write STATUS optional DESCRIPTION "Protocol family for trap. Possible values: 0 NOT_SET 1 AF_UDP 2 AF_IPX 3 AF_LLC 4 AF_DDP" ::= { trapDestinationEntry 1 } -- AF_UDP trapAddrIp OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS optional DESCRIPTION "Ip address of trap destination." ::= { trapDestinationEntry 2 } -- AF_UDP trapPort OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "Host port to which traps are sent." ::= { trapDestinationEntry 3 } -- AF_UDP trapCommunityName OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS optional DESCRIPTION "Trap community name specified in the trap packet." ::= { trapDestinationEntry 4 } -- AF_IPX -- trapAddrNetwork OBJECT-TYPE -- SYNTAX INTEGER -- ACCESS read-write -- STATUS optional -- DESCRIPTION -- "Network address of host to which traps are sent." -- ::= { trapDestinationEntry 2 } -- AF_IPX -- trapAddrNode OBJECT-TYPE -- SYNTAX INTEGER -- ACCESS read-write -- STATUS optional -- DESCRIPTION -- "Node address of host to which traps are sent." -- ::= { trapDestinationEntry 3 } -- AF_IPX -- trapSocket OBJECT-TYPE -- SYNTAX INTEGER -- ACCESS read-write -- STATUS optional -- DESCRIPTION -- "Host socket to which traps are sent." -- ::= { trapDestinationEntry 4 } -- AF_IP -- trapFrameType OBJECT-TYPE -- SYNTAX INTEGER -- ACCESS read-write -- STATUS optional -- DESCRIPTION -- "Frame type for outbound packet" -- ::= { trapDestinationEntry 5 } -- AF_IPX -- trapPacketType OBJECT-TYPE -- SYNTAX INTEGER -- ACCESS read-write -- STATUS optional -- DESCRIPTION -- "Packet type for outbound packet" -- ::= { trapDestinationEntry 6 } -- AF_IPX -- trapCommunityName OBJECT-TYPE -- SYNTAX OCTET STRING -- ACCESS read-write -- STATUS optional -- DESCRIPTION -- "Trap community name specified in the trap packet." -- ::= { trapDestinationEntry 7 } trapTest OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "Causes agent to send an snmp trap to hosts registered in the trap destination table. Value specified will be used as the specific trap id." ::={ trapDest 3 } trapSource OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "Sets the agent internal source for traps. Possibilities are as follows: 0 = ALL_TRAPS_ON 1 = ASYNC_PERIPHERAL_STATUS traps only 2 = proprietary pml traps only 3 = alert table traps only " ::={ trapDest 4 } trapFilterDelay OBJECT-TYPE SYNTAX Integer32 ACCESS read-write STATUS current DESCRIPTION "The purpose of the trap filter feature is to prevent multiple traps of the same specificTrapId to be sent within a short period of time. This object assigns the period of time within which a duplicate trap will be blocked. This value is in 1/10 second intervals and the default value is set to 50 corresponding to 5 seconds. This value remains persistent through a powercycle." ::= { trapDest 5 } trapFQDNNum OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS current DESCRIPTION "Number of trapFQDNTable rows." ::= { trapDest 6 } trapFQDNTable OBJECT-TYPE SYNTAX SEQUENCE OF TrapFQDNEntry ACCESS not-accessible STATUS current DESCRIPTION "The trap destination entries can be mapped to destination's FQDN name in this table." ::= { trapDest 7 } -- Download Objects from ICF hpicfDownloadTable OBJECT-TYPE SYNTAX SEQUENCE OF HpicfDownloadEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table of firmware downloads to this device. There will at any time be either 0 or 1 rows in this table, and the only valid index for this table is 1. It is only a table so that we may take advantage of the RowStatus textual convention for configuring the download parameters." ::= { hpicfDownload 1 } hpicfDownloadEntry OBJECT-TYPE SYNTAX HpicfDownloadEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The row in the hpicfDownloadTable containing the download parameters." INDEX { hpicfDownloadIndex } ::= { hpicfDownloadTable 1 } HpicfDownloadEntry ::= SEQUENCE { hpicfDownloadIndex INTEGER, hpicfDownloadOwnerAddress OCTET STRING, hpicfDownloadOwnerDomain OBJECT IDENTIFIER, hpicfDownloadTAddress OCTET STRING, hpicfDownloadTDomain OBJECT IDENTIFIER, hpicfDownloadFilename DisplayString, hpicfDownloadResetType INTEGER, hpicfDownloadErrorStatus INTEGER, hpicfDownloadErrorText DisplayString, -- hpicfDownloadStatus RowStatus hpicfDownloadStatus INTEGER } hpicfDownloadIndex OBJECT-TYPE SYNTAX INTEGER { dlInstance(1) } ACCESS not-accessible STATUS optional DESCRIPTION "The index which uniquely identifies this row. The only legal value for this object is 1." ::= { hpicfDownloadEntry 1 } hpicfDownloadOwnerAddress OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS optional DESCRIPTION "The transport address of the management station that initiated this download attempt, formatted according to the value of hpicfDownloadOwnerDomain. An attempt to modify this value will fail if the associated hpicfDownloadStatus object would be equal to 'active' both before and after the modification attempt." ::= { hpicfDownloadEntry 2 } hpicfDownloadOwnerDomain OBJECT-TYPE SYNTAX OBJECT IDENTIFIER ACCESS read-only STATUS optional DESCRIPTION "The kind of transport service used by the management station that initiated this download attempt. An attempt to modify this value will fail if the associated hpicfDownloadStatus object would be equal to 'active' both before and after the modification attempt." ::= { hpicfDownloadEntry 3 } hpicfDownloadTAddress OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS optional DESCRIPTION "The transport address of the node to download firmware from, formatted according to the value of hpicfDownloadTDomain. An attempt to modify this value will fail if the associated hpicfDownloadStatus object would be equal to 'active' both before and after the modification attempt." ::= { hpicfDownloadEntry 4 } hpicfDownloadTDomain OBJECT-TYPE SYNTAX OBJECT IDENTIFIER ACCESS read-write STATUS optional DESCRIPTION "The kind of transport service to be used for the download. Currently supports snmpUDPDomain and snmpIPXDomain. An attempt to modify this value will fail if the associated hpicfDownloadStatus object would be equal to 'active' both before and after the modification attempt." ::= { hpicfDownloadEntry 5 } hpicfDownloadFilename OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "Filename and path of file to download (maximum length of 63 characters + NULL). An attempt to modify this value will fail if the associated hpicfDownloadStatus object would be equal to 'active' both before and after the modification attempt." ::= { hpicfDownloadEntry 6 } hpicfDownloadResetType OBJECT-TYPE SYNTAX INTEGER { noReset(1), warmReset(2), factoryReset(3) } ACCESS read-write STATUS optional DESCRIPTION "The type of reset to perform after completion of the firmware download. Note that not all agents will support all possible values, and there may be other agent-specific values for this object." ::= { hpicfDownloadEntry 7 } hpicfDownloadErrorStatus OBJECT-TYPE SYNTAX INTEGER { fileNotFound(1), accessViolation(2), diskFull(3), illegalOperation(4), unknownTID(5), fileExists(6), noSuchUser(7), notDefined(8), corruptFile(9), noServer(10), tftpTimeout(11), hardwareError(12), success(13), inProgress(14), idle(15), erasing(16), incomplete(17) } ACCESS read-only STATUS optional DESCRIPTION "Status of download. The first seven codes are equal to the codes defined by the TFTP protocol. 'notDefined' is the same as TFTP protocol error 0. 'corruptFile' means that the agent detected a problem with the download file format. 'noServer' means the TFTP server at hpicfDownloadTAddress did not respond to the TFTP request. 'tftpTimeout' means that the download was aborted due to excessive timeouts. 'hardwareError' means that there was a hardware problem on the agent that forced an abort of the download (see hpicfDownloadErrorText for more detailed information). 'success' means that the download has completed successfully. 'inProgress' means that the TFTP transfer is currently active. 'idle means' that the download has not yet started (i.e. the value of hpicfDownloadStatus has not yet been set to 'active')." ::= { hpicfDownloadEntry 8 } hpicfDownloadErrorText OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS optional DESCRIPTION "A textual description of the current error status of the firmware download." ::= { hpicfDownloadEntry 9 } hpicfDownloadStatus OBJECT-TYPE -- SYNTAX RowStatus SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS optional DESCRIPTION "The status of this download entry. This object may not be set to 'active' unless the following columnar objects exist in this row: hpicfDownloadOwnerAddress, hpicfDownloadOwnerDomain, hpicfDownloadTAddress, hpicfDownloadTDomain, and hpicfDownloadFilename." ::= { hpicfDownloadEntry 10 } hpicfDownloadPassesLeft OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of passes remaining in the current download attempt. Some agents (currently JetDirect agents) require multiple passes through the download file in order to download a firmware image. This object indicates the number of passes remaining, including the current pass. The object is initialized by the agent to the number of passes required to complete the download when the corresponding instance of hpicfDownloadStatus is set to 'active'. It is decremented by one each time a pass completes." ::= { hpicfDownloadEntry 11 } hpicfDownloadOctetCount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of octets that have been transferred during the current pass. This object is initialized to zero by the agent when the corresponding instance of hpicfDownloadStatus is set to 'active', and reinitialized to zero at the beginning of each pass." ::= { hpicfDownloadEntry 12 } hpicfDownloadDestination OBJECT-TYPE SYNTAX DisplayString (SIZE(0..63)) MAX-ACCESS read-create STATUS current DESCRIPTION "The destination of the download file on the agent. The allowable destination names depend on the type of agent being downloaded. In all cases, a destination of '/os' indicates that this is a download of the agent's firmware image. The agent should use this as the default value for this object when the row is created. ICF router agents also allow a download of a config file. Currently, the name of the config file on the agent is '/config'. An agent should reject an attempt to set this object to a destination name that does not make sense for this type of agent." ::= { hpicfDownloadEntry 13 } hpicfDownloadLogMaxSize OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The maximum number of the download log entries supported by this agent. Note that 0 is a legal value for this variable." ::= { hpicfDownload 2 } -- Access Control Objects setCommunityName OBJECT-TYPE SYNTAX OCTET-STRING ACCESS read-write STATUS optional DESCRIPTION "This object controls access of snmp read-write requests. Factory default configuration provides authentication of incoming packets with community names: internal and public. This object overrides the factory default settings so that the factory default setttings no longer work. This object returns SET or NOT_SET." ::= { community 1 } getCommunityName OBJECT-TYPE SYNTAX OCTET-STRING ACCESS read-only STATUS optional DESCRIPTION "This object controls access of snmp read requests. Factory default configuration provides authentication of incoming packets with community names: internal and public. This object provides access in addition to the factory default settings. This object returns SET or NOT_SET." ::= { community 2 } -- toptools group hpHttpMgDefaultURL OBJECT-TYPE SYNTAX Utf8String MAX-ACCESS read-write STATUS optional DESCRIPTION "A Uniform Resource Locator (URL), as defined in RFC1738, for the default management information for this device. This URL is typically used by a HTTP browser to display management information for this device. This default page should contain links to any other management pages for this device." ::= { hpHttpMgDefaults 1} -- PML objects -- Generally, if PML is supported by the JD card and printer, PML object -- requests are repackaged by JetDirect from snmp format into "pml" -- and transmitted to the printer. Upon asynchronous return from the -- printer, the "pml" format data is repackaged back to snmp format -- and returned to the originator. If a pml object request is received -- by the JD card, and PML is not supported on that hardware combination -- then JD card returns a NONAME error. -- PML objects (.1.3.6.1.4.1.11.2.3.9.4.2...) are not defined by this mib. -- For definitions see appropriate printer mibs. -- The following PML objects are exceptions to the "general" passthru -- processing described above. For hardware combinations that support -- PML, these requests are passed thru as described above. For hardware -- that does not support PML, JD attempts to provide the data from another -- source (BIO, or Novell jobAccounting) rather than return the error -- specified above. Mib definitions for these objects are contained in -- the PML mib. These are repeated here for reference. They are commented -- out to avoid compile errors resulting from incomplete tree. -- 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.2.5.0 --totalEnginePageCount OBJECT-TYPE -- SYNTAX INTEGER -- ACCESS read-only -- STATUS mandatory -- DESCRIPTION -- "The total number of pages printed on the device as determined by -- PJL requests/responses. This value is normally a printer based -- MIB value. However, the JetDirect product can use PJL to determine -- an approximate page count in some situations. See the PML object -- definition (TOTAL-ENGINE-PAGE-COUNT) for more details." -- ::= { notYetStubbed 5 } -- 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.2.7.0 --totalColorPageCount OBJECT-TYPE -- SYNTAX INTEGER -- ACCESS read-only -- STATUS mandatory -- DESCRIPTION -- "The total number of color pages printed on the device as determined -- by PJL requests/responses. This value is normally a printer based -- MIB value. However, the JetDirect product can use PJL to determine -- an approximate page count in some situations. See the PML object -- definition (TOTAL-COLOR-PAGE-COUNT) for more details." -- ::= { notYetStubbed 7 } END