APERTUS-TNSERVER-MIB
AI MIB Summary
Standard SNMP MIB module defining data structures for APERTUS-TNSERVER-MIB.
295
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
295 total| Object Name |
|---|
apertus OBJECT IDENTIFIER .1.3.6.1.4.1.543 |
RFC1155-SMI Unknown .1.3.6.1.4.1.543 |
express OBJECT IDENTIFIER .1.3.6.1.4.1.543.3 |
aperTnServMIB OBJECT IDENTIFIER .1.3.6.1.4.1.543.3.1 |
aperTnServMibVersionNumberThe version number of this MIB. The version of the MIB which
matches the description in this document is 1.ro INTEGER .1.3.6.1.4.1.543.3.1.1 |
aperTnServAdm OBJECT IDENTIFIER .1.3.6.1.4.1.543.3.1.2 |
aperTnServAdmGen OBJECT IDENTIFIER .1.3.6.1.4.1.543.3.1.2.1 |
aperTnServAdmReleaseRelease level of the TNSERVER. This is contained in three
components. The first version of the product will have
a release level of '2.2.0'ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.2.1.1 |
aperTnServAdmSCNThe Source Control Number of the TNSERVER product. This
number helps to identify what patches have been applied
to product since installation.ro INTEGER .1.3.6.1.4.1.543.3.1.2.1.2 |
aperTnServAdmServerInstanceNameThe EXPRESS telnet server Domain Name.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.2.1.3 |
aperTnServAdmMaxSessionsMaximum number of sessions currently licensed for the
TNSERVER. This includes 3270 and 5250 sessions, as
well as all SNA sessionsro INTEGER .1.3.6.1.4.1.543.3.1.2.1.4 |
aperTnServAdmKeepAliveTimerThe number of minutes for the keep-alive timer. The
value zero indicates no keep-alive timer is configured.ro INTEGER .1.3.6.1.4.1.543.3.1.2.1.5 |
aperTnServAdmKeepAliveResponseTimeoutThe number of seconds the server will wait for keep-alive
response when testing for dead socket.ro INTEGER .1.3.6.1.4.1.543.3.1.2.1.6 |
aperTnServAdmKeepAliveRetryCountThe number of keep-alive polls permitted until a
socket is considered dead. After this many retries,
the socket will be terminated.ro INTEGER .1.3.6.1.4.1.543.3.1.2.1.7 |
aperTnServAdmDefaultInactivityLimitThe number of minutes allowed for an idle session,
i.e. no datastream events, after which a telnet
connection is terminated. If the value is zero, there
is no inactivity limit defined. This value may be
overridden on a per user basis.ro INTEGER .1.3.6.1.4.1.543.3.1.2.1.8 |
aperTnServAdmUndefinedClientsIndicates whether the TNSERVER will reject connection
requests from clients whose IP address is not contained
in the Client Routing Table. If the value is prompt(1),
when a telnet client with an address not in the routing
table attempts to connect the TNSERVER, it will be
prompted for the name of the device to which it should
connect.ro Enumeration .1.3.6.1.4.1.543.3.1.2.1.9 |
aperTnServAdmAllowableNameTypesWhat type of destination name types are allowed as
device names specified in telnet client connect
requests. The value user(2) indicates that only
Client Connection Profile Names are allowed, while
all(1) indicates that Client Connection Profile
Names and LU names are allowed.ro Enumeration .1.3.6.1.4.1.543.3.1.2.1.10 |
aperTnServAdmNumPortsThe number of TCP ports on which the TNSERVER
is listening for incoming telnet client connections.ro INTEGER .1.3.6.1.4.1.543.3.1.2.1.11 |
aperTnServAdmPortTableTable of ports. SEQUENCE OF AperTnServAdmPortEntry .1.3.6.1.4.1.543.3.1.2.1.12 |
aperTnServAdmPortEntryThis table contains TCP/IP ports. The OID of the instance
actually contains the port number. That is, if the three
ports 23, 7713 and 3050 are in the list, the OID's
of the three elements of this array are
aperTnServAdmPort.23 , aperTnServAdmPort.7713 ,
and aperTnServAdmPort.3050 . When sets are
supported, writing an instance of this variable
adds that port to the list. To retrieve all ports in the
list, the getnext operator should be used. Retrieve
the value of aperTnServAdmNumPorts, and do that
many getnext operations. When sets are supported,
writing an instance of this variable will delete(0) or
add(1) the port from/to the list. For example, setting
the instance aperTnServAdmPorts.3050 to 0 will
delete 3050 from the list of ports. Setting
aperTnServAdmPorts.3051 to 1 will add 3051 to
the port list. AperTnServAdmPortEntry .1.3.6.1.4.1.543.3.1.2.1.12.1 |
aperTnServAdmPortA TCP/IP portro INTEGER .1.3.6.1.4.1.543.3.1.2.1.12.1.1 |
aperTnServAdmMenuModeWhen a telnet client specifies a device name that
contains a choice of destinations, this variable indicates
the action of the server. If on(1), then the client is
presented with a list of possible destinations. If off(2),
then the TNSERVER picks one of the alternatives.ro Enumeration .1.3.6.1.4.1.543.3.1.2.1.13 |
aperTnServAdmPasswordLimitThe number of times an invalid password will
be allowed to be entered before the Telnet
Client Connection Profile will be marked as
invalid. The value 0 indicates that there is
no limit.ro INTEGER .1.3.6.1.4.1.543.3.1.2.1.14 |
aperTnServAdmNumGroupsThe number of Telnet Group Connection Profiles,
i.e. the number of rows in aperTnServAdmGroupTable.ro INTEGER .1.3.6.1.4.1.543.3.1.2.1.15 |
aperTnServAdmGroupTableLastChangeTime stamp of the last time a row was added to or
deleted from the user table.
This variable can be used to facilitate
monitoring of the user table.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.543.3.1.2.1.16 |
aperTnServAdmGroupTableTelnet Group Connection Profiles. SEQUENCE OF AperTnServAdmGroupEntry .1.3.6.1.4.1.543.3.1.2.1.17 |
aperTnServAdmGroupEntryThis table contains information for Telnet Group
Connection Profiles. AperTnServAdmGroupEntry .1.3.6.1.4.1.543.3.1.2.1.17.1 |
aperTnServAdmGroupNameThe name of the Telnet Group Connection Profile.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.2.1.17.1.1 |
aperTnServAdmGroupDescriptionA short description of the Telnet Group Connection
Profile.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.2.1.17.1.2 |
aperTnServAdmGroupMenuModeThis variable indicates whether the TNSERVER will
assign a device when a choice of devices fit the requested
session service or if the telnet client will be prompted
with choices. The value default(3) indicates the value
from aperTnServAdmMenuMode will be used.ro Enumeration .1.3.6.1.4.1.543.3.1.2.1.17.1.3 |
aperTnServAdmGroupInactivityLimitThe number of minutes allowed for an idle connection,
i.e. no datastream events, after which a telnet
connection is terminated. If the value is zero, there
is no inactivity limit defined. If the value is
0xffff the value from aperTnServAdmDefaultInactivityLimit
will be used.ro INTEGER .1.3.6.1.4.1.543.3.1.2.1.17.1.4 |
aperTnServAdmGroup3270StatusKeyThe Aid key which is to be interpreted as the session
status key. Entering this key will cause a dialogue
to appear on the telnet client's screen that lists
the status of the 3270 session.ro Tn3270AidKey .1.3.6.1.4.1.543.3.1.2.1.17.1.5 |
aperTnServAdmGroup3270PasswordKeyThe Aid key which is to be interpreted as the change
password key. Entering this key will cause a dialogue
to appear on the telnet client's screen that allows the
user to change the password.ro Tn3270AidKey .1.3.6.1.4.1.543.3.1.2.1.17.1.6 |
aperTnServAdmGroup3270SysReqKeyThe Aid key which is to be interpreted as the 3270 SYS_REQ
key. This feature is useful for telnet clients incapable
of generating the SYS_REQ key. Of course, the aid key
configured as the SYS_REQ key can not be sent to the host
application.ro Tn3270AidKey .1.3.6.1.4.1.543.3.1.2.1.17.1.7 |
aperTnServAdmGroup3270AttnKeyThe Aid key which is to be interpreted as the 3270
Attention key. This feature is useful for telnet clients
incapable of generating the Attention key. Of course, the
aid key configured as the SYS_REQ key can not be sent to the
host application.ro Tn3270AidKey .1.3.6.1.4.1.543.3.1.2.1.17.1.8 |
aperTnServAdmGroup5250StatusKeyThe Aid key which is to be interpreted as the session
status key. Entering this key will cause a dialogue
to appear on the telnet client's screen that lists
the status of the 5250 passthrough session.ro Tn5250AidKey .1.3.6.1.4.1.543.3.1.2.1.17.1.9 |
aperTnServAdmGroup5250PasswordKeyThe Aid key which is to be interpreted as the change
password key. Entering this key will cause a dialogue
to appear on the telnet client's screen that allows the
user to change the password.ro Tn5250AidKey .1.3.6.1.4.1.543.3.1.2.1.17.1.10 |
aperTnServAdmNumUsersThe number of Telnet User Connection Profiles,
i.e. the number of rows in aperTnServAdmUserTable.ro INTEGER .1.3.6.1.4.1.543.3.1.2.1.18 |
aperTnServAdmUserTableLastChangeTime stamp of the last time a row was added to or
deleted from the user table.
This variable can be used to facilitate
monitoring of the user table.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.543.3.1.2.1.19 |
aperTnServAdmUserTableTelnet User Connection Profiles. SEQUENCE OF AperTnServAdmUserEntry .1.3.6.1.4.1.543.3.1.2.1.20 |
aperTnServAdmUserEntryThis table contains information for Telnet User
Connection Profiles. AperTnServAdmUserEntry .1.3.6.1.4.1.543.3.1.2.1.20.1 |
aperTnServAdmUserNameThe name of the Telnet User Connection Profile.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.2.1.20.1.1 |
aperTnServAdmUserDescriptionA short description of the Telnet User Connection
Profile.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.2.1.20.1.2 |
aperTnServAdmUserPasswordRequiredIf this variable is yes(1), then a telnet client will be
prompted for a password when trying to connect to the
TNSERVER using the name of the user profile.ro Enumeration .1.3.6.1.4.1.543.3.1.2.1.20.1.3 |
aperTnServAdmUserEncryptedPasswordThe password of the user encrypted to an integer.ro INTEGER .1.3.6.1.4.1.543.3.1.2.1.20.1.4 |
aperTnServAdmUserBadPasswordCounterThe number of consecutive attempts of a telnet client
to access the TNSERVER with this user name but with an
incorrect password. A correct password will always reset
this counter.ro INTEGER .1.3.6.1.4.1.543.3.1.2.1.20.1.5 |
aperTnServAdmUserMenuModeThis variable indicates whether the TNSERVER will
assign a device when a choice of devices fit the requested
session service or if the telnet client will be prompted
with choices. The value default(3) indicates the value
from aperTnServAdmMenuMode will be used.ro Enumeration .1.3.6.1.4.1.543.3.1.2.1.20.1.6 |
aperTnServAdmUserInactivityLimitThe number of minutes allowed for an idle connection,
i.e. no datastream events, after which a telnet
connection is terminated. If the value is zero, there
is no inactivity limit defined. If the value is
0xffff the value from aperTnServAdmDefaultInactivityLimit
will be used.ro INTEGER .1.3.6.1.4.1.543.3.1.2.1.20.1.7 |
aperTnServAdmUser3270StatusKeyThe Aid key which is to be interpreted as the session
status key. Entering this key will cause a dialogue
to appear on the telnet client's screen that lists
the status of the 3270 session.ro Tn3270AidKey .1.3.6.1.4.1.543.3.1.2.1.20.1.8 |
aperTnServAdmUser3270PasswordKeyThe Aid key which is to be interpreted as the change
password key. Entering this key will cause a dialogue
to appear on the telnet client's screen that allows the
user to change the password.ro Tn3270AidKey .1.3.6.1.4.1.543.3.1.2.1.20.1.9 |
aperTnServAdmUser3270SysReqKeyThe Aid key which is to be interpreted as the 3270 SYS_REQ
key. This feature is useful for telnet clients incapable
of generating the SYS_REQ key. Of course, the aid key
configured as the SYS_REQ key can not be sent to the host
application.ro Tn3270AidKey .1.3.6.1.4.1.543.3.1.2.1.20.1.10 |
aperTnServAdmUser3270AttnKeyThe Aid key which is to be interpreted as the 3270
Attention key. This feature is useful for telnet clients
incapable of generating the Attention key. Of course, the
aid key configured as the SYS_REQ key can not be sent to
the host application.ro Tn3270AidKey .1.3.6.1.4.1.543.3.1.2.1.20.1.11 |
aperTnServAdmUser5250StatusKeyThe Aid key which is to be interpreted as the session
status key. Entering this key will cause a dialogue
to appear on the telnet client's screen that lists
the status of the 5250 passthrough session.ro Tn5250AidKey .1.3.6.1.4.1.543.3.1.2.1.20.1.12 |
aperTnServAdmUser5250PasswordKeyThe Aid key which is to be interpreted as the change
password key. Entering this key will cause a dialogue
to appear on the telnet client's screen that allows the
user to change the password.ro Tn5250AidKey .1.3.6.1.4.1.543.3.1.2.1.20.1.13 |
aperTnServAdmNumRoutingEntriesThe number of Telnet Client Routing Entries,
i.e. the number of rows in aperTnServAdmRoutingTable.ro INTEGER .1.3.6.1.4.1.543.3.1.2.1.21 |
aperTnServAdmRoutingTableLastChangeTime stamp of the last time a row was added to or
deleted from the user table.
This variable can be used to facilitate
monitoring of the user table.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.543.3.1.2.1.22 |
aperTnServAdmRoutingTableTelnet Client Routing Table. SEQUENCE OF AperTnServAdmRoutingEntry .1.3.6.1.4.1.543.3.1.2.1.23 |
aperTnServAdmRoutingEntryThis table contains information for Telnet Client
Routing Entries. AperTnServAdmRoutingEntry .1.3.6.1.4.1.543.3.1.2.1.23.1 |
aperTnServAdmRoutingSourceIpThis string identifies the IP address (or set of IP
addresses) where a telnet client connection request may
originate. This column and other columns in the row are
used as selection criteria to determine if an incoming telnet
connection request will use the destination named in one
of the columns of this row.
Examples:
111.222.*.1-33
111.222.*.*
111.222.2-245.34-50
111.222.254.2
100.204.105.1-33ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.2.1.23.1.1 |
aperTnServAdmRoutingPortThe Server Port on which this connection request will
arrive. Negative one means 'any port'.ro INTEGER .1.3.6.1.4.1.543.3.1.2.1.23.1.2 |
aperTnServAdmRoutingDeviceTypeThe type of device connecting to the server.ro Enumeration .1.3.6.1.4.1.543.3.1.2.1.23.1.3 |
aperTnServAdmRoutingModelTypeIf the requested device type is a 3270 display, then
this variable specifies the 3270 model type
requested by the telnet client.ro Enumeration .1.3.6.1.4.1.543.3.1.2.1.23.1.4 |
aperTnServAdmRoutingDescriptionA description of the Telnet Client Routing Entry.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.2.1.23.1.5 |
aperTnServAdmRoutingDestinationTypeThis column describes what type of names are contained in
the aperTnServAdmRoutingDestination. The value user(1)
specifies a Telnet Client Connection Profile. lu(2)
specifies either a 3270 LU Pool or a 3270 printer LU. The
value symbolic_destination(3) specifies the name of the
CPIC symbolic destination name used to determine the
5250 passthrough session.ro Enumeration .1.3.6.1.4.1.543.3.1.2.1.23.1.6 |
aperTnServAdmRoutingDestinationThis string specifies a name or a list of names, which
determine the possible destinations for the telnet
client. For 3270 sessions, if more than one name is listed,
then the actual destination depends on the value of
aperTnServAdm3270LoadBalanceMode. For 5250 sessions,
the destination picked will be the first one with a free
session. For 3270 printers, only one name is allowed.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.2.1.23.1.7 |
aperTnServAdmNumSecurAccEntriesThe number of Telnet Client Security Access Entries,
i.e. the number of rows in aperTnServAdmSecurAccTable.ro INTEGER .1.3.6.1.4.1.543.3.1.2.1.24 |
aperTnServAdmSecurAccTableLastChangeTime stamp of the last time a row was added to or
deleted from the user table.
This variable can be used to facilitate
monitoring of the user table.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.543.3.1.2.1.25 |
aperTnServAdmSecurAccTableTelnet Client Security Access Table. SEQUENCE OF AperTnServAdmSecurAccEntry .1.3.6.1.4.1.543.3.1.2.1.26 |
aperTnServAdmSecurAccEntryThis table contains information for Telnet Client
Security Access Entries. AperTnServAdmSecurAccEntry .1.3.6.1.4.1.543.3.1.2.1.26.1 |
aperTnServAdmSecurAccSourceIpThis string identifies the IP address (or set of IP
addresses) where a telnet client connection request may
originate. This column and other columns in the row are
used as selection criteria to determine if an incoming telnet
connection request will use the destination named in one
of the columns of this row.
Examples:
111.222.*.1-33
111.222.*.*
111.222.2-245.34-50
111.222.254.2
100.204.105.1-33ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.2.1.26.1.1 |
aperTnServAdmSecurAccDescriptionA description of the Telnet Client Security Access Entry.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.2.1.26.1.2 |
aperTnServAdmSecurAccDestinationThis string specifies a name or a list of names. If
a telnet client whose IP address matches the
index of this row uses a device name other than one
in this list, the connection request is rejected. A
blank aperTnServAdmSecurAccDestination means that all
device names are valid.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.2.1.26.1.3 |
aperTnServAdm3270 OBJECT IDENTIFIER .1.3.6.1.4.1.543.3.1.2.2 |
aperTnServAdm3270DefaultStatusKeyThe default 3270 AID key used by clients to
display information about the tn3270 session.
none(1) indicates that this function is not available.ro Tn3270AidKey .1.3.6.1.4.1.543.3.1.2.2.1 |
aperTnServAdm3270DefaultSysReqKeyThe default 3270 AID key used by non-TN3270E clients to
simulate the 3270 SYSREQ function. none(1) indicates that
this function is not available.ro Tn3270AidKey .1.3.6.1.4.1.543.3.1.2.2.2 |
aperTnServAdm3270DefaultAttnKeyThe default 3270 AID key used by non-TN3270E clients to
simulate the 3270 ATTN function. none(1) indicates that
this function is not available.ro Tn3270AidKey .1.3.6.1.4.1.543.3.1.2.2.3 |
aperTnServAdm3270DefaultPasswordKeyThe default 3270 AID key used by clients to
change the password of the Telnet User Connection
Profile used by an active tn3270 session. none(1)
indicates that this function is not available.ro Tn3270AidKey .1.3.6.1.4.1.543.3.1.2.2.4 |
aperTnServAdm3270LoadBalanceModeThe load balance selection criteria used when
the TNSERVER is making a choice of a destination
from several that satisfy client connection request.
links(1) indicates to balance load across all
acceptable link stations, while first_avail_lu(2)
indicates to chose the first available LU device that
satisfies the client connection request.ro Enumeration .1.3.6.1.4.1.543.3.1.2.2.5 |
aperTnServAdm3270NumSessionsThe number of Telnet 3270 display and printer
Session Profiles, i.e. the number of rows in
aperTnServAdm3270SessionTable.ro INTEGER .1.3.6.1.4.1.543.3.1.2.2.6 |
aperTnServAdm3270SessionTableLastChangeTime stamp of the last time a row was added to or
deleted from the 3270 session table.
This variable can be used to facilitate
monitoring of the 3270 session table.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.543.3.1.2.2.7 |
aperTnServAdm3270SessionTableTelnet Group Connection Profiles. SEQUENCE OF AperTnServAdm3270SessionEntry .1.3.6.1.4.1.543.3.1.2.2.8 |
aperTnServAdm3270SessionEntryThis table contains information for Telnet Group
Connection Profiles. AperTnServAdm3270SessionEntry .1.3.6.1.4.1.543.3.1.2.2.8.1 |
aperTnServAdm3270SessionGroupOrUserNameThe name of the user (or group) connection profile for
the session defined.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.2.2.8.1.1 |
aperTnServAdm3270SessionNameThe name of the 3270 session.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.2.2.8.1.2 |
aperTnServAdm3270SessionDescriptionA description of the 3270 session.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.2.2.8.1.3 |
aperTnServAdm3270SessionGroupOrUserThis value specifies whether the session is a group
session, i.e. one available to any user related to that
group, or a user session, i.e. defined for a specific
user connection profile.ro Enumeration .1.3.6.1.4.1.543.3.1.2.2.8.1.4 |
aperTnServAdm3270SessionTypeSpecifies the type of 3270 session - terminal vs. printer.ro Enumeration .1.3.6.1.4.1.543.3.1.2.2.8.1.5 |
aperTnServAdm3270SessionModelIf the type of session is a terminal, this variable
specifies the model number of the 3270 session. dynamic(5)
means that the model size will be set by the client.ro Enumeration .1.3.6.1.4.1.543.3.1.2.2.8.1.6 |
aperTnServAdm3270SessionDestinationThis string specifies a name or a list of names, which
determine the possible destinations for the telnet 3270
client. If more than one name is listed, then the actual
destination depends on the value of
aperTnServAdm3270LoadBalanceMode. For 3270 printers,
only one name is allowed. Examples of possible
destination names:
DisplayPool1 , DisplayPool2
DisplayPool:3
PrinterLuro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.2.2.8.1.7 |
aperTnServAdm5250 OBJECT IDENTIFIER .1.3.6.1.4.1.543.3.1.2.3 |
aperTnServAdm5250DefaultStatusKeyThe default 5250 AID key used by clients to
display information about the tn5250 session.
none(1) indicates that this function is not available.ro Tn5250AidKey .1.3.6.1.4.1.543.3.1.2.3.1 |
aperTnServAdm5250DefaultPasswordKeyThe default 5250 AID key used by clients to
change the password of the Telnet User Connection
Profile used by an active tn5250 session.
none(1) indicates that this function is not available.ro Tn5250AidKey .1.3.6.1.4.1.543.3.1.2.3.2 |
aperTnServAdm5250NumSessionsThe number of Telnet 5250 display and printer
Session Profiles, i.e. the number of rows in
aperTnServAdm5250SessionTable.ro INTEGER .1.3.6.1.4.1.543.3.1.2.3.3 |
aperTnServAdm5250SessionTableLastChangeTime stamp of the last time a row was added to or
deleted from the 5250 session table.
This variable can be used to facilitate
monitoring of the 5250 session table.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.543.3.1.2.3.4 |
aperTnServAdm5250SessionTableTelnet Group Connection Profiles. SEQUENCE OF AperTnServAdm5250SessionEntry .1.3.6.1.4.1.543.3.1.2.3.5 |
aperTnServAdm5250SessionEntryThis table contains information for Telnet Group
Connection Profiles. AperTnServAdm5250SessionEntry .1.3.6.1.4.1.543.3.1.2.3.5.1 |
aperTnServAdm5250SessionGroupOrUserNameThe name of the user (or group) connection profile for
the session defined.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.2.3.5.1.1 |
aperTnServAdm5250SessionNameThe name of the 5250 session.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.2.3.5.1.2 |
aperTnServAdm5250SessionDescriptionA description of the 5250 session.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.2.3.5.1.3 |
aperTnServAdm5250SessionGroupOrUserThis value specifies whether the session is a group
session, i.e. one available to any user related to that
group, or a user session, i.e. defined for a specific
user connection profile.ro Enumeration .1.3.6.1.4.1.543.3.1.2.3.5.1.4 |
aperTnServAdm5250SessionAutoSignonThis variable specifies whether automatic signon
is enabled. If it is, then the 5250 passthrough
session uses automatic signon. This feature can be
used to bypass the initial 5250 signon screen.ro Enumeration .1.3.6.1.4.1.543.3.1.2.3.5.1.5 |
aperTnServAdm5250SessionRemoteUserIf automatic signon is enabled, this variables specifies
the name of the 5250 user as defined on the remote system.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.2.3.5.1.6 |
aperTnServAdm5250SessionInitialMenuIf automatic signon is enabled, this variables specifies
the name of the 5250 initial menu on the remote system.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.2.3.5.1.7 |
aperTnServAdm5250SessionInitialProgramIf automatic signon is enabled, this variables specifies
the name of the 5250 initial program on the remote system.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.2.3.5.1.8 |
aperTnServAdm5250SessionInitialLibraryIf automatic signon is enabled, this variables specifies
the name of the 5250 initial library on the remote system.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.2.3.5.1.9 |
aperTnServAdm5250SessionAutoDeviceConfigurationSpecifies whether 5250 passthrough automatic device
configuration is supported on the 5250 system that to
which the telnet client is connecting. If the value is off(2),
then the name of the controller to be used will be
specified in this row as well.ro Enumeration .1.3.6.1.4.1.543.3.1.2.3.5.1.10 |
aperTnServAdm5250SessionVirtualDeviceOrControllerIf automatic device configuration is not supported for
this 5250 session, then this variable specifies whether
the supplied name is a device name or a controller name.ro Enumeration .1.3.6.1.4.1.543.3.1.2.3.5.1.11 |
aperTnServAdm5250SessionVirtualDeviceOrControllerNameIf automatic device configuration is not supported for
this 5250 session, then this variable specifies the name
of the device or controller.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.2.3.5.1.12 |
aperTnServAdm5250SessionDestinationThis string specifies a name or a list of names, which
determine the possible destinations for the telnet 5250
client. If more than one name is listed, then the actual
destination chosen will be the first symbolic destination
name in the list with a free session.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.2.3.5.1.13 |
aperTnServOper OBJECT IDENTIFIER .1.3.6.1.4.1.543.3.1.3 |
aperTnServOperGen OBJECT IDENTIFIER .1.3.6.1.4.1.543.3.1.3.1 |
aperTnServOperStatusStatus of the TNSERVER. Currently this value is read-only.
When sets are supported, this variable will be used
to change the state of the server.ro Enumeration .1.3.6.1.4.1.543.3.1.3.1.1 |
aperTnServOperActiveSessionsNumber of SNA sessions currently active. In particular,
it is the number of 3270 LU's assigned to devices
plus the number of LU6.2 LU-LU sessions.ro INTEGER .1.3.6.1.4.1.543.3.1.3.1.2 |
aperTnServOperUpTimeThis value represents the time elapsed since the server
was started in units of 1/100th of a second.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.543.3.1.3.1.3 |
aperTnServOperConns OBJECT IDENTIFIER .1.3.6.1.4.1.543.3.1.3.2 |
aperTnServOperConnsNumActiveThe number of active 3270 and 5250 telnet connections,
i.e. the number of rows in aperTnServOperConnsTable.ro INTEGER .1.3.6.1.4.1.543.3.1.3.2.1 |
aperTnServOperConnsTableLastChangeTime stamp of the last time a row was added to or
deleted from the connection table.
This variable can be used to facilitate
monitoring of the connection table.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.543.3.1.3.2.2 |
aperTnServOperConnsTableConnection information broken down by client IP address
and client port number. SEQUENCE OF AperTnServOperConnsEntry .1.3.6.1.4.1.543.3.1.3.2.3 |
aperTnServOperConnsEntryThis table contains connection information for client
IP and port. AperTnServOperConnsEntry .1.3.6.1.4.1.543.3.1.3.2.3.1 |
aperTnServOperConnsClientIPThe IP address of the telnet client.ro IpAddress .1.3.6.1.4.1.543.3.1.3.2.3.1.1 |
aperTnServOperConnsClientPortThe TCP port of the telnet client.ro INTEGER .1.3.6.1.4.1.543.3.1.3.2.3.1.2 |
aperTnServOperConnsServerPortThe TCP port of the TNSERVER which this client connected
to.ro INTEGER .1.3.6.1.4.1.543.3.1.3.2.3.1.3 |
aperTnServOperConnsTypeThis variable identifies the socket as either a telnet
3270 or telnet 5250 session.ro Enumeration .1.3.6.1.4.1.543.3.1.3.2.3.1.4 |
aperTnServOperConnsAppcSessIdIf this is a telnet 5250 session, then this variable
identifies the APPC session used for the 5250 passthrough
session. This value is valid only if the state of the
session is active.ro INTEGER .1.3.6.1.4.1.543.3.1.3.2.3.1.5 |
aperTnServOperConnsAlsNameIf this is a telnet 3270 session, then this variable
identifies which SNA link station the session is active on.
This information, as well as the LU number,
is used to identify which particular 3270 session a
telnet connection is assigned. This value is valid only
if the state of the session is active.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.3.2.3.1.6 |
aperTnServOperConnsLuNumberIf this is a telnet 3270 session, then this variable
identifies the SNA LU number of the 3270 session.
This information, as well as the ALS name,
is used to identify which particular 3270 session a
telnet connection is assigned. This value is valid only
if the state of the session is active.ro INTEGER ( 1..255 ) .1.3.6.1.4.1.543.3.1.3.2.3.1.7 |
aperTnServOperConnsStateThe state of the telnet connection:
connecting(1) Server has received TCP call packet
negotiating(2) Server and client are negotiating
Telnet options
menu(3) Server is presenting menu's to
client to determine destination
reserving(4) Server is reserving a free 3270 LU
sessionpending(5) Server is waiting for APPC session
allocation
active(6) Telnet client is connected to
remote application
disconnecting(7) Server is closing TCP socket
other(8) State is not one of the abovero Enumeration .1.3.6.1.4.1.543.3.1.3.2.3.1.8 |
aperTnServOperConnsUpTimeHow long this telnet connection has existed.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.543.3.1.3.2.3.1.9 |
aperTnServOperConnsInactivityLimitThe inactivity limit of the telnet connection. This
value specifies how long in minutes to allow a quiescent
session, i.e. one with no data stream events, to be
connected before the server will bring it down.ro INTEGER .1.3.6.1.4.1.543.3.1.3.2.3.1.10 |
aperTnServOperConnsTimeSinceLastEventThe time expired since last datastream event was seen by
the Telnet server for this telnet connection, in units of
1/100th of a second.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.543.3.1.3.2.3.1.11 |
aperTnServOperConnsDeviceNameThe device name associated with the telnet session. For a
3270 display, this name is of the form <LuPool>:<LuNumber>.
For a 3270 printer it is <PrinterLU>. For a 5250 session,
it is the name of the symbolic destination.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.3.2.3.1.12 |
aperTnServOperConnsUserNameThe name of the Telnet User Connection Profile identified
by the client when a telnet session was requested. This
name is undefined if the session was named via destination,
i.e. LU name or SymbolicDestination.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.3.2.3.1.13 |
aperTnServOperConnsSessionNameThe name of the Session Definition identified
by the client, or picked by the TNSERVER, when a telnet
session was requested. This name is undefined if the session
was named via destination, i.e. LU name or
SymbolicDestination.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.3.2.3.1.14 |
aperTnServOperConnsBytesOutboundThis value indicates the number of bytes received by
the Telnet Server from the remote 3270 or 5250 application.ro Counter .1.3.6.1.4.1.543.3.1.3.2.3.1.15 |
aperTnServOperConnsBytesInboundThis value indicates the number of bytes transmitted by
the Telnet Server to the remote 3270 or 5250 application.ro Counter .1.3.6.1.4.1.543.3.1.3.2.3.1.16 |
aperTnServOper3270 OBJECT IDENTIFIER .1.3.6.1.4.1.543.3.1.3.3 |
aperTnServOper3270NumActiveThe number of active 3270 LU's.ro INTEGER .1.3.6.1.4.1.543.3.1.3.3.1 |
aperTnServOper3270TableSNA session information for 3270 LU's. SEQUENCE OF AperTnServOper3270Entry .1.3.6.1.4.1.543.3.1.3.3.2 |
aperTnServOper3270EntryThis table contains 3270 LU information. AperTnServOper3270Entry .1.3.6.1.4.1.543.3.1.3.3.2.1 |
aperTnServOper3270AlsNameThis variable identifies which SNA link station the
session is active on.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.3.3.2.1.1 |
aperTnServOper3270LuNumberThis variable identifies the SNA LU number of the 3270
session.ro INTEGER ( 1..255 ) .1.3.6.1.4.1.543.3.1.3.3.2.1.2 |
aperTnServOper3270ClientIPThe IP address of the telnet client.ro IpAddress .1.3.6.1.4.1.543.3.1.3.3.2.1.3 |
aperTnServOper3270ClientPortThe TCP port of the telnet client.ro INTEGER .1.3.6.1.4.1.543.3.1.3.3.2.1.4 |
aperTnServOper3270LuTypeThe type of 3270 LU.ro Enumeration .1.3.6.1.4.1.543.3.1.3.3.2.1.5 |
aperTnServOper3270LuStateThe state of the 3270 LU. enabled(2) means that the
LU is configured and enabled on the server, connected(3)
means it is enabled and connected to some client.ro Enumeration .1.3.6.1.4.1.543.3.1.3.3.2.1.6 |
aperTnServOper3270SscpLuStateThe state of the SSCP-LU session. active(1) means
that an ACTLU, +RSP(ACTLU) has been exchanged.ro Enumeration .1.3.6.1.4.1.543.3.1.3.3.2.1.7 |
aperTnServOper3270LuLuStateThe state of the LU-LU session. active(1) means
that a BIND, +RSP(BIND) has been exchanged.ro Enumeration .1.3.6.1.4.1.543.3.1.3.3.2.1.8 |
aperTnServOper3270KeyboardLockThis field indicates if the keyboard has been locked as
per a 3270 status line. If the system or connection does
not support keyboard lock, the entry will be unlocked(2).ro Enumeration .1.3.6.1.4.1.543.3.1.3.3.2.1.9 |
aperTnServOper3270NetworkQualifiedSluNameThis is the network qualified name of the secondary LU,
if known. This variable may be null if SLU name is
not included in the BIND which established the LU-LU
session.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.3.3.2.1.10 |
aperTnServOper3270ModelNumberIf the type of LU is display, then this variable
specifies the type of terminal in regard
to screen sizes.ro Enumeration .1.3.6.1.4.1.543.3.1.3.3.2.1.11 |
aperTnServOper3270AssociatedPrinterIf the type of LU is display, then this variable
specifies the 3270 printer LU, if any, that is associated
with the display.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.3.3.2.1.12 |
aperTnServOper5250 OBJECT IDENTIFIER .1.3.6.1.4.1.543.3.1.3.4 |
aperTnServOper5250NumActiveThe number of active 5250 sessions.ro INTEGER .1.3.6.1.4.1.543.3.1.3.4.1 |
aperTnServOper5250TableLastChangeTime stamp of the last time a row was added to or
deleted from the 5250 session table.
This variable can be used to facilitate
monitoring of the 5250 session table.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.543.3.1.3.4.2 |
aperTnServOper5250TableSNA session information for 5250 sessions. SEQUENCE OF AperTnServOper5250Entry .1.3.6.1.4.1.543.3.1.3.4.3 |
aperTnServOper5250EntryThis table contains 5250 session information. AperTnServOper5250Entry .1.3.6.1.4.1.543.3.1.3.4.3.1 |
aperTnServOper5250AppcSessIdThis variable identifies the APPC session used for the 5250
passthrough session.ro INTEGER .1.3.6.1.4.1.543.3.1.3.4.3.1.1 |
aperTnServOper5250ClientIPThe IP address of the telnet client.ro IpAddress .1.3.6.1.4.1.543.3.1.3.4.3.1.2 |
aperTnServOper5250ClientPortThe TCP port of the telnet client.ro INTEGER .1.3.6.1.4.1.543.3.1.3.4.3.1.3 |
aperTnServOper5250AlsNameThe name of the SNA link station over which the
session is active.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.3.4.3.1.4 |
aperTnServOper5250SymbolicDestinationThe name of the CPIC symbolic destination used for
the 5250 passthrough session allocation.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.3.4.3.1.5 |
aperTnServOper5250LocalLuNameThe name of the local LU being used for the 5250
passthrough session.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.3.4.3.1.6 |
aperTnServOper5250RemoteLuNameThe name of the remote LU being used for the 5250
passthrough session. This typically identifies the 5250
system where the user's applications are running.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.3.4.3.1.7 |
aperTnServOper5250ModeNameThe name of the APPC mode being used for the 5250
passthrough session.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.3.4.3.1.8 |
aperTnServOper5250KeyboardLockThis field indicates if the keyboard has been locked as
per a 5250 status line. If the system or connection does
not support keyboard lock, the value is unlocked(2).ro Enumeration .1.3.6.1.4.1.543.3.1.3.4.3.1.9 |
aperTnServStats OBJECT IDENTIFIER .1.3.6.1.4.1.543.3.1.4 |
aperTnServRtm OBJECT IDENTIFIER .1.3.6.1.4.1.543.3.1.4.1 |
aperTnServRtmSupportThis value indicates whether RTM is supported or not.
If this value is off, all the following RTM values are not
visible to an snmp manager.ro Enumeration .1.3.6.1.4.1.543.3.1.4.1.1 |
aperTnServRtmDefaultStateThis value indicates whether RTM is initially on or
off when a row in the RtmTable is created.rw Enumeration .1.3.6.1.4.1.543.3.1.4.1.2 |
aperTnServRtmDefaultControlThis is the initial value of the control when an ALS
is activated, which determines whether the host or the
tnserver controls write access to the values in the RtmTable.
If controlled by host, the ability to clear the counters and
change the boundary values is set by the HOST. If locally
controlled, requests from the host to control the RTM state and
parameters are rejected by the tnserver. If this value is
changed while an ALS is active, the ALS will need to be
stopped and then restarted for the new value to take effect
for that ALS.rw Enumeration .1.3.6.1.4.1.543.3.1.4.1.3 |
aperTnServRtmDefaultLocalDisplayThis value indicates whether RTM statistics can be
displayed locally. If local display is supported, the
Telnet Server is allowed to display RTM statistics
in the 3270 session status screen.rw Enumeration .1.3.6.1.4.1.543.3.1.4.1.4 |
aperTnServRtmDefaultDefThis is the initial value of the
the mode of measurement for RTM requests.
The values have following meaning:
firstChar(1) - time to first character on screen
kb(2) - time to keyboard usable by operator
cdeb(3) - time to Change Direction/End Bracket.rw Enumeration .1.3.6.1.4.1.543.3.1.4.1.5 |
aperTnServRtmDefaultMeasureTcpIpTimeThe initial value of whether the transaction measurement
of newly created entries in the RtmTable should include
TCP/IP timings.rw Enumeration .1.3.6.1.4.1.543.3.1.4.1.6 |
aperTnServRtmDefaultMeasureSnaTimeThe initial value of whether the transaction measurement
of newly created entries in the RtmTable should include
SNA timings.rw Enumeration .1.3.6.1.4.1.543.3.1.4.1.7 |
aperTnServRtmDefaultSamplingFactorThe initial value of fraction of transactions that
should be timed when a new entry is created in the
RtmTable. To avoid LAN congestion when TCP/IP timings
are included, this value allows the management
station to control the number of transactions timed.
1 means every transaction, 2 means every other
transaction, 3 means every third transaction, etc.rw INTEGER .1.3.6.1.4.1.543.3.1.4.1.8 |
aperTnServRtmDefaultNumberOfBoundariesThe initial value of the number of RTM boundaries
utilized for newly created entries in the RtmTable.
At least one RTM boundary must be specified so
the range of this variable is 1-4.
Writing this value causes the default boundary values
to be validated and committed. If the values previously
written for aperTnServRtmDefaultBoundary1, etc. are
found to be incompatible with each other, no commit
is done, and the buffered(ie. previously written)
values are dropped.rw INTEGER .1.3.6.1.4.1.543.3.1.4.1.9 |
aperTnServRtmDefaultBoundary1The initial value of the first boundary
in units of 1/10th of a second for newly created
entries in the RtmTable.
The value written to this variable is not committed until
aperTnServRtmDefaultNumberOfBoundaries is written, at
which time all DefaultBoundary values are validated
and confirmed to be in strictly increasing order.rw INTEGER .1.3.6.1.4.1.543.3.1.4.1.10 |
aperTnServRtmDefaultBoundary2The initial value of the second boundary
in units of 1/10th of a second for newly created
entries in the RtmTable.
The value written to this variable is not committed until
aperTnServRtmDefaultNumberOfBoundaries is written, at
which time all DefaultBoundary values are validated
and confirmed to be in strictly increasing order.rw INTEGER .1.3.6.1.4.1.543.3.1.4.1.11 |
aperTnServRtmDefaultBoundary3The initial value of the third boundary
in units of 1/10th of a second for newly created
entries in the RtmTable.
The value written to this variable is not committed until
aperTnServRtmDefaultNumberOfBoundaries is written, at
which time all DefaultBoundary values are validated
and confirmed to be in strictly increasing order.rw INTEGER .1.3.6.1.4.1.543.3.1.4.1.12 |
aperTnServRtmDefaultBoundary4The initial value of the fourth boundary
in units of 1/10th of a second for newly created
entries in the RtmTable.
The value written to this variable is not committed until
aperTnServRtmDefaultNumberOfBoundaries is written, at
which time all DefaultBoundary values are validated
and confirmed to be in strictly increasing order.rw INTEGER .1.3.6.1.4.1.543.3.1.4.1.13 |
aperTnServRtmDefaultThresholdTriggerThe default transaction time, in units of 1/10th of a second,
which will cause a SNMP trap indicating excessive
response time to the manager if the average transaction
time exceeds this value.rw INTEGER .1.3.6.1.4.1.543.3.1.4.1.14 |
aperTnServRtmDefaultThresholdTriggerStateThe default setting that will determine if the excessive
transaction time SNMP trap is enabled when an entry in the
RTM table is created.rw Enumeration .1.3.6.1.4.1.543.3.1.4.1.15 |
aperTnServRtmDefaultCounterOverflowTriggerStateThe default setting that will determine if a transaction
counter overflow SNMP trap is enabled when an entry in the
RTM table is created.rw Enumeration .1.3.6.1.4.1.543.3.1.4.1.16 |
aperTnServRtmDefaultCounterOverflowHostAlertThe default setting that will determine if an
unsolicited host alert is generated when a transaction
counter overflows.rw Enumeration .1.3.6.1.4.1.543.3.1.4.1.17 |
aperTnServRtmDefaultUnbindTriggerStateThe default setting that will determine whether the RTM
unbind SNMP trap will be enabled when an entry in the RTM
table is created.rw Enumeration .1.3.6.1.4.1.543.3.1.4.1.18 |
aperTnServRtmDefaultUnbindHostAlertThe default setting that will determine if an
unsolicited host alert is generated when an unbind
is received.rw Enumeration .1.3.6.1.4.1.543.3.1.4.1.19 |
aperTnServRtmNumActiveThe number of active RTM entries.ro INTEGER .1.3.6.1.4.1.543.3.1.4.1.20 |
aperTnServRtmTableSNA RTM information for 3270 display LU's. SEQUENCE OF AperTnServRtmEntry .1.3.6.1.4.1.543.3.1.4.1.21 |
aperTnServRtmEntryThis table contains RTM information. AperTnServRtmEntry .1.3.6.1.4.1.543.3.1.4.1.21.1 |
aperTnServRtmAlsNameThe name of the link station.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.4.1.21.1.1 |
aperTnServRtmLuNumberThe number of the LU.ro INTEGER .1.3.6.1.4.1.543.3.1.4.1.21.1.2 |
aperTnServRtmClientIPThe IP address of the telnet client.ro IpAddress .1.3.6.1.4.1.543.3.1.4.1.21.1.3 |
aperTnServRtmClientPortThe TCP port number of the telnet client.ro INTEGER .1.3.6.1.4.1.543.3.1.4.1.21.1.4 |
aperTnServRtmStateThe value indicates RTM is enabled or disabled for a particular
LU.rw Enumeration .1.3.6.1.4.1.543.3.1.4.1.21.1.5 |
aperTnServRtmLocalDisplayThis value indicates whether RTM statistics can be
displayed locally at the client's workstation.rw Enumeration .1.3.6.1.4.1.543.3.1.4.1.21.1.6 |
aperTnServRtmUpTimeThis value represents the time elapsed since the
RTM state was changed from off to on for this LU in units of
1/100th of a second. If the state of RTM is off, the value
of this variable will be zero.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.543.3.1.4.1.21.1.7 |
aperTnServRtmDefThe value indicates the mode of measurement for this
RTM request. The values have following meaning:
firstChar(1) - time to first character on screen
kb(2) - time to keyboard usable by operator
cdeb(3) - time to Change Direction/End Bracket.rw Enumeration .1.3.6.1.4.1.543.3.1.4.1.21.1.8 |
aperTnServRtmMeasureTcpIpTimeShould transaction measurement include TCP/IP timings?rw Enumeration .1.3.6.1.4.1.543.3.1.4.1.21.1.9 |
aperTnServRtmMeasureSnaTimeShould transaction measurement include SNA timings?rw Enumeration .1.3.6.1.4.1.543.3.1.4.1.21.1.10 |
aperTnServRtmSamplingFactorThe fraction of transactions that should be timed.
To avoid LAN congestion when TCP/IP timings
are included, this value allows the management
station to control the number of transactions timed.
1 means every transaction, 2 means every other
transaction, 3 means every third transaction, etc.rw INTEGER .1.3.6.1.4.1.543.3.1.4.1.21.1.11 |
aperTnServRtmNumberOfBoundariesThe number of RTM boundaries utilized by the LU.
At least one RTM boundary must be specified so
the range of this variable is 1-4.
Writing this variable causes the RtmBoundary values for
the LU previously written by the management station
to be validated and confirmed to be in strictly
increasing order. If validation is successful, the
new boundary values are written to the kernel, causing
the current RTM counters to be reset. If validation
is unsuccessful, the buffered values are dropped and
not written to the kernel.rw INTEGER .1.3.6.1.4.1.543.3.1.4.1.21.1.12 |
aperTnServRtmBoundary1This object contains the value of the first boundary
in units of 1/10th of a second. Setting this value also causes
counters for this LU to be reset.
The value written to this variable is not committed until
aperTnServRtmNumberOfBoundaries is written, at which
time all Boundary values are validated and confirmed
to be in strictly increasing order.rw INTEGER .1.3.6.1.4.1.543.3.1.4.1.21.1.13 |
aperTnServRtmBoundary2This object contains the value of the second boundary
in units of 1/10th of a second. Setting this value also causes
counters for this LU to be reset.
The value written to this variable is not committed until
aperTnServRtmNumberOfBoundaries is written, at which
time all Boundary values are validated and confirmed
to be in strictly increasing order.rw INTEGER .1.3.6.1.4.1.543.3.1.4.1.21.1.14 |
aperTnServRtmBoundary3This object contains the value of the third boundary
in units of 1/10th of a second. Setting this value also causes
counters for this LU to be reset.
The value written to this variable is not committed until
aperTnServRtmNumberOfBoundaries is written, at which
time all Boundary values are validated and confirmed
to be in strictly increasing order.rw INTEGER .1.3.6.1.4.1.543.3.1.4.1.21.1.15 |
aperTnServRtmBoundary4This object contains the value of the fourth boundary
in units of 1/10th of a second. Setting this value also causes
counters for this LU to be reset.
The value written to this variable is not committed until
aperTnServRtmNumberOfBoundaries is written, at which
time all Boundary values are validated and confirmed
to be in strictly increasing order.rw INTEGER .1.3.6.1.4.1.543.3.1.4.1.21.1.16 |
aperTnServRtmCounter1This value indicates the number of transactions which
fall in the range specified by the first boundary. When
aperTnServRtmNumTrans is set to zero, this counter is
reset.ro Counter .1.3.6.1.4.1.543.3.1.4.1.21.1.17 |
aperTnServRtmCounter2This value indicates the number of transactions which
fall in the range specified by the second boundary. When
aperTnServRtmNumTrans is set to zero, this counter is
reset.ro Counter .1.3.6.1.4.1.543.3.1.4.1.21.1.18 |
aperTnServRtmCounter3This value indicates the number of transactions which
fall in the range specified by the third boundary. When
aperTnServRtmNumTrans is set to zero, this counter is
reset.ro Counter .1.3.6.1.4.1.543.3.1.4.1.21.1.19 |
aperTnServRtmCounter4This value indicates the number of transactions which
fall in the range specified by the fourth boundary. When
aperTnServRtmNumTrans is set to zero, this counter is
reset.ro Counter .1.3.6.1.4.1.543.3.1.4.1.21.1.20 |
aperTnServRtmOverFlowsThis value indicates the number of transactions which
exceed the highest range specified by the
boundaries. When aperTnServRtmNumTrans is set to zero,
this counter is reset.ro Counter .1.3.6.1.4.1.543.3.1.4.1.21.1.21 |
aperTnServRtmThresholdTriggerThis value indicates the threshold of average response
time. If the transaction time being monitored exceeds
this value and aperTnServRtmThresholdTriggerState is
on(1), then an excessive response time trap will be
generated to the manager. Once a trap has been generated,
the trigger is disabled and must be re-enabled by
the SNMP management station.rw INTEGER .1.3.6.1.4.1.543.3.1.4.1.21.1.22 |
aperTnServRtmThresholdTriggerStateIf this value is on(1), then whenever the average response
for this LU exceeds aperTnServRtmThresholdTrigger, then an
excessive response time trap will be generated to the
manage. This causes the state to become off(2). The management
station must reset this trigger in order to rearm this trap.rw Enumeration .1.3.6.1.4.1.543.3.1.4.1.21.1.23 |
aperTnServRtmCounterOverflowedThis value indicates whether any of the five transaction
counters have reached their maximum value. This variable can
be reset by setting aperTnServRtmNumTrans to zero.ro Enumeration .1.3.6.1.4.1.543.3.1.4.1.21.1.24 |
aperTnServRtmCounterOverflowTriggerStateIf this value is on(1), then whenever a transaction counter
overflows, a counter overflow trap is generated to the
management station..rw Enumeration .1.3.6.1.4.1.543.3.1.4.1.21.1.25 |
aperTnServRtmCounterOverflowHostAlertThe setting determines if an unsolicited host alert is
generated when a transaction counter overflows.ro Enumeration .1.3.6.1.4.1.543.3.1.4.1.21.1.26 |
aperTnServRtmUnbindTriggerStateIf this value is on(1), then whenever an unbind on a session
with RTM enabled occurs, a session unbound trap is generated
to the management station.rw Enumeration .1.3.6.1.4.1.543.3.1.4.1.21.1.27 |
aperTnServRtmUnbindHostAlertThe setting determines if an unsolicited host alert
is generated when an unbind is received.ro Enumeration .1.3.6.1.4.1.543.3.1.4.1.21.1.28 |
aperTnServRtmNumTransThis value indicates the total number of transactions
monitored. This value can be set to zero only, which will also
cause all counters and the counter overflow flag to be reset.rw INTEGER .1.3.6.1.4.1.543.3.1.4.1.21.1.29 |
aperTnServRtmTotalRspTimeThis value indicates the sum of the response times for all
transactions, in units of 1/10th of a second.ro INTEGER .1.3.6.1.4.1.543.3.1.4.1.21.1.30 |
aperTnServRtmLastRspTimeThis value indicates the response time for the last
transaction in units of 1/10th of a second.ro INTEGER .1.3.6.1.4.1.543.3.1.4.1.21.1.31 |
aperTnServRtmAvgRspTimeThis value indicates the average response time for all
transactions in units of 1/10th of a second.ro INTEGER .1.3.6.1.4.1.543.3.1.4.1.21.1.32 |
aperTnServRtmMinRspTimeThe minimum response time in units of 1/10th of a second.ro INTEGER .1.3.6.1.4.1.543.3.1.4.1.21.1.33 |
aperTnServRtmMaxRspTimeThe maximum response time in units of 1/10th of a second.ro INTEGER .1.3.6.1.4.1.543.3.1.4.1.21.1.34 |
aperTnServRtmTotalSnaRspTimeThe SNA component of sum of the response times
for all transactions in units of 1/10th of a second.ro INTEGER .1.3.6.1.4.1.543.3.1.4.1.21.1.35 |
aperTnServRtmAvgSnaRspTimeThe SNA component of the average response time
for all transactions in units of 1/10th of a second.ro INTEGER .1.3.6.1.4.1.543.3.1.4.1.21.1.36 |
aperTnServRtmNumTcpIpSamplesThe number of transaction for which TCP/IP measurements were
supplied.ro INTEGER .1.3.6.1.4.1.543.3.1.4.1.21.1.37 |
aperTnServRtmTotalTcpIpRspTimeThe TCP/IP component of sum of the response times
for all transactions in units of 1/10th of a second.ro INTEGER .1.3.6.1.4.1.543.3.1.4.1.21.1.38 |
aperTnServRtmAvgTcpIpRspTimeThe TCP/IP component of the average response time
for all transactions in units of 1/10th of a second.ro INTEGER .1.3.6.1.4.1.543.3.1.4.1.21.1.39 |
aperTnServRtmLastThinkTimeThe time between the end of the penultimate transaction
and the beginning of the last transaction, in units of
1/10th of a second. This gives an indication of how long
the user took to think about the transaction before
executing it.ro INTEGER .1.3.6.1.4.1.543.3.1.4.1.21.1.40 |
aperTnServRtmAvgThinkTimeThe average time *between* transactions, in units of 1/10th
of a second, during which the user was thinking.ro INTEGER .1.3.6.1.4.1.543.3.1.4.1.21.1.41 |
aperTnServRtmMaxHistThe maximum number of history entries in the Rtm History
Tablerw INTEGER .1.3.6.1.4.1.543.3.1.4.1.22 |
aperTnServRtmNumHistThe actual number of history entries in the Rtm History
Tablero INTEGER .1.3.6.1.4.1.543.3.1.4.1.23 |
aperTnServRtmLastHistThe time when the latest entry was created in the Rtm
History Tablero TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.543.3.1.4.1.24 |
aperTnServRtmHistTableSNA RTM information for 3270 display LU's. SEQUENCE OF AperTnServRtmEntry .1.3.6.1.4.1.543.3.1.4.1.25 |
aperTnServRtmHistEntryThis table contains RTM historical information. AperTnServRtmHistEntry .1.3.6.1.4.1.543.3.1.4.1.25.1 |
aperTnServRtmHistIndexThis value is used as an index in get-next operations
to allow retrieval of the RTM History Table from
most recent to oldest entry. The value of this
variable is (the_maximum_value_of_TimeTicks minus
the value of aperTnServRtmHistWhenDisconnected.ro INTEGER .1.3.6.1.4.1.543.3.1.4.1.25.1.1 |
aperTnServRtmHistWhenDisconnectedA timestamp, in units of 1/100th of a second, when the
Telnet session being timed was terminated.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.543.3.1.4.1.25.1.2 |
aperTnServRtmHistAlsNameThe name of the SNA adjacent link station on which the
session occurred.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.4.1.25.1.3 |
aperTnServRtmHistLuNumberThe number of the SNA LU on which the session occurred.ro INTEGER .1.3.6.1.4.1.543.3.1.4.1.25.1.4 |
aperTnServRtmHistClientIPThe IP address of the telnet client for the session
that has ended.ro IpAddress .1.3.6.1.4.1.543.3.1.4.1.25.1.5 |
aperTnServRtmHistClientPortThe TCP port of the telnet client for the session
that has ended.ro INTEGER .1.3.6.1.4.1.543.3.1.4.1.25.1.6 |
aperTnServRtmHistDeviceNameThe Telnet device name, if known, assigned to the
telnet session that has ended.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.4.1.25.1.7 |
aperTnServRtmHistUserNameThe name of the user profile, if known, associated with the
telnet session that has ended.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.4.1.25.1.8 |
aperTnServRtmHistSessionNameThe name of the session profile, if known, associated with
the telnet session that has ended.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.4.1.25.1.9 |
aperTnServRtmHistDefThe value indicates the mode of measurement for the
session that ended. The values have following meaning:
firstChar(1) - time to first character on screen
kb(2) - time to keyboard usable by operator
cdeb(3) - time to Change Direction/End Bracket.ro Enumeration .1.3.6.1.4.1.543.3.1.4.1.25.1.10 |
aperTnServRtmHistMeasureTcpIpTimeDid transaction measurement include TCP/IP timings?ro Enumeration .1.3.6.1.4.1.543.3.1.4.1.25.1.11 |
aperTnServRtmHistMeasureSnaTimeDid transaction measurement include SNA timings?ro Enumeration .1.3.6.1.4.1.543.3.1.4.1.25.1.12 |
aperTnServRtmHistSamplingFactorThe fraction of transactions that should were timed.ro INTEGER .1.3.6.1.4.1.543.3.1.4.1.25.1.13 |
aperTnServRtmHistNumberOfBoundariesThe number of RTM boundaries utilized by the LU.ro INTEGER .1.3.6.1.4.1.543.3.1.4.1.25.1.14 |
aperTnServRtmHistBoundary1This object contains the value of the first boundary
in units of 1/10th of a second.ro INTEGER .1.3.6.1.4.1.543.3.1.4.1.25.1.15 |
aperTnServRtmHistBoundary2This object contains the value of the second boundary
in units of 1/10th of a second.ro INTEGER .1.3.6.1.4.1.543.3.1.4.1.25.1.16 |
aperTnServRtmHistBoundary3This object contains the value of the third boundary
in units of 1/10th of a second.ro INTEGER .1.3.6.1.4.1.543.3.1.4.1.25.1.17 |
aperTnServRtmHistBoundary4This object contains the value of the fourth boundary
in units of 1/10th of a second.ro INTEGER .1.3.6.1.4.1.543.3.1.4.1.25.1.18 |
aperTnServRtmHistCounter1This value indicates the number of transactions which
fall in the range specified by the first boundary.ro Counter .1.3.6.1.4.1.543.3.1.4.1.25.1.19 |
aperTnServRtmHistCounter2This value indicates the number of transactions which
fall in the range specified by the second boundary.ro Counter .1.3.6.1.4.1.543.3.1.4.1.25.1.20 |
aperTnServRtmHistCounter3This value indicates the number of transactions which
fall in the range specified by the third boundary.ro Counter .1.3.6.1.4.1.543.3.1.4.1.25.1.21 |
aperTnServRtmHistCounter4This value indicates the number of transactions which
fall in the range specified by the fourth boundary.ro Counter .1.3.6.1.4.1.543.3.1.4.1.25.1.22 |
aperTnServRtmHistOverFlowsThis value indicates the number of transactions which
exceed the highest range specified by the
boundaries.ro Counter .1.3.6.1.4.1.543.3.1.4.1.25.1.23 |
aperTnServRtmHistCounterOverflowedThis value indicates whether any of the five transaction
counters has overflowed.ro Enumeration .1.3.6.1.4.1.543.3.1.4.1.25.1.24 |
aperTnServRtmHistNumTransThis value indicates the total number of transactions
executed since the RTM monitoring beganro INTEGER .1.3.6.1.4.1.543.3.1.4.1.25.1.25 |
aperTnServRtmHistTotalRspTimeThis value indicates the sum of the response times for all
transactions, in units of 1/10th of a second.ro INTEGER .1.3.6.1.4.1.543.3.1.4.1.25.1.26 |
aperTnServRtmHistAvgRspTimeThis value indicates the average response time for all
transactions in units of 1/10th of a second.ro INTEGER .1.3.6.1.4.1.543.3.1.4.1.25.1.27 |
aperTnServRtmHistMinRspTimeThe minimum response time in units of 1/10th of a second.ro INTEGER .1.3.6.1.4.1.543.3.1.4.1.25.1.28 |
aperTnServRtmHistMaxRspTimeThe maximum response time in units of 1/10th of a second.ro INTEGER .1.3.6.1.4.1.543.3.1.4.1.25.1.29 |
aperTnServRtmHistTotalSnaRspTimeThe SNA component of sum of the response times
for all transactions in units of 1/10th of a second.ro INTEGER .1.3.6.1.4.1.543.3.1.4.1.25.1.30 |
aperTnServRtmHistAvgSnaRspTimeThe SNA component of the average response time
for all transactions in units of 1/10th of a second.ro INTEGER .1.3.6.1.4.1.543.3.1.4.1.25.1.31 |
aperTnServRtmHistNumTcpIpSamplesThe number of transaction for which TCP/IP measurements were
supplied.ro INTEGER .1.3.6.1.4.1.543.3.1.4.1.25.1.32 |
aperTnServRtmHistTotalTcpIpRspTimeThe TCP/IP component of sum of the response times
for all transactions in units of 1/10th of a second.ro INTEGER .1.3.6.1.4.1.543.3.1.4.1.25.1.33 |
aperTnServRtmHistAvgTcpIpRspTimeThe TCP/IP component of the average response time
for all transactions in units of 1/10th of a second.ro INTEGER .1.3.6.1.4.1.543.3.1.4.1.25.1.34 |
aperTnServRtmHistAvgThinkTimeThe average time *between* transactions, in units of 1/10th
of a second, during which the user was thinking.ro INTEGER .1.3.6.1.4.1.543.3.1.4.1.25.1.35 |
aperTnServRtmNumAlsThe number of per Als rows of RTM configuration entries
in the RTM ALS table.ro INTEGER .1.3.6.1.4.1.543.3.1.4.1.26 |
aperTnServRtmPerAlsTableSNA RTM information for 3270 display LU's. This table is used
to alter certain RTM operational parameters for all LU's on
a particular ALS. Except for the index (the ALS name) and
the RTM ALS control, all columns in rows of this table can
be written only. SEQUENCE OF AperTnServRtmEntry .1.3.6.1.4.1.543.3.1.4.1.27 |
aperTnServRtmPerAlsEntryThis table is used to change RTM operational parameters. AperTnServRtmPerAlsEntry .1.3.6.1.4.1.543.3.1.4.1.27.1 |
aperTnServRtmPerAlsNameThe name of the link station.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.543.3.1.4.1.27.1.1 |
aperTnServRtmPerAlsControlThis is the value of the control for the specified ALS
which determines whether the host or the tnserver controls
write access to the values in the RtmTable for entries with the
same ALS name. If controlled by host, the
ability to clear the counters and change the boundary
values is set by the HOST. If locally controlled, requests
from the host to control the RTM state and parameters
are rejected by the tnserver.ro Enumeration .1.3.6.1.4.1.543.3.1.4.1.27.1.2 |
aperTnServRtmPerAlsStateThe variable is used to turn on or off for all LU's on a
given ALS. This variable can be set by the management station
only when aperTnServRtmPerAlsControl for the specified
ALS is local(2).rw Enumeration .1.3.6.1.4.1.543.3.1.4.1.27.1.3 |
aperTnServRtmPerAlsDefThe variable is used to change the definition of transactions
for all LU's on a given ALS. The values have following meaning:
firstChar(1) - time to first character on screen
kb(2) - time to keyboard usable by operator
cdeb(3) - time to Change Direction/End Bracket.
This variable can be set by the management station
only when aperTnServRtmPerAlsControl for the specified
ALS is local(2).rw Enumeration .1.3.6.1.4.1.543.3.1.4.1.27.1.4 |
aperTnServRtmPerAlsMeasureTcpIpTimeShould transaction measurement include TCP/IP timings
for all LU's on a given ALS?rw Enumeration .1.3.6.1.4.1.543.3.1.4.1.27.1.5 |
aperTnServRtmPerAlsMeasureSnaTimeShould transaction measurement include SNA timings
for all LU's on a given ALS?rw Enumeration .1.3.6.1.4.1.543.3.1.4.1.27.1.6 |
aperTnServRtmPerAlsSamplingFactorThe fraction of transactions that should be timed.
To avoid LAN congestion when TCP/IP timings
are included, this value allows the management
station to control the number of transactions timed.
1 means every transaction, 2 means every other
transaction, 3 means every third transaction, etc.rw INTEGER .1.3.6.1.4.1.543.3.1.4.1.27.1.7 |
aperTnServRtmPerAlsNumberOfBoundariesThe number of RTM boundaries utilized by all the LUs
under the ALS. At least one RTM boundary must be
specified so the range of this variable is 1-4.
Writing this variable causes the previously written
values for aperTnServRtmPerAlsBoundary1 etc. to
be validated and confirmed to be in increasing order.
If the validation is successful, the new boundary
values are propagated to the LUs under the ALS.
Setting the new boundaries causes counters for all
the LUs to be reset.
If the validation fails, the buffered(ie. previously-
written) values are dropped.
The values specified for the LUs on an ALS might
subsequently be changed on a per-LU basis.rw INTEGER .1.3.6.1.4.1.543.3.1.4.1.27.1.8 |
aperTnServRtmPerAlsBoundary1This object contains the value of the first boundary
for all LU's on a given ALS in units of 1/10th of a second.
This variable can be set by the management station
only when aperTnServRtmPerAlsControl for the specified
ALS is local(2). Setting this value also causes
counters for all LU's on this ALS to be reset.
The value written to this variable is not committed until
aperTnServRtmPerAlsNumberOfBoundaries is written, at which
time all RtmPerAlsBoundary values are validated and confirmed
to be in strictly increasing order.rw INTEGER .1.3.6.1.4.1.543.3.1.4.1.27.1.9 |
aperTnServRtmPerAlsBoundary2This object contains the value of the second boundary
for all LU's on a given ALS in units of 1/10th of a second.
This variable can be set by the management station
only when aperTnServRtmPerAlsControl for the specified
ALS is local(2). Setting this value also causes
counters for all LU's on this ALS to be reset.
The value written to this variable is not committed until
aperTnServRtmPerAlsNumberOfBoundaries is written, at which
time all RtmPerAlsBoundary values are validated and confirmed
to be in strictly increasing order.rw INTEGER .1.3.6.1.4.1.543.3.1.4.1.27.1.10 |
aperTnServRtmPerAlsBoundary3This object contains the value of the third boundary
for all LU's on a given ALS in units of 1/10th of a second.
This variable can be set by the management station
only when aperTnServRtmPerAlsControl for the specified
ALS is local(2). Setting this value also causes
counters for all LU's on this ALS to be reset.
The value written to this variable is not committed until
aperTnServRtmPerAlsNumberOfBoundaries is written, at which
time all RtmPerAlsBoundary values are validated and confirmed
to be in strictly increasing order.rw INTEGER .1.3.6.1.4.1.543.3.1.4.1.27.1.11 |
aperTnServRtmPerAlsBoundary4This object contains the value of the fourth boundary
for all LU's on a given ALS in units of 1/10th of a second.
This variable can be set by the management station
only when aperTnServRtmPerAlsControl for the specified
ALS is local(2). Setting this value also causes
counters for all LU's on this ALS to be reset.
The value written to this variable is not committed until
aperTnServRtmPerAlsNumberOfBoundaries is written, at which
time all RtmPerAlsBoundary values are validated and confirmed
to be in strictly increasing order.rw INTEGER .1.3.6.1.4.1.543.3.1.4.1.27.1.12 |
aperTnServRtmPerAlsResetCountersSetting this value to yes(1) will cause all transaction
counters for all LU's on the specified ALS to zero.
This variable can be set by the management station
only when aperTnServRtmPerAlsControl for the specified
ALS is local(2).rw Enumeration .1.3.6.1.4.1.543.3.1.4.1.27.1.13 |
aperTnServRtmPerAlsThresholdTriggerThis value indicates the threshold of average response
time. If the transaction time being monitored exceeds
this value and aperTnServRtmPerAlsThresholdTriggerState is
on(1), then an excessive response time trap will be
generated to the manager. Once a trap has been generated,
the trigger is disabled and must be re-enabled by
the SNMP management station.rw INTEGER .1.3.6.1.4.1.543.3.1.4.1.27.1.14 |
aperTnServRtmPerAlsThresholdTriggerStateIf this value is on(1), then whenever the average response
for this LU exceeds aperTnServRtmPerAlsThresholdTrigger, then an
excessive response time trap will be generated to the
manage. This causes the state to become off(2). The management
station must reset this trigger in order to rearm this trap.rw Enumeration .1.3.6.1.4.1.543.3.1.4.1.27.1.15 |
aperTnServRtmPerAlsCounterOverflowTriggerStateIf this value is on(1), then whenever a transaction counter
overflows, a counter overflow trap is generated to the
management station..rw Enumeration .1.3.6.1.4.1.543.3.1.4.1.27.1.16 |
aperTnServRtmPerAlsUnbindTriggerStateIf this value is on(1), then whenever an unbind on a session
with RTM enabled occurs, a session unbound trap is generated
to the management station.rw Enumeration .1.3.6.1.4.1.543.3.1.4.1.27.1.17 |
aperTnServTraps OBJECT IDENTIFIER .1.3.6.1.4.1.543.3.1.5 |
aperTnServTrapsRtmExcessiveTransactionThis trap indicates that the average transaction time
of the specified LU has exceeded that specified as
the trigger value of this trap. TRAP-TYPE .1.3.6.1.4.1.543.3.1.5.0.1 |
aperTnServTrapsRtmCounterOverflowThis trap indicates that a transaction counter has exceeded
its maximum value. The variables included is a row in the
RtmTable. Once this trap has occur, if RTM is host controlled
and HOST Alert on Overflow is enabled, the counters will be
automatically reset. Otherwise, the counters must
be reset by the management station. TRAP-TYPE .1.3.6.1.4.1.543.3.1.5.0.2 |
aperTnServTrapsRtmSessionUnboundThis trap indicates that a LU which has transaction
timing active has been unbound. The variables included
is a row in the RtmTable. Once this trap has occur,
if RTM is host controlled and HOST Alert on Session Unbind
is enabled, the counters will be automatically reset.
Otherwise, the counters must be reset by the management station. TRAP-TYPE .1.3.6.1.4.1.543.3.1.5.0.3 |
aperTnServTrapsUserDisabledThis trap indicates that a user profile has been disabled
by the TNSERVER because of an attempt to connect to a
Telnet User Connection Name, but supplying an invalid
password several times consecutively without specifying
the correct password. The number of consecutive attempts
allowed is a configurable MIB variable. TRAP-TYPE .1.3.6.1.4.1.543.3.1.5.0.4 |