IBM-3174-PRIVATE-MIB DEFINITIONS ::= BEGIN -- June 8, 1994 -- 3174 Private MIB definition -- by 3174 Microcode Development IMPORTS -- From Standard MIBS enterprises, Counter FROM RFC1155-SMI PhysAddress, DisplayString FROM RFC1213-MIB OBJECT-TYPE FROM RFC-1212 TRAP-TYPE FROM RFC-1215; -- ***************** The IBM 3174 Private MIB ******************* ibm OBJECT IDENTIFIER ::= { enterprises 2 } ibmProd OBJECT IDENTIFIER ::= { ibm 6 } ibm3174 OBJECT IDENTIFIER ::= { ibmProd 13 } --************************************************************* -- Following are registration points for the 3174 SNMP agent -- capabilities. The object sysObjectID contains the value -- that identifies the current level of the agent capabilities. -- -- The following are values for sysObjectID: -- ibm.6.13 - original agent; supports the following: -- 1) read-only access to all objects -- 2) The following "groups: from RFC1066 -- (MIB-I): system, interfaces, at, ip, -- icmp, tcp and udp. -- NOTE: sysDescr distinguishes this version -- from the second version of the agent. -- ibm.6.13 - second version of the agent; supports the following: -- 1) read-only access to all objects -- 2) The following "groups: from RFC1213 -- (MIB-II): system, interfaces, at, ip, -- icmp, tcp , udp, and snmp. -- 3) The following "groups: from RFC1231 -- (Token Ring MIB); dot5Table & dot5StatsTable -- NOTE: the Token Ring objects are only supported -- in implementations that have an -- Token Ring interface. -- 4) the following "group: from RFC1398 -- (Ethernet MIB): dot3StatsTable -- NOTE: the Ethernet objects are only supported -- in implementations that have an -- Ethernet interface. -- NOTE: sysDescr distinguishes this version -- from the first version of the agent. -- ibm.6.13.1.1 - first agent to support proprietary MIB; -- the support includes: -- 1) read-only access to all objects -- 2) The following "groups: from RFC1213 -- (MIB-II): system, interfaces, at, ip, -- icmp, tcp , udp, and snmp. -- 3) The following "groups: from RFC1231 -- (Token Ring MIB); dot5Table & dot5StatsTable -- NOTE: the Token Ring objects are only supported -- in implementations that have an -- Token Ring interface. -- 4) the following "group: from RFC1398 -- (Ethernet MIB): dot3StatsTable -- NOTE: the Ethernet objects are only supported -- in implementations that have an -- Ethernet interface. -- 5) the following "groups: from the 3174 enterprise -- MIB level 1: ibm3174General, ibm3174Ras3, -- ibm3174Ras5, ibm3174LANStatus and -- ibm3174HostStatus. -- -- --************************************************************* ibm3174AgentProfile OBJECT IDENTIFIER ::= { ibm3174 1 } ibm3174AgentProfile1 OBJECT IDENTIFIER ::= { ibm3174AgentProfile 1 } --************************************************************* -- This is the registration point for the 3174 SNMP traps. -- This value is returned in the "Enterprise" field of specific -- traps defined for 3174 agents. --************************************************************* ibm3174EnterpriseTrap OBJECT IDENTIFIER ::= { ibm3174 2 } --************************************************************* -- This is the registration point for the general part of the -- 3174 private MIB. --************************************************************* ibm3174General OBJECT IDENTIFIER ::= { ibm3174 3 } --************************************************************* -- -- System Status Codes (SSC) Table -- --************************************************************* gen3174SscTable OBJECT-TYPE SYNTAX SEQUENCE OF Gen3174SscEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table of current 3174 System Status Codes." ::= { ibm3174General 1 } gen3174SscEntry OBJECT-TYPE SYNTAX Gen3174SscEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A row in the table of current 3174 System Status Codes." INDEX {gen3174SscIndex} ::= { gen3174SscTable 1 } Gen3174SscEntry ::= SEQUENCE { gen3174SscIndex INTEGER, gen3174Ssc OCTET STRING } gen3174SscIndex OBJECT-TYPE SYNTAX INTEGER (1..25) ACCESS read-only STATUS mandatory DESCRIPTION "The number of the SSC entry." ::= { gen3174SscEntry 1 } gen3174Ssc OBJECT-TYPE SYNTAX OCTET STRING (SIZE (2..14)) ACCESS read-only STATUS mandatory DESCRIPTION "This is 14 octets of System Status Code information." REFERENCE "3174 Establishment Controller Status Codes." ::= { gen3174SscEntry 2 } --************************************************************* -- -- 3174 General MIB group -- --************************************************************* gen3174SscChanges OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times the System Status Code has changes." ::= { ibm3174General 2 } gen3174ModuleID OBJECT-TYPE SYNTAX INTEGER(0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "This is the id of the 3174 module. This object is zero for 3174's that are not hub modules" ::= { ibm3174General 3 } gen3174ModuleVersion OBJECT-TYPE SYNTAX INTEGER(0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "This is the version number of 3174 module identified by gen3174ModuleID. This object is zero for 3174's that are not hub modules" ::= { ibm3174General 4 } gen3174ModuleRevision OBJECT-TYPE SYNTAX INTEGER(0..255) ACCESS read-only STATUS mandatory DESCRIPTION "This is the revision number of 3174 module identified by gen3174ModuleID. This object is zero for 3174's that are not hub modules" ::= { ibm3174General 5 } gen3174SlotNumber OBJECT-TYPE SYNTAX INTEGER(0..255) ACCESS read-only STATUS mandatory DESCRIPTION "This is the slot number where the 3174 module is plugged. This object is zero for 3174's that are not hub modules" ::= { ibm3174General 6 } gen3174RingSelection OBJECT-TYPE SYNTAX INTEGER(0..255) ACCESS read-only STATUS mandatory DESCRIPTION "This is the backplane ring number to which the 3174 module is connected. This object is zero for 3174's that are not hub modules and do not have a backplane." ::= { ibm3174General 7 } gen3174PrivateMibLevel OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This is a version number for the private MIB level" ::= { ibm3174General 8 } --************************************************************* -- -- 3174 RECFMS -- -- Record Formatted Maintenance Statistics (RECFMS) are -- maintenance statistics about the 3174. More information -- about the RECFMS data can be found in the 3174 Establishment -- Controller Customer Problem Determination Guide. -- --************************************************************* gen3174RecfmsTable OBJECT-TYPE SYNTAX SEQUENCE OF Gen3174RecfmsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Record Formatted Maintenance Statistics (RECFMS) Table" REFERENCE "Record Formatted Maintenance Statistics (RECFMS) are maintenance statistics about the 3174. More information about the RECFMS data can be found in the 3174 Establishment Controller Customer Problem Determination Guide." ::= { ibm3174General 9 } gen3174RecfmsEntry OBJECT-TYPE SYNTAX Gen3174RecfmsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A row in the table of current 3174 RECFMs Data" INDEX {gen3174RecfmsIndex} ::= { gen3174RecfmsTable 1 } Gen3174RecfmsEntry ::= SEQUENCE { gen3174RecfmsIndex INTEGER, recfms3174ReceiveLinkTests Counter, recfms3174TransmitLinkTests Counter, recfms3174ProgramChecks Counter, recfms3174CommChecks Counter, recfms3174MachineChecks Counter, recfms3174NonProductiveTimeouts Counter, recfms3174IdleTimeouts Counter, recfms3174WriteRetrys Counter, recfms3174Overruns Counter, recfms3174Underruns Counter, recfms3174ConnectionProblems Counter, recfms3174FcsErrors Counter, recfms3174PrimaryAborts Counter, recfms3174CommandRejects Counter, recfms3174DceErrors Counter, recfms3174WriteTimeouts Counter } gen3174RecfmsIndex OBJECT-TYPE SYNTAX INTEGER (1..3) ACCESS read-only STATUS mandatory DESCRIPTION "The number of the Physical Host Connection." ::= { gen3174RecfmsEntry 1 } recfms3174ReceiveLinkTests OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received link test." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Record Formatted Maintenance Statistics Chapter." ::= { gen3174RecfmsEntry 2 } recfms3174TransmitLinkTests OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted link test." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Record Formatted Maintenance Statistics Chapter." ::= { gen3174RecfmsEntry 3 } recfms3174ProgramChecks OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of program checks." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Record Formatted Maintenance Statistics Chapter." ::= { gen3174RecfmsEntry 4 } recfms3174CommChecks OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of communication checks." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Record Formatted Maintenance Statistics Chapter." ::= { gen3174RecfmsEntry 5 } recfms3174MachineChecks OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of machine checks." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Record Formatted Maintenance Statistics Chapter." ::= { gen3174RecfmsEntry 6 } recfms3174NonProductiveTimeouts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of non productive timeouts." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Record Formatted Maintenance Statistics Chapter." ::= { gen3174RecfmsEntry 7 } recfms3174IdleTimeouts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of idle timeouts." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Record Formatted Maintenance Statistics Chapter." ::= { gen3174RecfmsEntry 8 } recfms3174WriteRetrys OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of write retries." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Record Formatted Maintenance Statistics Chapter." ::= { gen3174RecfmsEntry 9 } recfms3174Overruns OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of overruns." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Record Formatted Maintenance Statistics Chapter." ::= { gen3174RecfmsEntry 10 } recfms3174Underruns OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of under runs." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Record Formatted Maintenance Statistics Chapter." ::= { gen3174RecfmsEntry 11 } recfms3174ConnectionProblems OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of connection problems." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Record Formatted Maintenance Statistics Chapter." ::= { gen3174RecfmsEntry 12 } recfms3174FcsErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of FCS errors." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Record Formatted Maintenance Statistics Chapter." ::= { gen3174RecfmsEntry 13 } recfms3174PrimaryAborts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of primary aborts." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Record Formatted Maintenance Statistics Chapter." ::= { gen3174RecfmsEntry 14 } recfms3174CommandRejects OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of command rejects." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Record Formatted Maintenance Statistics Chapter." ::= { gen3174RecfmsEntry 15 } recfms3174DceErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of DCE errors." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Record Formatted Maintenance Statistics Chapter." ::= { gen3174RecfmsEntry 16 } recfms3174WriteTimeouts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of write timeouts." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Record Formatted Maintenance Statistics Chapter." ::= { gen3174RecfmsEntry 17 } --************************************************************* -- -- 3174 RAS test 3 3270 Device Port Status -- --************************************************************* ibm3174Ras3 OBJECT IDENTIFIER ::= { ibm3174 4 } ras3t3174PortStatusTable OBJECT-TYPE SYNTAX SEQUENCE OF Ras3t3174PortStatusEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of 3270 port data one entry for each of the possible ports." ::= { ibm3174Ras3 1 } ras3t3174PortStatusEntry OBJECT-TYPE SYNTAX Ras3t3174PortStatusEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Each entry contains information that is applicable to the physical port." INDEX {ras3t3174PortIndex} ::= { ras3t3174PortStatusTable 1 } Ras3t3174PortStatusEntry ::= SEQUENCE { ras3t3174PortIndex INTEGER, ras3t3174Attach INTEGER, ras3t3174Status INTEGER, ras3t3174Terminal INTEGER, ras3t3174CableError INTEGER, ras3t3174CableMaxError INTEGER, ras3t3174PollTimeOuts Counter, ras3t3174ReadTimeOuts Counter, ras3t3174PollParityErrors Counter } ras3t3174PortIndex OBJECT-TYPE SYNTAX INTEGER (0..63) ACCESS read-only STATUS mandatory DESCRIPTION "The index of the specific 3270 port." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 3: 3270 Device Status Information section." ::= { ras3t3174PortStatusEntry 1 } ras3t3174Attach OBJECT-TYPE SYNTAX INTEGER { multiplexer8Port(1), dev7232(2), direct(3), unknown(4), multiplexer32Port(5), notConfigured(6), deadDueToDirectAttach(7) } ACCESS read-only STATUS mandatory DESCRIPTION "Attachent type (multiplexer or direct)." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 3: 3270 Device Status Information section." ::= { ras3t3174PortStatusEntry 2 } ras3t3174Status OBJECT-TYPE SYNTAX INTEGER { poweredOff(1), offDueToError(2), poweredOn(3) } ACCESS read-only STATUS mandatory DESCRIPTION "Device powered ON or OFF or powered OFF due to error." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 3: 3270 Device Status Information section." ::= { ras3t3174PortStatusEntry 3 } ras3t3174Terminal OBJECT-TYPE SYNTAX INTEGER { devicePrinter(1), deviceCombination(2), deviceDFT(3), deviceCUT(4), deviceNeverPoweredOn(5), deviceDFTE(6), device3174Peer(7) } ACCESS read-only STATUS mandatory DESCRIPTION "Device Type." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 3: 3270 Device Status Information section." ::= { ras3t3174PortStatusEntry 4 } ras3t3174CableError OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of cable errors in the last 30 minutes." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 3: 3270 Device Status Information section." ::= { ras3t3174PortStatusEntry 5 } ras3t3174CableMaxError OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Peak value for cable errors (cableMaxValue)." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 3: 3270 Device Status Information section." ::= { ras3t3174PortStatusEntry 6 } ras3t3174PollTimeOuts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of times device did not respond to a Poll within the time out value." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 3: 3270 Device Status Information section." ::= { ras3t3174PortStatusEntry 7 } ras3t3174ReadTimeOuts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of times device did not respond to a Read within the time out value." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 3: 3270 Device Status Information section." ::= { ras3t3174PortStatusEntry 8 } ras3t3174PollParityErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of times data is lost during transmission." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 3: 3270 Device Status Information section." ::= { ras3t3174PortStatusEntry 9 } --************************************************************* -- 3174 RAS test 3 3270 Logical Terminal Port Status Table --************************************************************* ras3t3174LtStatusTable OBJECT-TYPE SYNTAX SEQUENCE OF Ras3t3174LtStatusEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of 3270 logical terminal data. Since each port can have up to 5 Logical terminals the number of entries is 5 times the number of ports." ::= { ibm3174Ras3 2 } ras3t3174LtStatusEntry OBJECT-TYPE SYNTAX Ras3t3174LtStatusEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Each entry contains a row of the table of applicable information about the physical port and logical terminal." INDEX {ras3t3174PortIndex,ras3t3174LtIndex} ::= { ras3t3174LtStatusTable 1 } Ras3t3174LtStatusEntry ::= SEQUENCE { ras3t3174LtIndex INTEGER, ras3t3174LtActive INTEGER, ras3t3174LtBound INTEGER, ras3t3174LtHostAddr INTEGER, ras3t3174LtHostID DisplayString, ras3t3174LtHostName DisplayString } ras3t3174LtIndex OBJECT-TYPE SYNTAX INTEGER (1..5) ACCESS read-only STATUS mandatory DESCRIPTION "Logical Terminal Number." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 3: 3270 Device Status Information section." ::= {ras3t3174LtStatusEntry 1 } ras3t3174LtActive OBJECT-TYPE SYNTAX INTEGER { active(1), inactive(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Defines if CUT (control unit terminal) LT is the active (in use) LT." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 3: 3270 Device Status Information section." ::= {ras3t3174LtStatusEntry 2 } ras3t3174LtBound OBJECT-TYPE SYNTAX INTEGER { bound(1), notBound(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Defines if the LT is bound to a SNA host." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 3: 3270 Device Status Information section." ::= {ras3t3174LtStatusEntry 3 } ras3t3174LtHostAddr OBJECT-TYPE SYNTAX INTEGER (2..255) ACCESS read-only STATUS mandatory DESCRIPTION "LT's associated host address. A value of 255 means the host address is not defined for this LT. " REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 3: 3270 Device Status Information section." ::= {ras3t3174LtStatusEntry 4 } ras3t3174LtHostID OBJECT-TYPE SYNTAX DisplayString(SIZE(0..3)) ACCESS read-only STATUS mandatory DESCRIPTION "LT's host connection ie. 1A1..1A5, 1B1..1B5, .., 1H1..1H5" REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 3: 3270 Device Status Information section." ::= {ras3t3174LtStatusEntry 5 } ras3t3174LtHostName OBJECT-TYPE SYNTAX DisplayString(SIZE(0..20)) ACCESS read-only STATUS mandatory DESCRIPTION "Name of Host." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 3: 3270 Device Status Information section." ::= {ras3t3174LtStatusEntry 6 } -- ***************** Software VPD Group ******************* --************************************************************* -- -- 3174 RAS 5 Software VPD -- --************************************************************* ibm3174Ras5 OBJECT IDENTIFIER ::= { ibm3174 5 } --************************************************************* -- DSL VPD --************************************************************* ras5t3174DslTable OBJECT-TYPE SYNTAX SEQUENCE OF Ras5t3174DslEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Descriptor of the DSL images that are active for this configuration." ::= { ibm3174Ras5 1 } ras5t3174DslEntry OBJECT-TYPE SYNTAX Ras5t3174DslEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the DSL table." INDEX {ras5t3174DslIndex} ::= { ras5t3174DslTable 1 } Ras5t3174DslEntry ::= SEQUENCE { ras5t3174DslIndex INTEGER, ras5t3174DslVPD DisplayString } ras5t3174DslIndex OBJECT-TYPE SYNTAX INTEGER (1..12) ACCESS read-only STATUS mandatory DESCRIPTION "The index for DSL images." ::= { ras5t3174DslEntry 1 } ras5t3174DslVPD OBJECT-TYPE SYNTAX DisplayString(SIZE(0..25)) ACCESS read-only STATUS mandatory DESCRIPTION "Down Stream Load Device RPQ Number" REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 5: Display Vital Data section." ::= { ras5t3174DslEntry 2 } --************************************************************* -- PATCH VPD --************************************************************* ras5t3174PatchTable OBJECT-TYPE SYNTAX SEQUENCE OF Ras5t3174PatchEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This table contain active patches on this 3174" ::= { ibm3174Ras5 2 } ras5t3174PatchEntry OBJECT-TYPE SYNTAX Ras5t3174PatchEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the Patch table." INDEX {ras5t3174PatchIndex} ::= { ras5t3174PatchTable 1 } Ras5t3174PatchEntry ::= SEQUENCE { ras5t3174PatchIndex INTEGER, ras5t3174PatchNumber DisplayString } ras5t3174PatchIndex OBJECT-TYPE SYNTAX INTEGER (1..60) ACCESS read-only STATUS mandatory DESCRIPTION "The index for Patch Number." ::= { ras5t3174PatchEntry 1 } ras5t3174PatchNumber OBJECT-TYPE SYNTAX DisplayString(SIZE(0..8)) ACCESS read-only STATUS mandatory DESCRIPTION "The Patch Number" REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 5: Display Vital Data section." ::= { ras5t3174PatchEntry 2 } --************************************************************* -- RPQ VPD --************************************************************* ras5t3174RpqTable OBJECT-TYPE SYNTAX SEQUENCE OF Ras5t3174RpqEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This table contains merged RPQs on this 3174" ::= { ibm3174Ras5 3 } ras5t3174RpqEntry OBJECT-TYPE SYNTAX Ras5t3174RpqEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the RPQ table." INDEX {ras5t3174RpqIndex} ::= { ras5t3174RpqTable 1 } Ras5t3174RpqEntry ::= SEQUENCE { ras5t3174RpqIndex INTEGER, ras5t3174RpqNumber DisplayString } ras5t3174RpqIndex OBJECT-TYPE SYNTAX INTEGER (1..10) ACCESS read-only STATUS mandatory DESCRIPTION "The index for the RPQ " ::= { ras5t3174RpqEntry 1 } ras5t3174RpqNumber OBJECT-TYPE SYNTAX DisplayString(SIZE(0..8)) ACCESS read-only STATUS mandatory DESCRIPTION "The RPQ number of the Merged RPQ." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 5: Display Vital Data section." ::= { ras5t3174RpqEntry 2 } -- ***************** LAN Status Test ******************* ibm3174LANStatus OBJECT IDENTIFIER ::= { ibm3174 6 } -- ***************** Link Status Table ******************* -- The Link Status Table contains information about the SNA and -- APPN links configured for the 3174. Each object in the table -- may have a maximum of 250 entries. ras9t3174LinkStatTable OBJECT-TYPE SYNTAX SEQUENCE OF Ras9t3174LinkStatEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of the SNA and APPN links that are active in the 3174. The index for this table is Ras9t3174LinkIndex." ::= { ibm3174LANStatus 1 } ras9t3174LinkStatEntry OBJECT-TYPE SYNTAX Ras9t3174LinkStatEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A link status table entry containing objects that describe the status of the SNA and APPN links active in the 3174." INDEX { ras9t3174LinkIndex } ::= { ras9t3174LinkStatTable 1 } Ras9t3174LinkStatEntry ::= SEQUENCE { ras9t3174LinkIndex INTEGER, ras9t3174LinkHostID DisplayString, ras9t3174LocalSap INTEGER, ras9t3174LinkAddr PhysAddress, ras9t3174RemoteSap INTEGER, ras9t3174PrimaryState INTEGER, ras9t3174SecondaryState INTEGER, ras9t3174TransIFrames Counter, ras9t3174RecvIFrames Counter, ras9t3174TransErrors Counter, ras9t3174RecvErrors Counter, ras9t3174T1Expired Counter, ras9t3174CrRecvInd INTEGER, ras9t3174CrSentInd INTEGER } ras9t3174LinkIndex OBJECT-TYPE SYNTAX INTEGER(1..250) ACCESS read-only STATUS mandatory DESCRIPTION "The index for the link station." ::= { ras9t3174LinkStatEntry 1 } ras9t3174LinkHostID OBJECT-TYPE SYNTAX DisplayString(SIZE(0..2)) ACCESS read-only STATUS mandatory DESCRIPTION "The Host ID for the link station. Contains the Engine index and the Host index." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 9: LAN Tests." ::= { ras9t3174LinkStatEntry 2 } ras9t3174LocalSap OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The local SAP for the link station." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 9: LAN Tests." ::= { ras9t3174LinkStatEntry 3 } ras9t3174LinkAddr OBJECT-TYPE SYNTAX PhysAddress ACCESS read-only STATUS mandatory DESCRIPTION "The MAC address of the link station." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 9: LAN Tests." ::= { ras9t3174LinkStatEntry 4 } ras9t3174RemoteSap OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The remote SAP of the link station." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 9: LAN Tests." ::= { ras9t3174LinkStatEntry 5 } ras9t3174PrimaryState OBJECT-TYPE SYNTAX INTEGER { linkClosed(80), disconnected(40), disconnecting(20), linkOpening(10), resetting(8), frameRejectSent(4), frameRejectRecv(2), linkOpened(1) } ACCESS read-only STATUS mandatory DESCRIPTION "The DLC primary state of the link station." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 9: LAN Tests." ::= { ras9t3174LinkStatEntry 6 } ras9t3174SecondaryState OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS mandatory DESCRIPTION "The DLC secondary state of the link station. The value is a sum. This sum initially takes the value zero. Then for each state, S, in the range 1 through 8, that is applicable to this link, 2 raised to (S - 1) is added to the sum. For example, a link which is in state Remote Busy would have a value of 16 (2^(5-1)). Also, for a link which is Checkpointing and Local Busy(buffer) would have a value of 160 (2^(8-1) + 2^(6-1)). Note that the values should be calculated accordingly: State Description 2 Dynamic Window 3 Clearing Algorithm Running 4 Rejection 5 Remote Busy 6 Local Busy (buffer) 7 Local Busy (operator) 8 Checkpointing State 1 is reserved." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 9: LAN Tests." ::= { ras9t3174LinkStatEntry 7 } ras9t3174TransIFrames OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of I-frames sent to the link station, including re-transmissions." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 9: LAN Tests." ::= { ras9t3174LinkStatEntry 8 } ras9t3174RecvIFrames OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of I-frames received from the link station, including any out of sequence." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 9: LAN Tests." ::= { ras9t3174LinkStatEntry 9 } ras9t3174TransErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times the link station detects an error that causes a re-transmission." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 9: LAN Tests." ::= { ras9t3174LinkStatEntry 10 } ras9t3174RecvErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of I-frames received from the link station that were in error." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 9: LAN Tests." ::= { ras9t3174LinkStatEntry 11 } ras9t3174T1Expired OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times the T1 timer expired waiting for an acknowledgement from the link station." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 9: LAN Tests." ::= { ras9t3174LinkStatEntry 12 } ras9t3174CrRecvInd OBJECT-TYPE SYNTAX INTEGER(0..255) ACCESS read-only STATUS mandatory DESCRIPTION "The last command/response received from the link station." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 9: LAN Tests." ::= { ras9t3174LinkStatEntry 13 } ras9t3174CrSentInd OBJECT-TYPE SYNTAX INTEGER(0..255) ACCESS read-only STATUS mandatory DESCRIPTION "The last command/response sent to the link station." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 9: LAN Tests." ::= { ras9t3174LinkStatEntry 14 } -- ***************** Gateway Host Info Table **************** -- The Gateway Host Info Table contains information about the -- gateway hosts. This information is indexed by the -- Ras9t3174gwHostIndex. ras9t3174GwHostInfoTable OBJECT-TYPE SYNTAX SEQUENCE OF Ras9t3174GwHostInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of the gateway hosts that are configured for the 3174." ::= { ibm3174LANStatus 2 } ras9t3174GwHostInfoEntry OBJECT-TYPE SYNTAX Ras9t3174GwHostInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A gateway host info table entry containing objects that describe the configuration of the 3270 gateway hosts." INDEX { ras9t3174GwHostIndex } ::= { ras9t3174GwHostInfoTable 1 } Ras9t3174GwHostInfoEntry ::= SEQUENCE { ras9t3174GwHostIndex INTEGER, ras9t3174GwHostID DisplayString, ras9t3174GwCustoDSPUs INTEGER, ras9t3174GwAddrRangeLow INTEGER, ras9t3174GwAddrRangeHigh INTEGER } ras9t3174GwHostIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The index to the host entry." ::= { ras9t3174GwHostInfoEntry 1 } ras9t3174GwHostID OBJECT-TYPE SYNTAX DisplayString(SIZE(0..2)) ACCESS read-only STATUS mandatory DESCRIPTION "The gateway host id, containing the engine index and the host index." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 9: LAN Tests." ::= { ras9t3174GwHostInfoEntry 2 } ras9t3174GwCustoDSPUs OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of links declared at customizing time. This field reflects the links for the customized DSPUs. There may be up to 250 entries." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 9: LAN Tests." ::= { ras9t3174GwHostInfoEntry 3 } ras9t3174GwAddrRangeLow OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The customized Host Address range, lower value." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 9: LAN Tests." ::= { ras9t3174GwHostInfoEntry 4 } ras9t3174GwAddrRangeHigh OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The customized Host Address range, upper value." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 9: LAN Tests." ::= { ras9t3174GwHostInfoEntry 5 } -- ***************** Gateway Status Table ****************** -- The Gateway Status Table contains information about the -- DSPUs that are customized for this gateway. There are two -- indexing values for this table: First is ras9t3174GwHostID, and -- second is the ras9t3174GwStatHostAddr. ras9t3174GwStatusTable OBJECT-TYPE SYNTAX SEQUENCE OF Ras9t3174GwStatusEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table containing information on the links and addresses, and the status of the links, for the DSPUs configured for this gateway." ::= { ibm3174LANStatus 3 } ras9t3174GwStatusEntry OBJECT-TYPE SYNTAX Ras9t3174GwStatusEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A gateway status table entry containing objects that describe the DSPUs configured for the gateway." INDEX { ras9t3174GwHostIndex, ras9t3174GwStatHostAddr } ::= { ras9t3174GwStatusTable 1 } Ras9t3174GwStatusEntry ::= SEQUENCE { ras9t3174GwStatHostAddr INTEGER, ras9t3174GwStatLinkStat INTEGER, ras9t3174GwStatLanAddr PhysAddress, ras9t3174GwStatLinkSap INTEGER } ras9t3174GwStatHostAddr OBJECT-TYPE SYNTAX INTEGER (1..250) ACCESS read-only STATUS mandatory DESCRIPTION "The customized host address for the link." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 9: LAN Tests." ::= { ras9t3174GwStatusEntry 1 } ras9t3174GwStatLinkStat OBJECT-TYPE SYNTAX INTEGER { aSNRMrequired(1), aSNRMreceived(2), connectedActive(3), pollTimeout(4) } ACCESS read-only STATUS mandatory DESCRIPTION "The 2-digit status code representing the status of the link." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 9: LAN Tests." ::= { ras9t3174GwStatusEntry 2 } ras9t3174GwStatLanAddr OBJECT-TYPE SYNTAX PhysAddress ACCESS read-only STATUS mandatory DESCRIPTION "The 6-byte MAC Address of the DSPU." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 9: LAN Tests." ::= { ras9t3174GwStatusEntry 3 } ras9t3174GwStatLinkSap OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The 1-byte SAP of the DSPU." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 9: LAN Tests." ::= { ras9t3174GwStatusEntry 4 } -- ***************** 3270 Host Status Test ****************** ibm3174HostStatus OBJECT IDENTIFIER ::= { ibm3174 7 } -- ***************** 3270 Host Status Table ****************** -- The 3270 Host Status Table contains information about the -- operational status of the hosts configured on a network. -- The indexing value for this table is the ras15t3174HostID. ras15t3174HostStatusTable OBJECT-TYPE SYNTAX SEQUENCE OF Ras15t3174HostStatusEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table containing information on the operational status of the hosts configured on a network." ::= { ibm3174HostStatus 1 } ras15t3174HostStatusEntry OBJECT-TYPE SYNTAX Ras15t3174HostStatusEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A 3270 host status table entry containing objects that describe the 3270 host configured for the network." INDEX { ras15t3174HostIndex } ::= { ras15t3174HostStatusTable 1 } Ras15t3174HostStatusEntry ::= SEQUENCE { ras15t3174HostIndex INTEGER, ras15t3174HostID DisplayString, ras15t3174HostDesc DisplayString, ras15t3174HostAttach INTEGER, ras15t3174HostHardwareGroup OCTET STRING, ras15t3174HostStatus INTEGER } ras15t3174HostIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The index for a 3270 Host entry." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 15: 3270 Host Status Summary section." ::= { ras15t3174HostStatusEntry 1 } ras15t3174HostID OBJECT-TYPE SYNTAX DisplayString(SIZE(2)) ACCESS read-only STATUS mandatory DESCRIPTION "The identifying number assigned to a particular host at customization." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 15: 3270 Host Status Summary section." ::= { ras15t3174HostStatusEntry 2 } ras15t3174HostDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The description of the host, based on the Host Descriptor field in the Multi-Host Definition customization panel." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 15: 3270 Host Status Summary section." ::= { ras15t3174HostStatusEntry 3 } ras15t3174HostAttach OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The type of network attachment used to connect this host to the controller." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 15: 3270 Host Status Summary section. For a definition of the possible values see question 101 values in the 3174 Planning Guide" ::= { ras15t3174HostStatusEntry 4 } ras15t3174HostHardwareGroup OBJECT-TYPE SYNTAX OCTET STRING (SIZE (0..1)) ACCESS read-only STATUS mandatory DESCRIPTION "The hardware group of the adapter through which the host is attached to the controller." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 15: 3270 Host Status Summary section. For hardware group defined values see the introduction of the 3174 Maintenance and Information Manual" ::= { ras15t3174HostStatusEntry 5 } ras15t3174HostStatus OBJECT-TYPE SYNTAX INTEGER { up(1), down(2), unknown(3), adapterMissing(4) } ACCESS read-only STATUS mandatory DESCRIPTION "The status of the 3270 host connection." REFERENCE "3174 Establishment Controller Customer Problem Determination Guide. Online Tests - Configuration B and C Chapter, Test 15: 3270 Host Status Summary section." ::= { ras15t3174HostStatusEntry 6 } enterprise3174StatusCodeChange TRAP-TYPE ENTERPRISE ibm3174EnterpriseTrap VARIABLES { gen3174SscChanges } DESCRIPTION " The enterprise3174StatusCodeChange trap indicates that the 3174's system status code has changed. This could be any addition or removal of system status. The table gen3174SscTable contains the current status codes in the system status queue. Note: this trap is generated only at the end of each time period where the value of gen3174SscChanges is different from the previous period." ::= 1 END