📄 rfc2051.txt
字号:
-- Control Oper
-- These objects contain the actual states of the controls.
-- *********************************************************************
appcCntrlOperGroup OBJECT IDENTIFIER ::= { appcGlobal 2 }
appcCntrlOperStat OBJECT-TYPE
SYNTAX INTEGER {
notActive(1),
active(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the current collection options in effect:
notActive collection of counters is not active.
active collection of counters is active.
Statistical entries are present in the appcSessStatsTable
only when the value of this object is 'active'."
::= { appcCntrlOperGroup 1 }
appcCntrlOperStatTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Time since the appcCntrlOperStat object last changed.
This time is in hundreds of a second."
::= { appcCntrlOperGroup 2 }
appcCntrlOperRscv OBJECT-TYPE
SYNTAX INTEGER {
notActive(1),
active(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the current collection options in effect:
notActive collection of route selection control vectors
is not active.
active collection of route selection control vectors
is active."
Allen, et. al. Standards Track [Page 14]
RFC 2051 SNANAU APPC MIB using SMIv2 October 1996
::= { appcCntrlOperGroup 3 }
appcCntrlOperRscvTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Time since the appcCntrlOperRscv object last changed.
This time is in hundreds of a second."
::= { appcCntrlOperGroup 4 }
appcCntrlOperTrace OBJECT-TYPE
SYNTAX INTEGER {
notActive(1),
active(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the current state of tracing:
notActive collection of tracing information is not active.
active collection of tracing information is active."
::= { appcCntrlOperGroup 5 }
appcCntrlOperTraceTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Time since the appcCntrlOperTrace object last changed.
This time is in hundreds of a second."
::= { appcCntrlOperGroup 6 }
appcCntrlOperTraceParm OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..128))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies the parameter used in conjunction with activating
tracing. The actual content is implementation dependent."
::= { appcCntrlOperGroup 7 }
-- ******************************************************************
Allen, et. al. Standards Track [Page 15]
RFC 2051 SNANAU APPC MIB using SMIv2 October 1996
--
-- APPC global settings
--
-- ******************************************************************
appcGlobalObjects OBJECT IDENTIFIER ::= { appcGlobal 3 }
appcUpTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time, in hundredths of a second, since the
APPC portion of the system was last reinitialized."
::= { appcGlobalObjects 1 }
appcDefaultModeName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..8))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies the mode name to be used under the following
conditions:
When an incoming BIND request contains a mode name not
defined at the local node. The parameters defined for
this mode are used for the inbound implicit mode
capability.
When an APPC program issues an [MC_]ALLOCATE,
[MC_]SEND_CONVERSATION, or CNOS verb, or when a CPI-C
program issues an Allocate (CMALLC) call,
specifying a mode name not defined at the local node. The
parameters defined for this mode are used for the outbound
implicit mode capability.
This mode name must match a defined entry in the
appcModeAdminTable."
::= { appcGlobalObjects 2 }
appcDefaultLuName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..17))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies the name of the local LU that is to serve as the
default LU. This is the default LU to which are routed inbound
Allen, et. al. Standards Track [Page 16]
RFC 2051 SNANAU APPC MIB using SMIv2 October 1996
BIND requests that exclude the secondary LU name. 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. This local LU name must match a defined entry in the
appcLluAdminTable."
::= { appcGlobalObjects 3 }
appcDefaultImplInbndPlu OBJECT-TYPE
SYNTAX INTEGER {
no(1),
yes(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies whether or not inbound implicit partner LU support
is enabled. The following values are defined:
no - Specifies that inbound implicit partner LU support
is disabled, which means that an incoming bind that
specifies a partner LU that is not defined at the
local node will be rejected.
yes - Specifies that inbound implicit partner LU support
is enabled, which provides the capability to accept
an incoming BIND request that contains a partner LU
name that is not defined at the local node."
::= { appcGlobalObjects 4 }
appcDefaultMaxMcLlSndSize OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies the maximum size of a logical record to be used for
a mapped conversation when sending data to either the inbound
or outbound implicit partner LU. This size is the maximum
number of bytes in a single logical record, as indicated in the
LL field of the record. The default value is 32767.
Note that this object does not limit the maximum size that an
application program can supply on the Send Data call for a
mapped conversation."
::= { appcGlobalObjects 5 }
Allen, et. al. Standards Track [Page 17]
RFC 2051 SNANAU APPC MIB using SMIv2 October 1996
appcDefaultFileSpec OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..80))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The local file specification that is to be searched by the
APPC attach manager when no DEFINE_TP verb has been issued
for the TP name received on an incoming attach. In this
case, the attach manager will attempt to start a program
whose file name is the same as the incoming TP name. If
found, the program is loaded. If not found, the attach is
rejected.
The value '*' indicates that the normal search path for
executable programs is to be used for locating an undefined
transaction program.
A null string indicates that there is no default file
specification for undefined transaction programs."
::= { appcGlobalObjects 6 }
appcDefaultTpOperation OBJECT-TYPE
SYNTAX INTEGER {
other(1),
queuedOperatorStarted(2),
queuedOperatorPreloaded(3),
queuedAmStarted(4),
nonqueuedAmStarted(5)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies how the program will be started.
other - Specifies that the default TP operation is none of
the methods specified below. It may be a
product-specific method.
queuedOperatorStarted - Specifies that one version of the
program will be run at a time. If an incoming
attach arrives and the program has not been started
yet, APPC will issue a message to the operator to
start the specified program. Subsequent attaches
that arrive while the program is active will be
queued.
queuedOperatorPreloaded - Specifies that one version
Allen, et. al. Standards Track [Page 18]
RFC 2051 SNANAU APPC MIB using SMIv2 October 1996
of the program will be run at a time. If an
incoming attach arrives and the program has not
been started yet, the Attach will be rejected. The
APPC attach manager determines that a TP has
started upon reception of an APPC RECEIVE_ALLOCATE
verb, or a CPI-C Accept_Conversation (CMACCP) or
Specify_Local_TP_Name (CMSLTP) call. No message is
sent to the operator. Subsequent attaches that
arrive while the program is active are queued.
queuedAmStarted - Specifies that one version of the
program will be run at a time and will be started
by the APPC attach manager. Subsequent attaches
that arrive while the program is active will be
queued.
nonqueuedAmStarted - Specifies that multiple copies of
the program will be run at a time and will be
started by the APPC attach manager. "
::= { appcGlobalObjects 7 }
appcDefaultTpConvSecRqd OBJECT-TYPE
SYNTAX INTEGER {
no(1),
yes(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies whether or not conversation security will be used
for default TPs.
no - Specifies that the incoming attach does not have to
contain security information.
yes - Specifies that the incoming attach must contain
valid authentication information (e.g., user ID and
password)."
::= { appcGlobalObjects 8 }
appcLocalCpName OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..17))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies the name of the local control point. This field is
from 0 to 17 characters in length, including a period (.) which
Allen, et. al. Standards Track [Page 19]
RFC 2051 SNANAU APPC MIB using SMIv2 October 1996
separates the NetId from the NAU name if the NetId is present.
A null string indicates that the value is unknown."
::= { appcGlobalObjects 9 }
appcActiveSessions OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies the total number of active APPC sessions supported
by this implementation. Sessions for which both LUs are local
are counted twice."
::= { appcGlobalObjects 10 }
appcActiveHprSessions OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies the total number of active HPR APPC sessions."
::= { appcGlobalObjects 11 }
-- ******************************************************************
-- APPC CNOS control
--
-- This group contains objects for issuing APPC Change-Number-of-Session
-- (CNOS) commands to a specific mode. Specifically, the commands
-- supported are:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -