-- Written by Michael J. Lynch SSD-MIB DEFINITIONS ::= BEGIN IMPORTS Counter FROM RFC1155-SMI MODULE-IDENTITY, OBJECT-TYPE FROM SNMPv2-SMI gcom FROM GCOM-MIB; ssd MODULE-IDENTITY LAST-UPDATED "0308180755Z" ORGANIZATION "Gcom Incorporated" CONTACT-INFO " Michael J. Lynch Postal: Gcom Inc. 4000 Woodfield Drive Savoy, Ill Tel: 217-351-4241 E-mail: mlynch@gcom.com" DESCRIPTION "The MIB module for GCOM Inc. SSD" ::= { gcom 10 } ssdConfiguration OBJECT-TYPE SYNTAX OBJECT IDENTIFIER ACCESS not-accessible STATUS mandatory DESCRIPTION "Gcom SSD Current configuration information." ::= { ssd 1 } GlobalTable OBJECT-TYPE SYNTAX SEQUENCE OF GlobalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This table contains the admintratively set configuration information for the GCOM SSD" ::= { ssdConfiguration 1 } GlobalEntry OBJECT-TYPE SYNTAX GlobalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entries of GlobalTable." INDEX { GlobalIndex } ::= { GlobalTable 1 } GlobalEntry ::= SEQUENCE { GlobalIndex INTERGER, GlobalLogFile OCTET STRING, GlobalLogSize INTEGER, GlobalLogOptions INTEGER, GlobalMaxConnections INTEGER, GlobalReuseAddr INTEGER, } GlobalIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The index number of the Configuration." ::= { GlobalEntry 1 } GlobalLogFile OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..256)) ACCESS read-only STATUS mandatory DESCRIPTION "The log file used by GCOM SSD." ::= { GlobalEntry 2 } GlobalLogSize OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The maximum size in bytes of the SSD log file." ::= { GlobalEntry 3 } GlobalLogOptions OBJECT-TYPE SYNTAX INTEGER { LoggingDisabled(0), LoggingEnabled(1) } ACCESS read-only STATUS mandatory DESCRIPTION "The types of items that will be logged to the SSD log file." ::= { GlobalEntry 4 } GlobalMaxConnection OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The maximum number of connections the SSD will allow." ::= { GlobalEntry 5 } GlobalReuseAddr OBJECT-TYPE SYNTAX INTEGER { No(0), Yes(1) } ACCESS read-only STATUS mandatory DESCRIPTION "Determines whether or not SO_REUSEADDR socket option will be enable on listening sockets." ::= { GlobalEntry 6 } ModuleTable OBJECT-TYPE SYNTAX SEQUENCE OF ModuleEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This table contains adminstratively set shared object module configuration information for the GCOM SSD." ::= { ssdConfiguration 2 } ModuleEntry OBJECT-TYPE SYNTAX ModuleEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entries of ModuleEntry." INDEX { ModuleIndex } ::= { ModuleTable 1 } ModuleEntry ::= SEQUENCE { ModuleIndex INTEGER, ModuleName OCTET STRING, ModuleIdentifier OCTET STRING, ModuleControlFunc OCTET STRING, } ModuleIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The index number of module." ::= { ModuleEntry 1 } ModuleName OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..256)) ACCESS read-only STATUS mandatory DESCRIPTION "The path to the share object file loaded for this module." ::= { ModuleEntry 2 } ModuleIndentifier OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..32)) ACCESS read-only STATUS mandatory DESCRIPTION "The name by which connections will refer to this module when the connection uses this module." ::= { ModuleEntry 3 } ModuleControlFunc OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..32)) ACCESS read-only STATUS mandatory DESCRIPTION "The name of the control function used by the SSD to perform operations on behalf of the SSD." ::= { ModuleEntry 4 } ConnectionInfoTable OBJECT-TYPE SYNTAX SEQUENCE OF ConnectionInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This table contains adminstratively set connection information for the GCOM SSD." ::= { ssdConfiguration 3 } ConnectionInfoEntry OBJECT-TYPE SYNTAX ConnectionInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entries of ConnectionInfoEntry." INDEX { ConnectionInfoIndex } ::= { ConnectionInfoTable 1 } ConnectionInfoEntry ::= SEQUENCE { ConnectionInfoIndex INTEGER, ConnectionInfoInfo OBJECT IDENTIFIER } ConnectionInfoIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The Index number of this connection definition." ::= { ConnectionInfoEntry 1 } ConnectionInfoInfo OBJECT-TYPE SYNTAX OBJECT IDENTIFIER ACCESS read-only STATUS mandatory DESCRIPTION "The object identifier of a ModuleEntry that this connection uses." ::= { ConnectionInfoEntry 2 } ConnectionTable OBJECT-TYPE SYNTAX SEQUENCE OF ConnectionEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This table contains administratively set connection inforamatoin for the GCOM SSD." ::= { ssdConfiguration 4 } ConnectionEntry OBJECT-TYPE SYNTAX ConnectionEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entries of ConnectionEntry." INDEX { ConnectionIndex } ::= { ConnectionTable 1 } ConnectionEntry ::= SEQUENCE { ConnectionIndex INTEGER, ConnectionType OCTET STRING, ConnectionName OCTET STRING, ConnectionDefault OCTET STRING } ConnectionIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This is the connection index." ::= { ConnectionEntry 1 } ConnectionType OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..32)) ACCESS read-only STATUS mandatory DESCRIPTION "The module identifier used by this entry." ::= { ConnectionEntry 2 } ConnectionName OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..32)) ACCESS read-only STATUS mandatory DESCRIPTION "The name of the connection this entry applies to." ::= { ConnectionEntry 3 } ConnectionDefault OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..32)) ACCESS read-only STATUS mandatory DESCRIPTION "The name of the connection this entry uses to get it's default connection information from." ::= { ConnectionEntry 4 } GPIConnectionInfoTable OBJECT-TYPE SYNTAX SEQUENCE OF GPIConnectionInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This table contains adminstratively set GPI connection information for the GCOM SSD." ::= { ssdConfiguration 5 } GPIConnectionInfoEntry OBJECT-TYPE SYNTAX GPIConnectionInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entries of GPIConnectionInfoEntry." INDEX { GPIConnectionInfoName } ::= { GPIConnectionInfoTable 1 } GPIConnectionInfoEntry ::= SEQUENCE { GPIConnectionInfoName OCTET STRING, GPIConnectionInfoListenPort OCTET STRING, GPIConnectionInfoInterface OCTET STRING, GPIConnectionInfoLogFile OCTET STRING, GPIConnectionInfoLogSize INTEGER, GPIConnectionInfoLogOptions INTEGER, GPIConnectionInfoFileName OCTET STRING, GPIConnectionInfoMaxMessageSize INTEGER } GPIConnectionInfoName OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..64)) ACCESS read-only STATUS mandatory DESCRIPTION "The name assigned to this connection." ::= { GPIConnectionInfoEntry 1 } GPIConnectionInfoListenPort OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..64)) ACCESS read-only STATUS mandatory DESCRIPTION "The TCP/IP port on which this connection type listens for incoming connections from an SSD user application." ::= { GPIConnectionInfoEntry 2 } GPIConnectionInfoInterface OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..32)) ACCESS read-only STATUS mandatory DESCRIPTION "The interface name assigned for this connection." ::= { GPIConnectionInfoEntry 3 } GPIConnectionInfoLogFile OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..256)) ACCESS read-only STATUS mandatory DESCRIPTION "This log file that will be used by the SSAPI. If no name is specified SSAPI logging will not occur." ::= { GPIConnectionInfoEntry 4 } GPIConnectionInfoLogSize OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Maximum size of the SSAPI log file. If the value is set to 0 (zero), the log file will not have a maximum size. If the log file size is set to any non-zero value, the log file will wrap back to 0 (zero) when it reaches the specified size." ::= { GPIConnectionInfoEntry 5 } GPIConnectionInfoLogOptions OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The types of things that will be logged by the SSAPI into the SSAPI log file." ::= { GPIConnectionInfoEntry 6 } GPIConnectionInfoFileName OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..256)) ACCESS read-only STATUS mandatory DESCRIPTION "If using UNIX domain sockets, the name of the file on which connections will be accepted." ::= { GPIConnectionInfoEntry 7 } GPIConnectionInfoMaxMessageSize OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The maximum size (in bytes) of a message using this connection." ::= { GPIConnectionInfoEntry 8 } ProbeConnectionInfoTable OBJECT-TYPE SYNTAX SEQUENCE OF ProbeConnectionInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This table contains adminstratively set PROBE connection information for the GCOM SSD." ::= { ssdConfiguration 6 } ProbeConnectionInfoEntry OBJECT-TYPE SYNTAX ProbeConnectionInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entries of ProbeConnectionInfoEntry." INDEX { ProbeConnectionInfoName } ::= { ProbeConnectionInfoTable 1 } ProbeConnectionInfoEntry ::= SEQUENCE { ProbeConnectionInfoName OCTET STRING, ProbeConnectionInfoPort INTEGER, ProbeConnectinInfoDebugLevel INTEGER } ProbeConnectionInfoName OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..32)) ACCESS read-only STATUS mandatory DESCRIPTION "The refernce name assigned to the connection." ::= { ProbeConnectionInfoEntry 1 } ProbeConnectionInfoPort OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The TCP/IP port on which the SSD will listen for connections to the probe information port from a telnet client." ::= { ProbeConnectionInfoEntry 2 } ProbeConnectionInfoDebugLevel OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The debug level that will be used for the connection." ::= { ProbeConnectionInfoEntry 3 } BSCConnectionInfoTable OBJECT-TYPE SYNTAX SEQUENCE OF BSCConnectionInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This table contains administratively set Bisync connection information for the GCOM SSD." ::= { ssdConfiguration 7 } BSCConnectionInfoEntry OBJECT-TYPE SYNTAX BSCConnectionInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entries of BSCConnectionInfoEntry." INDEX { BSCConnectionInfoName } ::= { BSCConnectionInfoTable 1 } BSCConnectionInfoEntry ::= SEQUENCE { BSCConnectionInfoName OCTET STRING, BSCConnectionInfoLogFile OCTET STRING, BSCConnectionInfoLogSize INTEGER, BSCConnectionInfoLogOptions INTEGER, BSCConnectionInfoStationAddress INTEGER, BSCConnectionInfoRemoteAddress INTEGER, BSCConnectionInfoProtocol INTEGER, BSCConnectionInfoHostMOde INTEGER, BSCConnectionInfoLineNumber INTEGER, BSCConnectionInfoMaxMessageSize INTEGER } BSCConnectionInfoName OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..32)) ACCESS read-only STATUS mandatory DESCRIPTION "The name assigned to this connection." ::= { BSCConnectionInfoEntry 1 } BSCConnectionInfoLogFile OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..256)) ACCESS read-only STATUS mandatory DESCRIPTION "The name of the log file to which NPI will write logging information. If this is a null string, NPI logging will not occur." ::= { BSCConnectionInfoEntry 2 } BSCConnectionInfoLogSize OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The maximum size, in bytes, of the NPI log file. If the value is set to 0 (zero), the log file will have no maximum. If set to any positive value the log file will wrap back to the beginning when it reaches the maximum size." ::= { BSCConnectionInfoEntry 3 } BSCConnectionInfoLogOptions OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The types of things that will be written to the log file by NPI. If set to 0 (zero), no logging will occur." ::= { BSCConnectionInfoEntry 4 } BSCConnectionInfoStationAddress OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The address of this station." ::= { BSCConnectionInfoEntry 5 } BSCConnectionInfoRemoteAddress OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The address of the remote station." ::= { BSCConnectionInfoEntry 6 } BSCConnectionInfoProtocol OBJECT-TYPE SYNTAX INTEGER { BSC2780(2780), BSC3270(3270), BSC3780(3780) } ACCESS read-only STATUS mandatory DESCRIPTION "The BiSync prototcol used for this connection." ::= { BSCConnectionInfoEntry 7 } BSCConnectionInfoHostMode OBJECT-TYPE SYNTAX INTEGER { no(0), yes(1) } ACCESS read-only STATUS mandatory DESCRIPTION "Only valid with 3270 protocol. Determines whether or not the connection is in host mode." ::= { BSCConnectionInfoEntry 8 } BSCConnectionInfoLineNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The rs232 line number that will be used for this connection." ::= { BSCConnectionInfoEntry 9 } BSCConnectionInfoMaxMessageSize OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The maximum size in bytes for messages on this line." ::= { BSCConnectionInfoEntry 10 } LinkLayerConnectionInfoTable OBJECT-TYPE SYNTAX SEQUENCE OF LinkLayerConnectionInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This table contains administratively set Link Layer connectin informtion for the GCOM SSD." ::= { ssdConfiguration 8 } LinkLayerConnectionInfoEntry OBJECT-TYPE SYNTAX LinkLayerConnectionInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entries of LinkLayerConnectionInfoEntry." INDEX { LinkLayerConnectionInfoName } ::= { LinkLayerConnectionInfoTable 1 } LinkLayerConnectionInfoEntry ::= SEQUENCE { LinkLayerConnectionInfoName OCTET STRING, LinkLayerConnectionInfoLogFile OCTET STRING, LinkLayerConnectionInfoLogSize INTEGER, LinkLayerConnectionInfoLogOptions INTEGER, LinkLayerConnectionInfoLineNumber INTEGER, LinkLayerConnectionInfoLocalSAP INTEGER, LinkLayerConnectionInfoRemoteSAP INTEGER, LinkLayerConnectionInfoConnectRetry INTEGER, LinkLayerConnectionInfoRetryDelay INTEGER, LinkLayerConnectionInfoUnnumbered INTEGER, LinkLayerConnectionInfoListen INTEGER, LinkLayerConnectionInfoMaxMessageSize INTEGER } LinkLayerConnectionInfoName OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..32)) ACCESS read-only STATUS mandatory DESCRIPTION "The name assigned to the connection." ::= { LinkLayerConnectionInfoEntry 1 } LinkLayerConnectionInfoLogFile OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..256)) ACCESS read-only STATUS mandatory DESCRIPTION "The log file that will be used by DLPI. If no log file name is specified, DLPI logging will be disabled." ::= { LinkLayerConnectionInfoEntry 2 } LinkLayerConnectionInfoLogSize OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The maximum size, in bytes, of the DLPI log file. If set to 0 (zero), DLPI logging will be disabled. If set to any positive value, the log file will wrap back to the beginning when the specified size is reached." ::= { LinkLayerConnectionInfoEntry 3 } LinkLayerConnectionInfoLogOptions OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The types of things that will be logged by DLPI." ::= { LinkLayerConnectionInfoEntry 4 } LinkLayerConnectionInfoLineNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The rs232 line number on which this connection will be used." ::= { LinkLayerConnectionInfoEntry 5 } LinkLayerConnectionInfoLocalSAP OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The local SAP used for this connection." ::= { LinkLayerConnectionInfoEntry 6 } LinkLayerConnectionInfoRemoteSAP OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The remote SAP used for this connection." ::= { LinkLayerConnectionInfoEntry 7 } LinkLayerConnectionInfoConnectRetry OBJECT-TYPE SYNTAX INTEGER { ConnectRetryDisabled(0), ConnectRetryEnabled(1) } ACCESS read-only STATUS mandatory DESCRIPTION "Determines whether or not connection will be retried." ::= { LinkLayerConnectionInfoEntry 8 } LinkLayerConnectionInfoRetryDelay OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of milliseconds that must elapse before a retry is attempted." ::= { LinkLayerConnectionInfoEntry 9 } LinkLayerConnectionInfoUnnumbered OBJECT-TYPE SYNTAX INTEGER { NoUnnumberedIFrames(0), UnnumberedIFrames(1) } ACCESS read-only STATUS mandatory DESCRIPTION "Determines whether or not un-numbered I-frames will be used." ::= { LinkLayerConnectionInfoEntry 10 } LinkLayerConnectionInfoListen OBJECT-TYPE SYNTAX INTEGER { NotListener(0), Listener(1) } ACCESS read-only STATUS mandatory DESCRIPTION "Determines whether or not this connection is a listening type connection." ::= { LinkLayerConnectionInfoEntry 11 } LinkLayerConnectionInfoMaxMessageSize OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Determines the maximum size, in bytes, of messages that may be used on this connection." ::= { LinkLayerConnectionInfoEntry 12 } LU62ConnectionInfoTable OBJECT-TYPE SYNTAX SEQUENCE OF LU62ConnectionInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This table contains administratively set LU62 connection informtion for the GCOM SSD." ::= { ssdConfiguration 9 } LU62ConnectionInfoEntry OBJECT-TYPE SYNTAX LU62ConnectionInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entries of LU62ConnectionInfoEntry." INDEX { LU62ConnectionInfoName } ::= { LU62ConnectionInfoTable 1 } LU62ConnectionInfoEntry ::= SEQUENCE { LU62ConnectionInfoName OCTET STRING, LU62ConnectionInfoLogFile OCTET STRING, LU62ConnectionInfoLogSize INTEGER, LU62ConnectionInfoLogOptions INTEGER, LU62ConnectionInfoPUID INTEGER, LU62ConnectionInfoSendCNOS INTEGER, LU62ConnectionInfoSessionLimit INTEGER, LU62ConnectionInfoContentionWinnerRemote INTEGER, LU62ConnectionInfoContentionWinnerLocal INTEGER, LU62ConnectionInfoAllocateData INTEGER, LU62ConnectionInfoSyncLevel INTEGER, LU62ConnectionInfoLogicalRecordToPeer INTEGER, LU62ConnectionInfoLogicalRecordFromPeer INTEGER, LU62ConnectionInfoDataFormatToPeer INTEGER, LU62ConnectionInfoSetCEBI INTEGER, LU62ConnectionInfoLUName OCTET STRING, LU62ConnectionInfoModeName OCTET STING, LU62ConnectionInfoConnectionType INTEGER, LU62ConnectionInfoDataACKOptions INTEGER, LU62ConnectionInfoASCIITranslate INTEGER, LU62ConnectionInfoPUAddr INTEGER, LU62ConnectionInfoConversationType INTEGER, LU62ConnectionInfoPasswordCnt INTEGER, LU62ConnectionInfoSubstitutedPasswd INTEGER, LU62ConnectionInfoSenseCodeOptions INTEGER, LU62ConnectionInfoEncryptionOptions INTEGER, LU62ConnectionInfoUserLU62Flags INTEGER, LU62ConnectionInfoMaxMsgSize INTEGER, LU62ConnectionInfoXLATPswd INTEGER, LU62ConnectionInfoUserProfileCount INTEGER, LU62ConnectionInfoUseLUW INTEGER, LU62ConnectionInfoLUWCorrelatorField INTEGER, LU62ConnectionInfoLUWSeqNumField INTEGER, LU62ConnectionInfoLUWAttachSeqNumField INTEGER, LU62ConnectionInfoAttachSecurityField INTEGER, LU62ConnectionInfoTPNName OCTET STRING, LU62ConnectionInfoUserID OCTET STRING, LU62ConnectionInfoPassword OCTET STRING, LU62ConnectionInfoNetID OCTET STRING, LU62ConnectionInfoUserProfile OCTET STRING } LU62ConnectionInfoName OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..32)) ACCESS read-only STATUS mandatory DESCRIPTION "This name assigned to the LU62 connection." ::= { LU62ConnectionInfoEntry 1 } LU62ConnectionInfoLogFile OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..256)) ACCESS read-only STATUS mandatory DESCRIPTION "The name of the log file that will be used by the LU62 API. If no name is specified, LU62 API logging will be disabled." ::= { LU62ConnectionInfoEntry 2 } LU62ConnectionInfoLogSize OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Maximum size, in bytes, of the LU62 log file. If the size is set to 0 (zero), logging by the LU62 API will be disabled. If set to a positive value, the log will wrap back to 0 (zero) when it reaches the specified size." ::= { LU62ConnectionInfoEntry 3 } LU62ConnectionInfoLogOptions OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The types of LU62 API things that will be logged to the LU62 log file. If the value is set to 0 (zero), LU62 API logging will be disabled." ::= { LU62ConnectionInfoEntry 4 } LU62ConnectionInfoSendCNOS OBJECT-TYPE SYNTAX INTEGER { DontSendCNOS(0), SendCNOS(1) } ACCESS read-only STATUS mandatory DESCRIPTION "Determines whether or not CNOS will be sent for this connection." ::= { LU62ConnectionInfoEntry 5 } LU62ConnectionInfoSessionLimit OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Determines the session limit for this connection." ::= { LU62ConnectionInfoEntry 6 } LU62ConnectionInfoContentionWinnerRemote OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is, ask Carl." ::= { LU62ConnectionInfoEntry 7 } LU62ConnectionInfoContentionwinnerLocal OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is, ask Carl." ::= { LU62ConnectionInfoEntry 8 } LU62ConnectionInfoAllocateData OBJECT-TYPE SYNTAX INTEGER { DontAllocateData(0), AllocateData(1) } ACCESS read-only STATUS mandatory DESCRIPTION "Determines whether or not data will be allocated." ::= { LU62ConnectionInfoEntry 9 } LU62ConnectionInfoSyncLevel OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is, ask Carl." ::= { LU62ConnectionInfoEntry 10 } LU62ConnectionInfoLogicalRecordToPeer OBJECT-TYPE SYNTAX INTEGER { no(0), yes(1) } ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is, ask Carl." ::= { LU62ConnectionInfoEntry 11 } LU62ConnectionInfoLogicalRecordFromPeer OBJECT-TYPE SYNTAX INTEGER { no(0), yes(1) } ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is, ask Carl." ::= { LU62ConnectionInfoEntry 12 } LU62ConnectionInfoDataFormatToPeer OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is, ask Carl." ::= { LU62ConnectionInfoEntry 13 } LU62ConnectionInfoSetCEBI OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is, ask Carl." ::= { LU62ConnectionInfoEntry 14 } LU62ConnectionInfoLUName OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..32)) ACCESS read-only STATUS mandatory DESCRIPTION "Sets the LU name for this connection." ::= { LU62ConnectionInfoEntry 15 } LU62ConnectionInfoModeName OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..32)) ACCESS read-only STATUS mandatory DESCRIPTION "Sets the mode name for this connection." ::= { LU62ConnectionInfoEntry 16 } LU62ConnectionInfoConnectionType OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is, ask Carl." ::= { LU62ConnectionInfoEntry 17 } LU62ConnectionInfoDataACKOptions OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is, ask Carl." ::= { LU62ConnectionInfoEntry 18 } LU62ConnectionInfoASCIITranslate OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is, ask Carl." ::= { LU62ConnectionInfoEntry 19 } LU62ConnectionInfoPUAddr OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is, ask Carl." ::= { LU62ConnectionInfoEntry 20 } LU62ConnectionInfoConversationType OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is, ask Carl." ::= { LU62ConnectionInfoEntry 21 } LU62ConnectionInfoPasswordCnt OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is, ask Carl." ::= { LU62ConnectionInfoEntry 22 } LU62ConnectionInfoSubstitutedPasswd OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is, ask Carl." ::= { LU62ConnectionInfoEntry 23 } LU62ConnectionInfoSenseCodeOptions OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is, ask Carl." ::= { LU62ConnectionInfoEntry 24 } LU62ConnectionInfoEncryptionOptions OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is, ask Carl." ::= { LU62ConnectionInfoEntry 25 } LU62ConnectionInfoUserLU62Flags OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is, ask Carl." ::= { LU62ConnectionInfoEntry 26 } LU62ConnectionInfoMaxMsgSize OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is, ask Carl." ::= { LU62ConnectionInfoEntry 27 } LU62ConnectionInfoXLATPswd OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is, ask Carl." ::= { LU62ConnectionInfoEntry 28 } LU62ConnectionInfoUserProfileCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is, ask Carl." ::= { LU62ConnectionInfoEntry 29 } LU62ConnectionInfoUseLUW OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is, ask Carl." ::= { LU62ConnectionInfoEntry 30 } LU62ConnectionInfoLUWCorrelatorField OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is, ask Carl." ::= { LU62ConnectionInfoEntry 31 } LU62ConnectionInfoLUWSeqNumField OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is, ask Carl." ::= { LU62ConnectionInfoEntry 32 } LU62ConnectionInfoLUWAttachSeqNumField OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is, ask Carl." ::= { LU62ConnectionInfoEntry 33 } LU62ConnectionInfoAttachSecurityField OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is, ask Carl." ::= { LU62ConnectionInfoEntry 34 } LU62ConnectionInfoTPNName OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..32)) ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is, ask Carl." ::= { LU62ConnectionInfoEntry 35 } LU62ConnectionInfoUserID OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..32)) ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is, ask Carl." ::= { LU62ConnectionInfoEntry 36 } LU62ConnectionInfoPassword OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..32)) ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is, ask Carl." ::= { LU62ConnectionInfoEntry 37 } LU62ConnectionInfoNetID OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..32)) ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is, ask Carl." ::= { LU62ConnectionInfoEntry 38 } LU62ConnectionInfoUserProfile OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..32)) ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is, ask Carl." ::= { LU62ConnectionInfoEntry 39 } RawFrameConnectionInfoTable OBJECT-TYPE SYNTAX SEQUENCE OF RawFrameConnectionInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This table contains administratively set RawFrame connectin informtion for the GCOM SSD." ::= { ssdConfiguration 10 } RawFrameConnectionInfoEntry OBJECT-TYPE SYNTAX RawFrameConnectionInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entries of RawFrameConnectionInfoEntry." INDEX { RawFrameConnectionInfoName } ::= { RawFrameConnectionInfoTable 1 } RawFrameConnectionInfoEntry ::= SEQUENCE { RawFrameConnectionInfoName OCTET STRING, RawFrameConnectionInfoLogFile OCTET STRING, RawFrameConnectionInfoLogSize INTEGER, RawFrameConnectionInfoLogOptions INTEGER, RawFrameConnectionInfoLineNumber INTEGER, RawFrameConnectionInfoMaxMessageSize INTEGER, RawFrameConnectionInfoAllowBadDataSOP INTEGER, RawFrameConnectionInfoAllowModemSignalsSOP INTEGER } RawFrameConnectionInfoName OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..32)) ACCESS read-only STATUS mandatory DESCRIPTION "This name assigned to the raw frame connection." ::= { RawFrameConnectionInfoEntry 1 } RawFrameConnectionInfoLogFile OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..256)) ACCESS read-only STATUS mandatory DESCRIPTION "The name of the log file that will be used by the CDI API. If no name is specified, CDI API logging will be disabled." ::= { RawFrameConnectionInfoEntry 2 } RawFrameConnectionInfoLogSize OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Maximum size, in bytes, of the CDI log file. If the size is set to 0 (zero), logging by the CDI API will be disabled. If set to a positive value, the log will wrap back to 0 (zero) when it reaches the specified size." ::= { RawFrameConnectionInfoEntry 3 } RawFrameConnectionInfoLogOptions OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The types of CDI API things that will be logged to the CDI log file. If the value is set to 0 (zero), CDI API logging will be disabled." ::= { RawFrameConnectionInfoEntry 4 } RawFrameConnectionInfoLineNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The rs232 line number that will be used for this connection." ::= { RawFrameConnectionInfoEntry 5 } RawFrameConnectionInfoMaxMessageSize OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The maximum size, in bytes, for a message using this connection." ::= { RawFrameConnectionInfoEntry 6 } RawFrameConnectionInfoAllowBadDataSOP OBJECT-TYPE SYNTAX INTEGER { no(0), yes(1) } ACCESS read-only STATUS mandatory DESCRIPTION "Determines whether or not SS_OP_SPECIAL:SS_SOP_BAD_DATA... messages are sent to a client when bad data is detected." ::= { RawFrameConnectionInfoEntry 7 } RawFrameConnectionInfoAllowModemSignalsSOP OBJECT-TYPE SYNTAX INTEGER { no(0), yes(1) } ACCESS read-only STATUS mandatory DESCRIPTION "Determines whether or not SS_OP_SPECIAL:SS_SOP_MODEM_SIGS messages are sent to a client when modem signal events occur." ::= { RawFrameConnectionInfoEntry 8 } LU03ConnectionInfoTable OBJECT-TYPE SYNTAX SEQUENCE OF LU03ConnectionInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This table contains administratively set LU03 connectin informtion for the GCOM SSD." ::= { ssdConfiguration 11 } LU03ConnectionInfoEntry OBJECT-TYPE SYNTAX LU03ConnectionInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entries of LU03ConnectionInfoEntry." INDEX { LU03ConnectionInfoName } ::= { LU03ConnectionInfoTable 1 } LU03ConnectionInfoEntry ::= SEQUENCE { LU03ConnectionInfoName OCTET STRING, LU03ConnectionInfoLogFile OCTET STRING, LU03ConnectionInfoLogSize INTEGER, LU03ConnectionInfoLogOptions INTEGER, LU03ConnectionInfoPUID INTEGER, LU03ConnectionInfoLUAddress INTEGER, LU03ConnectionInfoPrimary INTEGER, LU03ConnectionInfoUserData OCTET STRING, LU03ConnectionInfoControlVectors OCTET STRING, LU03ConnectionInfoModeName OCTET STRING, LU03ConnectionInfoDLUName OCTET STRING, LU03ConnectionInfoStrfldsInUserd OCTET STRING, LU03ConnectionInfoSendUserInit INTEGER, LU03ConnectionInfoDLUQueuePpt INTEGER, LU03ConnectionInfoURC OCTET STRING, LU03ConnectionInfoASCIITranslate INTEGER, LU03ConnectionInfoMaxMessageSize INTEGER, LU03ConnectionInfoSendPacing INTEGER, LU03ConnectionInfoReceivePacing INTEGER, LU03ConnectionInfoFMUsagePrimary INTEGER, LU03ConnectionInfoFMUsageSecondary INTEGER, LU03ConnectionInfoFMUsageCommonPrimary INTEGER, LU03ConnectionInfoFMUsageCommonSecondary INTEGER, LU03ConnectionInfoSendBind INTEGER, LU03ConnectionInfoLUType INTEGER, LU03ConnectionInfoLUOptions INTEGER, LU03ConnectionInfoDataACKOptions INTEGER, LU03ConnectionInfoSenseCodeOptions INTEGER, LU03ConnectionInfoEncryptionOptions INTEGER, LU03ConnectionInfoUserSNAFlags INTEGER, LU03ConnectionInfoPLUName OCTET STRING, LU03ConnectionInfoUNO INTEGER } LU03ConnectionInfoName OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..32)) ACCESS read-only STATUS mandatory DESCRIPTION "This name assigned to the LU0-3 connection." ::= { LU03ConnectionInfoEntry 1 } LU03ConnectionInfoLogFile OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..256)) ACCESS read-only STATUS mandatory DESCRIPTION "The name of the log file that will be used by the SNA API. If no name is specified, SNA API logging will be disabled." ::= { LU03ConnectionInfoEntry 2 } LU03ConnectionInfoLogSize OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Maximum size, in bytes, of the LU0-3 log file. If the size is set to 0 (zero), logging by the SNA API will be disabled. If set to a positive value, the log will wrap back to 0 (zero) when it reaches the specified size." ::= { LU03ConnectionInfoEntry 3 } LU03ConnectionInfoLogOptions OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The types of SNA API things that will be logged to the SNA log file. If the value is set to 0 (zero), SNA API logging will be disabled." ::= { LU03ConnectionInfoEntry 4 } LU03ConnectionInfoPUID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The PU Identification for the connection." ::= { LU03ConnectionInfoEntry 5 } LU03ConnectionInfoLUAddress OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The LU Address for the connection." ::= { LU03ConnectionInfoEntry 6 } LU03ConnectionInfoPrimary OBJECT-TYPE SYNTAX INTEGER { Secondary(0), Primary(1) } ACCESS read-only STATUS mandatory DESCRIPTION "Determines whether the connection is a primary or secondary connection." ::= { LU03ConnectionInfoEntry 7 } LU03ConnectionInfoUserData OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is. Ask Rob." ::= { LU03ConnectionInfoEntry 8 } LU03ConnectionInfoControlVectors OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is. Ask Rob." ::= { LU03ConnectionInfoEntry 9 } LU03ConnectionInfoModeName OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is. Ask Rob." ::= { LU03ConnectionInfoEntry 10 } LU03ConnectionInfoDLUName OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is. Ask Rob." ::= { LU03ConnectionInfoEntry 11 } LU03ConnectionInfoStrfldsInUserd OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is. Ask Rob." ::= { LU03ConnectionInfoEntry 12 } LU03ConnectionInfoSendUserInit OBJECT-TYPE SYNTAX INTEGER { no(0), yes(1) } ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is. Ask Rob." ::= { LU03ConnectionInfoEntry 13 } LU03ConnectionInfoDLUQueuePpt OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is. Ask Rob." ::= { LU03ConnectionInfoEntry 14 } LU03ConnectionInfoURC OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is. Ask Rob." ::= { LU03ConnectionInfoEntry 15 } LU03ConnectionInfoASCIITranslate OBJECT-TYPE SYNTAX INTEGER { no(0), yes(1) } ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is. Ask Rob." ::= { LU03ConnectionInfoEntry 16 } LU03ConnectionInfoMaxMessageSize OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is. Ask Rob." ::= { LU03ConnectionInfoEntry 17 } LU03ConnectionInfoSendPacing OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is. Ask Rob." ::= { LU03ConnectionInfoEntry 18 } LU03ConnectionInfoReceivePacing OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is. Ask Rob." ::= { LU03ConnectionInfoEntry 19 } LU03ConnectionInfoFMUsagePrimary OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is. Ask Rob." ::= { LU03ConnectionInfoEntry 20 } LU03ConnectionInfoFMUsageSecondary OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is. Ask Rob." ::= { LU03ConnectionInfoEntry 21 } LU03ConnectionInfoFMUsageCommonPrimary OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is. Ask Rob." ::= { LU03ConnectionInfoEntry 22 } LU03ConnectionInfoFMUsageCommonSecondary OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is. Ask Rob." ::= { LU03ConnectionInfoEntry 23 } LU03ConnectionInfoSendBind OBJECT-TYPE SYNTAX INTEGER { no(0), yes(1) } ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is. Ask Rob." ::= { LU03ConnectionInfoEntry 24 } LU03ConnectionInfoLUType OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is. Ask Rob." ::= { LU03ConnectionInfoEntry 25 } LU03ConnectionInfoLUOptions OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is. Ask Rob." ::= { LU03ConnectionInfoEntry 26 } LU03ConnectionInfoDataACKOptions OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is. Ask Rob." ::= { LU03ConnectionInfoEntry 27 } LU03ConnectionInfoSenseCodeOptions OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is. Ask Rob." ::= { LU03ConnectionInfoEntry 28 } LU03ConnectionInfoEncryptionOptions OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is. Ask Rob." ::= { LU03ConnectionInfoEntry 29 } LU03ConnectionInfoUserSNAFlags OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is. Ask Rob." ::= { LU03ConnectionInfoEntry 30 } LU03ConnectionInfoPLUName OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is. Ask Rob." ::= { LU03ConnectionInfoEntry 31 } LU03ConnectionInfoUNO OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "I don't know what this is. Ask Rob." ::= { LU03ConnectionInfoEntry 32 } PUConnectionInfoTable OBJECT-TYPE SYNTAX SEQUENCE OF PUConnectionInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This table contains administratively set PU connectin informtion for the GCOM SSD." ::= { ssdConfiguration 12 } PUConnectionInfoEntry OBJECT-TYPE SYNTAX PUConnectionInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entries of PUConnectionInfoEntry." INDEX { PUConnectionInfoName } ::= { PUConnectionInfoTable 1 } PUConnectionInfoEntry ::= SEQUENCE { PUConnectionInfoName OCTET STRING, PUConnectionInfoType INTEGER, ssdCongPUConnectionInfoPUID INTEGER } PUConnectionInfoName OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..32)) ACCESS read-only STATUS mandatory DESCRIPTION "This name assigned to the PU connection." ::= { PUConnectionInfoEntry 1 } PUConnectionInfoType OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The PU type." ::= { PUConnectionInfoEntry 2 } PUConnectionInfoPUID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The PU Identification." ::= { PUConnectionInfoEntry 3 } X25ConnectionInfoTable OBJECT-TYPE SYNTAX SEQUENCE OF X25ConnectionInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This table contains administratively set X25 connectin informtion for the GCOM SSD." ::= { ssdConfiguration 13 } X25ConnectionInfoEntry OBJECT-TYPE SYNTAX X25ConnectionInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entries of X25ConnectionInfoEntry." INDEX { X25ConnectionInfoName } ::= { X25ConnectionInfoTable 1 } X25ConnectionInfoEntry ::= SEQUENCE { X25ConnectionInfoName OCTET STRING, X25ConnectionInfoLogFile OCTET STRING, X25ConnectionInfoLogSize INTEGER, X25ConnectionInfoLogOptions INTEGER, X25ConnectionInfoListenAddress OCTET STRING, X25ConnectionInfoRemoteAddress OCTET STRING, X25ConnectionInfoLineNumber INTEGER, X25ConnectionInfoUseFastSelect INTEGER, X25ConnectionInfoReceiptConfirmation INTEGER, X25ConnectionInfoListen INTEGER, X25ConnectionInfoFacilities OCTET STRING, X25ConnectionInfoResetHandling INTEGER, X25ConnectionInfoUserData OCTET STRING, X25ConnectionInfoUserDataMask OCTET STRING, X25ConnectionInfoFastSelectRestriced INTEGER, X25ConnectionInfoMaxMessageSize INTEGER, X25ConnectionInfoLocalAddress OCTET STRING } X25ConnectionInfoName OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..32)) ACCESS read-only STATUS mandatory DESCRIPTION "This name assigned to the X.25 connection." ::= { X25ConnectionInfoEntry 1 } X25ConnectionInfoLogFile OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..256)) ACCESS read-only STATUS mandatory DESCRIPTION "The name of the log file that will be used by the NPI API. If no name is specified, NPI API logging will be disabled." ::= { X25ConnectionInfoEntry 2 } X25ConnectionInfoLogSize OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Maximum size, in bytes, of the LU0-3 log file. If the size is set to 0 (zero), logging by the NPI API will be disabled. If set to a positive value, the log will wrap back to 0 (zero) when it reaches the specified size." ::= { X25ConnectionInfoEntry 3 } X25ConnectionInfoLogOptions OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The types of NPI API things that will be logged to the NPI log file. If the value is set to 0 (zero), NPI API logging will be disabled." ::= { X25ConnectionInfoEntry 4 } X25ConnectionInfoListenAddress OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The address from which calls will be accepted." ::= { X25ConnectionInfoEntry 5 } X25ConnectionInfoRemoteAddress OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The X.121 address to call." ::= { X25ConnectionInfoEntry 6 } X25ConnectionInfoLineNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The rs232 line number on which this connection operates. If the value is 0 (zero), the first free line will be used." ::= { X25ConnectionInfoEntry 7 } X25ConnectionInfoUseFastSelect OBJECT-TYPE SYNTAX INTEGER { NoFastSelect(0), DataInData(1), DataInCallReq(2), FastSelectIsError(3) } ACCESS read-only STATUS mandatory DESCRIPTION "Determines whether or not fast select is in use." ::= { X25ConnectionInfoEntry 8 } X25ConnectionInfoReceiptConfirmation OBJECT-TYPE SYNTAX INTEGER { SSDhandled(0), UserHandled(1) } ACCESS read-only STATUS mandatory DESCRIPTION "Determines whether receipt confirmation are handled internally by the SSD or by the using application." ::= { X25ConnectionInfoEntry 9 } X25ConnectionInfoListen OBJECT-TYPE SYNTAX INTEGER { NotListener(0), IsListener(1) } ACCESS read-only STATUS mandatory DESCRIPTION "Determines whether or not the connection is a listening connection or not." ::= { X25ConnectionInfoEntry 10 } X25ConnectionInfoFacilities OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "Facilities" ::= { X25ConnectionInfoEntry 11 } X25ConnectionInfoResetHandling OBJECT-TYPE SYNTAX INTEGER { SendDISC(0), AutoConfirm(1), UserHandled(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Determines how resets are handled. Resets can be handled by sending an SS_OP_DISC_REQ to the using application, automatically confirmed by the SSD, or handled entirely by the using application." ::= { X25ConnectionInfoEntry 12 } X25ConnectionInfoUserData OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "User data to be sent as call request data or user data in fast select calls." ::= { X25ConnectionInfoEntry 13 } X25ConnectionInfoUserDataMask OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "Mask used to mask user data." ::= { X25ConnectionInfoEntry 14 } X25ConnectionInfoFastSelectRestriced OBJECT-TYPE SYNTAX INTEGER { NotRestricted(0), Restricted(1) } ACCESS read-only STATUS mandatory DESCRIPTION "Determines whether or not the response to fast select is a restricted response or not." ::= { X25ConnectionInfoEntry 15 } X25ConnectionInfoMaxMessageSize OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Determines the maximum size (in bytes) of a message for this connection." ::= { X25ConnectionInfoEntry 16 } X25ConnectionInfoLocalAddress OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "Synonym for listen address." ::= { X25ConnectionInfoEntry 17 } ssdCodePath OBJECT-TYPE SYNTAX OBJECT IDENTIFIER ACCESS not-accessible STATUS mandatory DESCRIPTION "SSD Code pathing tree." ::= { ssd 2 } ssdCodePathEnable OBJECT-TYPE SYNTAX INTEGER { disabled(0), enabled(1) } ACCESS read-write STATUS mandatory DESCRIPTION "SSD Code path enable." ::= { ssdCodePath 1 } ssdCodePathTable OBJECT-TYPE SYNTAX SEQUENCE OF ssdCodePathEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This table contains the SSD code path." ::= { ssdCodePath 2 } ssdCodePathEntry OBJECT-TYPE SYNTAX ssdCodePathEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entries of ssdCodePathEntry." INDEX { ssdCodePathLineNumber } ::= { ssdCodePathTable 1 } ssdCodePathEntry ::= SEQUENCE { ssdCodePathLineNumber INTEGER, ssdCodePathLine OCTET STRING } ssdCodePathLineNumber OBJECT-TYPE SYNTAX INTEGER ACCESS not-accessible STATUS mandatory DESCRIPTION "The line number of the code path entry." ::= { ssdCodePathEntry 1 } ssdCodePathLine OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..128)) ACCESS read-only STATUS mandatory DESCRIPTION "Text of a code path line." ::= { ssdCodePathEntry 2 } ssdActiveConnectionTable OBJECT-TYPE SYNTAX SEQUENCE OF ssdActiveConnectionEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Table of active connections." ::= { ssd 3 } ssdActiveConnectionEntry OBJECT-TYPE SYNTAX ssdActiveConnectionEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entries of ssdActiveConnectionEntry." INDEX { ssdActiveConnectionIndex } ::= { ssdActiveConnectionTable 1 } ssdActiveConnectionEntry ::= SEQUENCE { ssdActiveConnectionIndex INTEGER, ssdActiveConnectionName OCTET STRING, ssdActiveConnectionPartnerName OCTET STRING, ssdActiveConnectionBytesIn Counter, ssdActiveConnectionBytesOut Counter, ssdActiveConnectionMessagesIn Counter, ssdActiveConnectionMessagesOut Counter } ssdActiveConnectionIndex OBJECT-TYPE SYNTAX INTEGER ACCESS not-accessible STATUS mandatory DESCRIPTION "The index number of an active SSD connection." ::= { ssdActiveConnectionEntry 1 } ssdActiveConnectionName OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..32)) ACCESS read-only STATUS mandatory DESCRIPTION "The name of the entity on the right side of the active connection." ::= { ssdActiveConnectionEntry 2 } ssdActiveConnectionPartnerName OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..32)) ACCESS read-only STATUS mandatory DESCRIPTION "The name of the entity on the left side of the active connection." ::= { ssdActiveConnectionEntry 3 } ssdActiveConnectionBytesIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of bytes received from the right side by this connection." ::= { ssdActiveConnectionEntry 4 } ssdActiveConnectionBytesOut OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of bytes sent to the right side by this connection." ::= { ssdActiveConnectionEntry 5 } ssdActiveConnectionMessagesIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of messages received from the right side by this connection." ::= { ssdActiveConnectionEntry 6 } ssdActiveConnectionMessagesOut OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of messages sent to the right side by this connection." ::= { ssdActiveConnectionEntry 7 } END