conversation, and the local LU is the target of
the conversation."
::= { appcActiveConvEntry 9 }
appcActiveConvDuplex OBJECT-TYPE
SYNTAX INTEGER {
half(1),
full(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the conversation duplex style in effect for the
conversation.
half Indicates that information can be transferred in
both directions, but only in one direction at a
time.
full Indicates that information can be transferred in
both directions at the same time."
::= { appcActiveConvEntry 10 }
appcActiveConvUpTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The length of time since the conversation started, measured in
hundredths of a second."
::= { appcActiveConvEntry 11 }
appcActiveConvSendBytes OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the number of bytes that was sent on the
conversation. The count includes all SNA RU bytes sent,
including those in the FMH-5 (Attach), FMH-7 (Error
Description), SIGNAL, LUSTAT, and SNA responses; it does not
include SNA TH and RH bytes."
::= { appcActiveConvEntry 12 }
appcActiveConvRcvBytes OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the number of bytes that was received on the
conversation. The count includes all SNA RU bytes sent,
including those in the FMH-5 (Attach), FMH-7 (Error
Description), SIGNAL, LUSTAT, and SNA responses; it does not
include SNA TH and RH bytes."
::= { appcActiveConvEntry 13 }
appcActiveConvUserid OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..10))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The user ID that the initiating program provided in the
incoming attach."
::= { appcActiveConvEntry 14 }
appcActiveConvPcidNauName OBJECT-TYPE
SYNTAX DisplayString (SIZE (0 | 3..17))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The network-qualified NAU name of the
node at which the session and PCID originated. For APPN
and LEN nodes, this is either CP name of the APPN node at
which the origin LU is located or the CP name of the
NN serving the LEN node at which the origin LU is
located. This field is from 3 to 17 characters in
length, including a period (.) which separates the
NetId from the NAU name. A null string indicates
that the value is unknown."
::= { appcActiveConvEntry 15 }
appcActiveConvPcid OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0|8))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The procedure correlation identifier (PCID) of the session.
It is an 8-octet value assigned by the control point providing
session services for the primary LU. A null string indicates
that the value is unknown."
::= { appcActiveConvEntry 16 }
appcActiveConvModeName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..8))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Mode Name used for this conversation.
This is a 1-8 character name."
::= { appcActiveConvEntry 17 }
appcActiveConvLuwIdName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..17))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The SNA name of the LU that initiated the logical unit of work
that is associated with this active TP. This field is from
1 to 17 characters in length, including a period (.) which
separates the NetId from the LU name if the NetId is present."
::= { appcActiveConvEntry 18 }
appcActiveConvLuwIdInstance OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..6))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The instance identifier for the logical unit of work."
::= { appcActiveConvEntry 19 }
appcActiveConvLuwIdSequence OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..2))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The sequence identifier for the logical unit of work."
::= { appcActiveConvEntry 20 }
appcActiveConvTpName OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The transaction program name which started this conversation.
This name could either be from a FMH5 ATTACH for a remotely
started conversation, otherwise it could the name of the local
TP if available.
When the TP name consists entirely of displayable EBCDIC code
points, it is mapped directly to the equivalent ASCII display
string. However, registered TP names always have a non-
displayable EBCDIC code point (value less than or equal to
x'3F') as the first character, so they cannot be directly
mapped to an ASCII display string. These TP names are
converted to a display string that is equivalent to a
hexadecimal display of the EBCDIC code points. For example,
the 2-byte TP name x'06F1' (CNOS) is converted to the 6-byte
ASCII display string '06F1' (including the two single quotes).
This name is NULL if the conversation is started locally
(i.e., not with a FMH5 ATTACH)."
::= { appcActiveConvEntry 21 }
-- *********************************************************************
-- APPC Historical Conversation Table
-- This table contains historical information about APPC
-- conversations that ended abnormally. It is an implementation
-- choice how long to retain information on a given conversation.
-- *********************************************************************
appcHistConvTable OBJECT-TYPE
SYNTAX SEQUENCE OF AppcHistConvEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Table of historical information about APPC Conversations that
ended in error. Possible categories of error conditions that
could be saved in this table are:
- allocation errors,
- deallocate abend,
- program errors, and
- service errors."
::= { appcConversation 2 }
appcHistConvEntry OBJECT-TYPE
SYNTAX AppcHistConvEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Entry representing one APPC Conversation."
INDEX
{ appcHistConvIndex }
::= { appcHistConvTable 1}
AppcHistConvEntry ::= SEQUENCE {
appcHistConvIndex Integer32,
appcHistConvEndTime DateAndTime,
appcHistConvLocLuName DisplayString,
appcHistConvParLuName DisplayString,
appcHistConvTpName DisplayString,
appcHistConvPcidNauName DisplayString,
appcHistConvPcid OCTET STRING,
appcHistConvSenseData SnaSenseData,
appcHistConvLogData OCTET STRING,
appcHistConvEndedBy INTEGER
}
appcHistConvIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Index for entry in Conversation table. This value identifies
the unique index of the conversation. It is recommended that
an Agent not reuse the index of a deactivated conversation for
a significant period of time (e.g. one week)."
::= { appcHistConvEntry 1 }
appcHistConvEndTime OBJECT-TYPE
SYNTAX DateAndTime
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time at which the conversation ended."
::= { appcHistConvEntry 2 }
appcHistConvLocLuName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..17))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name of the local LU for this conversation. This field is
from 1 to 17 characters in length, including a period (.) which
separates the NetId from the NAU name if the NetId is present."
::= { appcHistConvEntry 3 }
appcHistConvParLuName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..17))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The SNA name of the partner LU for the conversation. This
field is from 1 to 17 characters in length, including a period
(.) which separates the NetId from the NAU name if the NetId is
present."
::= { appcHistConvEntry 4 }
appcHistConvTpName OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The transaction program name which started this conversation.
This name could either be from a FMH5 ATTACH for a remotely
started conversation, otherwise it could the name of the local
TP if available.
When the TP name consists entirely of displayable EBCDIC code
points, it is mapped directly to the equivalent ASCII display
string. However, registered TP names always have a non-
displayable EBCDIC code point (value less than or equal to
x'3F') as the first character, so they cannot be directly
mapped to an ASCII display string. These TP names are
converted to a display string that is equivalent to a
hexadecimal display of the EBCDIC code points. For example,
the 2-byte TP name x'06F1' (CNOS) is converted to the 6-byte
ASCII display string '06F1' (including the two single quotes).
This name is NULL if the conversation is started locally
(i.e., not with a FMH5 ATTACH)."
::= { appcHistConvEntry 5 }
appcHistConvPcidNauName OBJECT-TYPE
SYNTAX DisplayString (SIZE (0 | 3..17))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The network-qualified NAU name of the
node at which the session and PCID originated. For APPN
and LEN nodes, this is either CP name of the APPN node at
which the origin LU is located or the CP name of the
NN serving the LEN node at which the origin LU is
located. This field is from 3 to 17 characters in
length, including a period (.) which separates the
NetId from the NAU name. A null string indicates that the
value is unknown."
::= { appcHistConvEntry 6 }
appcHistConvPcid OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0|8))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The procedure correlation identifier (PCID) of the session.
It is an 8-octet value assigned by the control point providing
session services for the primary LU. A null string indicates
that the value is unknown."
::= { appcHistConvEntry 7 }
appcHistConvSenseData OBJECT-TYPE
SYNTAX SnaSenseData
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The sense data associated with the action that ended this
conversation, e.g., FMH-7 or UNBIND."
::= { appcHistConvEntry 8 }
appcHistConvLogData OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The first 32 bytes of the data portion of the Log Data GDS
Variable that is associated with the last FMH-7 that occurred
on this conversation. If there was no Log Data GDS Variable
associated with the FMH-7, this object is null.
This object reflects only the data portion of the Log Data
GDS Variable (i.e. not the LL or GDS Id)."
::= { appcHistConvEntry 9 }
appcHistConvEndedBy OBJECT-TYPE
SYNTAX INTEGER {
localLu(1),
partnerLu(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates which LU ended the conversation."
::= { appcHistConvEntry 10 }
-- *********************************************************************
-- APPC CPIC Admin Table
-- Objects in this table contain default or expected configuration
-- values for CPI-C side information.
-- *********************************************************************
appcCpicAdminTable OBJECT-TYPE
SYNTAX SEQUENCE OF AppcCpicAdminEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"APPC CPI-C side information table."
::= { appcCPIC 1 }
appcCpicAdminEntry OBJECT-TYPE
SYNTAX AppcCpicAdminEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Entry of APPC CPI-C side information Table."
INDEX { appcCpicAdminLocLuName,
appcCpicAdminSymbDestName }
::= { appcCpicAdminTable 1 }
AppcCpicAdminEntry ::= SEQUENCE {
appcCpicAdminLocLuName DisplayString,
appcCpicAdminSymbDestName DisplayString,
appcCpicAdminParLuAlias DisplayString,
appcCpicAdminParLuName DisplayString,
appcCpicAdminModeName DisplayString,
appcCpicAdminTpNameType INTEGER,
appcCpicAdminTpName DisplayString,
appcCpicAdminUserid DisplayString,
appcCpicAdminSecurity INTEGER
}
appcCpicAdminLocLuName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..17))
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The SNA name of the local LU to which this CPI-C side
information definition applies. This field is from 1 to 17
characters in length, including a period (.) which separates
the NetId from the NAU name if the NetId is present.
The reserved value '*ALL' indicates that the definition applies
to all local LUs, and not just to a single local LU."
::= { appcCpicAdminEntry 1 }
appcCpicAdminSymbDestName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..8))
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Specifies the symbolic destination name used by CPI-C
applications to identify this definition."
::= { appcCpicAdminEntry 2 }
appcCpicAdminParLuAlias OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..8))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A local alias for the partner LU. If not known or
not applicable, this object contains a zero-length
string."
::= { appcCpicAdminEntry 3 }
appcCpicAdminParLuName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..17))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The SNA name of the partner LU. This field is from 1 to 17
characters in length, including a period (.) which separates
the NetId from the NAU name if the NetId is present."
::= { appcCpicAdminEntry 4 }
appcCpicAdminModeName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..8))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies the mode name. A mode defines the characteristics
for a group of sessions. The mode name can be blank (8 space
characters)."
::= { appcCpicAdminEntry 5 }
appcCpicAdminTpNameType OBJECT-TYPE
SYNTAX INTEGER {
normal(1),
snaServiceTp(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies whether the TP name in appcCpicAdminTpName
identifies a normal TP or an SNA service TP. In this context,
a normal TP is one with a name consisting only of displayable
characters, while an SNA service TP has a name containing
octets that do not map to displayable characters."
::= { appcCpicAdminEntry 6 }
appcCpicAdminTpName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies the name of the partner TP to be used when a CPI-C
application initiates a conversation specifying this side
information entry.
Display convention
When the TP name consists entirely of displayable EBCDIC
code points, it is mapped directly to the equivalent ASCII
display string. However, registered TP names always have a
non-displayable EBCDIC code point (value less than or equal
to x'3F') as the first character, so they cannot be
directly mapped to an ASCII display string. These TP names
are converted to a display string that is equivalent to a
hexadecimal display of the EBCDIC code points. For
example, the 2-byte TP name x'06F1' (CNOS) is converted to
the 6-byte ASCII display string '06F1' (including the two
single quotes)."
::= { appcCpicAdminEntry 7 }
appcCpicAdminUserid OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..10))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The security userid, if any, associated with the side
information definition."
::= { appcCpicAdminEntry 8 }
appcCpicAdminSecurity OBJECT-TYPE
SYNTAX INTEGER {
none(1),
same(2),
pgm(3),
pgmStrong(4),
distributed(5),
mutual(6)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies the security information to be used for allocating
the conversation.
none - No security information.
same - Use the security environment currently
associated with this TP.
pgm - Use the program-supplied user_id and password.
pgmStrong - Use the program-supplied user_id and password.
The local LU will insure that the password is
not exposed in clear-text form on the physical
network.
distributed - Use the security environment and a distributed
security system to generate the authentication
information for this request. If distributed
security tokens cannot be generated, then fail
the conversation.
mutual - Authenticate both the user to the destination
system and the destination system to the user."
::= { appcCpicAdminEntry 9 }
-- *********************************************************************
-- APPC CPIC Oper Table
-- Objects in this table contain current operational values, such
-- as state values or negotiated parameters, for CPI-C side
-- information.
-- *********************************************************************
appcCpicOperTable OBJECT-TYPE
SYNTAX SEQUENCE OF AppcCpicOperEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"APPC CPI-C side information operational table."
::= { appcCPIC 2 }
appcCpicOperEntry OBJECT-TYPE
SYNTAX AppcCpicOperEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Entry of APPC CPI-C side information Table."
INDEX { appcCpicOperLocLuName,
appcCpicOperSymbDestName }
::= { appcCpicOperTable 1 }
AppcCpicOperEntry ::= SEQUENCE {
appcCpicOperLocLuName DisplayString,
appcCpicOperSymbDestName DisplayString,
appcCpicOperParLuAlias DisplayString,
appcCpicOperParLuName DisplayString,
appcCpicOperModeName DisplayString,
appcCpicOperTpNameType INTEGER,
appcCpicOperTpName DisplayString,
appcCpicOperUserid DisplayString,
appcCpicOperSecurity INTEGER
}
appcCpicOperLocLuName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..17))
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The SNA name of the local LU to which this CPI-C side
information definition applies. This field is from 1 to 17
characters in length, including a period (.) which separates
the NetId from the NAU name if the NetId is present.
The reserved value '*ALL' indicates that the definition applies
to all local LUs, and not just to a single local LU."
::= { appcCpicOperEntry 1 }
appcCpicOperSymbDestName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..8))
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Specifies the symbolic destination name used by CPI-C
applications to identify this definition."
::= { appcCpicOperEntry 2 }
appcCpicOperParLuAlias OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..8))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A local alias for the partner LU. If not known or not
applicable, this object contains a zero-length string."
::= { appcCpicOperEntry 3 }
appcCpicOperParLuName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..17))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The SNA name of the partner LU. This field is from 1 to 17
characters in length, including a period (.) which separates
the NetId from the NAU name if the NetId is present."
::= { appcCpicOperEntry 4 }
appcCpicOperModeName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..8))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies the mode name. A mode defines the characteristics
for a group of sessions. The mode name can be blank (8 space
characters)."
::= { appcCpicOperEntry 5 }
appcCpicOperTpNameType OBJECT-TYPE
SYNTAX INTEGER {
normal(1),
snaServiceTp(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies whether the TP name in appcCpicOperTpName identifies
a normal TP or an SNA service TP. In this context, a normal TP
is one with a name consisting only of displayable characters,
while an SNA service TP has a name containing octets that do
not map to displayable characters."
::= { appcCpicOperEntry 6 }
appcCpicOperTpName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies the name of the partner TP to be used when a CPI-C
application initiates a conversation specifying this side
information entry.
Display convention
When the TP name consists entirely of displayable EBCDIC
code points, it is mapped directly to the equivalent ASCII
display string. However, registered TP names always have
a non-displayable EBCDIC code point (value less than or
equal to x'3F') as the first character, so they cannot be
directly mapped to an ASCII display string. These TP
names are converted to a display string that is equivalent
to a hexadecimal display of the EBCDIC code points. For
example, the 2-byte TP name x'06F1' (CNOS) is converted to
the 6-byte ASCII display string '06F1' (including the two
single quotes)."
::= { appcCpicOperEntry 7 }
appcCpicOperUserid OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..10))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The security userid, if any, associated with the active side
information definition."
::= { appcCpicOperEntry 8 }
appcCpicOperSecurity OBJECT-TYPE
SYNTAX INTEGER {
none(1),
same(2),
pgm(3),
pgmStrong(4),
distributed(5),
mutual(6)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies the security information to be used for allocating
the conversation.
none - No security information.
same - Use the security environment currently
associated with this TP.
pgm - Use the program-supplied user_id and password.
pgmStrong - Use the program-supplied user_id and password.
The local LU will insure that the password is
not exposed in clear-text form on the physical
network.
distributed - Use the security environment and a distributed
security system to generate the authentication
information for this request. If distributed
security tokens cannot be generated, then fail
the conversation.
mutual - Authenticate both the user to the destination
system and the destination system to the user."
::= { appcCpicOperEntry 9 }
-- ***************************************************************
-- Conformance information
-- ***************************************************************
appcConformance OBJECT IDENTIFIER ::= {appcMIB 2 }
appcCompliances OBJECT IDENTIFIER ::= {appcConformance 1 }
appcGroups OBJECT IDENTIFIER ::= {appcConformance 2 }
-- Compliance statements
appcCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for the SNMPv2 entities which
implement the APPC MIB."
MODULE -- this module
-- Unconditionally mandatory groups
MANDATORY-GROUPS {
appcGlobalConfGroup,
appcLluConfGroup,
appcParLuConfGroup,
appcModeConfGroup,
appcTpConfGroup,
appcSessionConfGroup
}
-- Conditionally mandatory groups
GROUP appcControlConfGroup
DESCRIPTION
"The appcControlConfGroup is mandatory only for those
entities which implement activation and deactivation of
specific controls such as statistics collecting and
counting."
GROUP appcCnosConfGroup
DESCRIPTION
"The appcCnosConfGroup is mandatory only for those entities
which implement CNOS. "
GROUP appcCpicConfGroup
DESCRIPTION
"The appcCpicConfGroup is mandatory only for those entities
which implement CPI-C. "
GROUP appcConversationConfGroup
DESCRIPTION
"The appcConversationConfGroup is mandatory only for those
entities which implement session endpoints for non-control
APPC sessions."
-- MIN-ACCESS for objects
OBJECT appcActSessOperState
MIN-ACCESS read-only
DESCRIPTION
"An implementation is not required to support session
deactivation via this object."
::= {appcCompliances 1 }
-- Units of conformance
appcGlobalConfGroup OBJECT-GROUP
OBJECTS {
appcUpTime,
appcDefaultModeName,
appcDefaultLuName,
appcDefaultImplInbndPlu,
appcDefaultMaxMcLlSndSize,
appcDefaultFileSpec,
appcDefaultTpOperation,
appcDefaultTpConvSecRqd,
appcLocalCpName,
appcActiveSessions,
appcActiveHprSessions
}
STATUS current
DESCRIPTION
"A collection of objects providing the instrumentation of APPC
global information and defaults."
::= { appcGroups 1 }
appcLluConfGroup OBJECT-GROUP
OBJECTS {
appcLluAdminDepType,
appcLluAdminLocalAddress,
appcLluAdminSessLimit,
appcLluAdminBindRspMayQ,
appcLluAdminCompression,
appcLluAdminInBoundCompLevel,
appcLluAdminOutBoundCompLevel,
appcLluAdminCompRleBeforeLZ,
appcLluAdminAlias,
appcLluOperDepType,
appcLluOperLocalAddress,
appcLluOperSessLimit,
appcLluOperBindRspMayQ,
appcLluOperCompression,
appcLluOperInBoundCompLevel,
appcLluOperOutBoundCompLevel,
appcLluOperCompRleBeforeLZ,
appcLluOperAlias,
appcLluOperActiveSessions
}
STATUS current
DESCRIPTION
"A collection of objects providing the instrumentation of APPC
local LU6.2s."
::= { appcGroups 2 }
appcParLuConfGroup OBJECT-GROUP
OBJECTS {
appcLuPairAdminParLuAlias,
appcLuPairAdminSessLimit,
appcLuPairAdminSessSec,
appcLuPairAdminSecAccept,
appcLuPairAdminLinkObjId,
appcLuPairAdminParaSessSup,
appcLuPairOperParLuAlias,
appcLuPairOperSessLimit,
appcLuPairOperSessSec,
appcLuPairOperSecAccept,
appcLuPairOperLinkObjId,
appcLuPairOperParaSessSup,
appcLuPairOperParaSessSupLS,
appcLuPairOperState
}
STATUS current
DESCRIPTION
"A collection of objects providing the instrumentation of APPC
partner LUs."
::= { appcGroups 3 }
appcModeConfGroup OBJECT-GROUP
OBJECTS {
appcModeAdminCosName,
appcModeAdminSessEndTpName,
appcModeAdminMaxSessLimit,
appcModeAdminMinCwinLimit,
appcModeAdminMinClosLimit,
appcModeAdminConWinAutoActLmt,
appcModeAdminRecvPacWinSz,
appcModeAdminSendPacWinSz,
appcModeAdminPrefRecvRuSz,
appcModeAdminPrefSendRuSz,
appcModeAdminRecvRuSzUpBnd,
appcModeAdminSendRuSzUpBnd,
appcModeAdminRecvRuSzLoBnd,
appcModeAdminSendRuSzLoBnd,
appcModeAdminSingSessReinit,
appcModeAdminCompression,
appcModeAdminInBoundCompLevel,
appcModeAdminOutBoundCompLevel,
appcModeAdminCompRleBeforeLZ,
appcModeAdminSyncLvl,
appcModeAdminCrypto,
appcModeOperCosName,
appcModeOperSessEndTpName,
appcModeOperSessLimit,
appcModeOperMaxSessLimit,
appcModeOperMinCwinLimit,
appcModeOperMinClosLimit,
appcModeOperConWinAutoActLmt,
appcModeOperRecvPacWinSz,
appcModeOperSendPacWinSz,
appcModeOperPrefRecvRuSz,
appcModeOperPrefSendRuSz,
appcModeOperRecvRuSzUpBnd,
appcModeOperSendRuSzUpBnd,
appcModeOperRecvRuSzLoBnd,
appcModeOperSendRuSzLoBnd,
appcModeOperSingSessReinit,
appcModeOperCompression,
appcModeOperInBoundCompLevel,
appcModeOperOutBoundCompLevel,
appcModeOperCompRleBeforeLZ,
appcModeOperSyncLvl,
appcModeOperCrypto,
appcModeOperSyncLvlLastStart,
appcModeOperCryptoLastStart,
appcModeOperCNOSNeg,
appcModeOperActCwin,
appcModeOperActClos,
appcModeOperPndCwin,
appcModeOperPndClos,
appcModeOperPtmCwin,
appcModeOperPtmClos,
appcModeOperDrainSelf,
appcModeOperDrainPart
}
STATUS current
DESCRIPTION
"A collection of objects providing the instrumentation of APPC
modes."
::= { appcGroups 4 }
appcTpConfGroup OBJECT-GROUP
OBJECTS {
appcTpAdminFileSpec,
appcTpAdminStartParm,
appcTpAdminTpOperation,
appcTpAdminInAttachTimeout,
appcTpAdminRcvAllocTimeout,
appcTpAdminSyncLvl,
appcTpAdminInstLmt,
appcTpAdminStatus,
appcTpAdminLongRun,
appcTpAdminConvType,
appcTpAdminConvDuplex,
appcTpAdminConvSecReq,
appcTpAdminVerPip,
appcTpAdminPipSubNum
}
STATUS current
DESCRIPTION
"A collection of objects providing the instrumentation of APPC
Transaction Programs."
::= { appcGroups 5 }
appcSessionConfGroup OBJECT-GROUP
OBJECTS {
appcActSessPcidCpName,
appcActSessPcid,
appcActSessPluIndicator,
appcActSessModeName,
appcActSessCosName,
appcActSessTransPriority,
appcActSessEnhanceSecSup,
appcActSessSendPacingType,
appcActSessSendRpc,
appcActSessSendNxWndwSize,
appcActSessRecvPacingType,
appcActSessRecvRpc,
appcActSessRecvNxWndwSize,
appcActSessRscv,
appcActSessInUse,
appcActSessMaxSndRuSize,
appcActSessMaxRcvRuSize,
appcActSessSndPacingSize,
appcActSessRcvPacingSize,
appcActSessOperState,
appcActSessUpTime,
appcActSessRtpNceId,
appcActSessRtpTcid,
appcActSessLinkIndex,
appcSessStatsSentFmdBytes,
appcSessStatsSentNonFmdBytes,
appcSessStatsRcvdFmdBytes,
appcSessStatsRcvdNonFmdBytes,
appcSessStatsSentFmdRus,
appcSessStatsSentNonFmdRus,
appcSessStatsRcvdFmdRus,
appcSessStatsRcvdNonFmdRus,
appcSessStatsCtrUpTime,
appcHistSessTime,
appcHistSessType,
appcHistSessLocLuName,
appcHistSessParLuName,
appcHistSessModeName,
appcHistSessUnbindType,
appcHistSessSenseData,
appcHistSessComponentId,
appcHistSessDetectModule,
appcSessRtpSessions
}
STATUS current
DESCRIPTION
"A collection of objects providing the instrumentation of APPC
LU6.2 sessions."
::= { appcGroups 6 }
appcControlConfGroup OBJECT-GROUP
OBJECTS {
appcCntrlAdminStat,
appcCntrlAdminRscv,
appcCntrlAdminTrace,
appcCntrlAdminTraceParm,
appcCntrlOperStat,
appcCntrlOperStatTime,
appcCntrlOperRscv,
appcCntrlOperRscvTime,
appcCntrlOperTrace,
appcCntrlOperTraceTime,
appcCntrlOperTraceParm
}
STATUS current
DESCRIPTION
"A collection of objects providing the instrumentation of APPC
control."
::= { appcGroups 7 }
appcCnosConfGroup OBJECT-GROUP
OBJECTS {
appcCnosCommand,
appcCnosMaxSessLimit,
appcCnosMinCwinLimit,
appcCnosMinClosLimit,
appcCnosDrainSelf,
appcCnosDrainPart,
appcCnosResponsible,
appcCnosForce,
appcCnosTargetLocLuName,
appcCnosTargetParLuName,
appcCnosTargetModeName
}
STATUS current
DESCRIPTION
"A collection of objects providing the instrumentation of APPC
CNOS processing."
::= { appcGroups 8 }
appcCpicConfGroup OBJECT-GROUP
OBJECTS {
appcCpicAdminParLuAlias,
appcCpicAdminParLuName,
appcCpicAdminModeName,
appcCpicAdminTpNameType,
appcCpicAdminTpName,
appcCpicAdminUserid,
appcCpicAdminSecurity,
appcCpicOperParLuAlias,
appcCpicOperParLuName,
appcCpicOperModeName,
appcCpicOperTpNameType,
appcCpicOperTpName,
appcCpicOperUserid,
appcCpicOperSecurity
}
STATUS current
DESCRIPTION
"A collection of objects providing the instrumentation of APPC
CPI-C side information."
::= { appcGroups 9 }
appcConversationConfGroup OBJECT-GROUP
OBJECTS {
appcActiveConvId,
appcActiveConvState,
appcActiveConvType,
appcActiveConvCorrelator,
appcActiveConvSyncLvl,
appcActiveConvSource,
appcActiveConvDuplex,
appcActiveConvUpTime,
appcActiveConvSendBytes,
appcActiveConvRcvBytes,
appcActiveConvUserid,
appcActiveConvPcidNauName,
appcActiveConvPcid,
appcActiveConvModeName,
appcActiveConvLuwIdName,
appcActiveConvLuwIdInstance,
appcActiveConvLuwIdSequence,
appcActiveConvTpName,
appcHistConvEndTime,
appcHistConvLocLuName,
appcHistConvParLuName,
appcHistConvTpName,
appcHistConvPcidNauName,
appcHistConvPcid,
appcHistConvSenseData,
appcHistConvLogData,
appcHistConvEndedBy
}
STATUS current
DESCRIPTION
"A collection of objects providing the instrumentation of APPC
conversations."
::= { appcGroups 10 }
-- end of conformance statement
END
5. Acknowledgments
This MIB module is the product of the SNA NAU MIB Working Group.
Special thanks to Wayne Clark, Cisco Systems; Rich Daugherty, IBM
Corporation; and Leo Temoshenko, IBM Corporation, for their
contributions and review.
6. References
[1] IBM, Systems Network Architecture Technical Overview, GC30-3073-4,
January, 1994.
[2] SNMPv2 Working Group, Case, J., McCloghrie, K., Rose, M., and S.
Waldbusser, "Structure of Management Information for version 2 of
the Simple Network Management Protocol (SNMPv2)", RFC1902, January
1996.
[3] SNMPv2 Working Group, Case, J., McCloghrie, K., Rose, M., and S.
Waldbusser, "Textual Conventions for Version 2 of the Simple
Network Management Protocol (SNMPv2)", RFC1903, January 1996.
[4] SNMPv2 Working Group, Case, J., McCloghrie, K., Rose, M., and S.
Waldbusser, "Conformance Statements for Version 2 of the Simple
Network Management Protocol (SNMPv2)", RFC1904, January 1996.
[5] IBM, Systems Network Architecture Transaction Programmer's
Reference for LU Type 6.2, GC30-3084-05, June, 1993.
[6] IBM, Common Programming Interface Communications Specification 2.0,
SC31-6180-01, June, 1994.
[7] Kielczewski, Z., Kostick D., and K. Shih, "Definition of Managed
Objects for SNA NAUs using SMIv2", RFC1666, Eicon Technology
Corporation, Bell Communications Research, Novell, August 1994.
7. Security Considerations
Security issues are not discussed in this memo.
8. Authors' Addresses
Michael Allen
Wall Data Inc.
P.O.Box 1120, WA 98019, USA
Phone: +1 206 844 3505
EMail: mallen@hq.walldata.com
Bob Clouston
Cisco Systems
7025 Kit Creek Road
PO Box 14987
Research Triangle Park, NC 27709, USA
Phone: +1 919 472 2333
EMail: clouston@cisco.com
Zbigniew Kielczewski
Cisco Systems
7025 Kit Creek Road
PO Box 14987
Research Triangle Park, NC 27709, USA
Phone: +1 919 472 2326
EMail: zbig@cisco.com
William Kwan
Jupiter Technology Inc.
200 Prospect St.
Waltham, MA 02254
Phone: 1 617 894-9300 x423
EMail: billk@jti.com
Bob Moore
IBM Corporation
800 Park Offices Drive
E87/664
P.O. Box 12195
Research Triangle Park, NC 27709, USA
Phone: 1 919 254 4436
EMail: remoore@ralvm6.vnet.ibm.com