MIBs Depot

CISCO-TELNET-SERVER-MIB

Registered at
1.3.6.1.4.1.9.9.630
Last updated
2007-05-08 00:00
Organization
Cisco Systems, Inc.
Revisions
2007-05-08 00:00
Namespace
cisco
Source file
CISCO-TELNET-SERVER-MIB
Digest
sha256:211eebcecfe9efbafce6342c9273b768e17833af27675232c709ce86e52ab270

Description

MIB module for displaying and configuring Telnet related features in a device. Telnet is a program to log into another computer over a network, to execute commands in a remote machine.

Contact

Cisco Systems Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553 -NETS E-mail: cs-san@cisco.com, cs-lan-switch-snmp@cisco.com

Imports

FromSymbols
CISCO-SMIciscoMgmt
INET-ADDRESS-MIBInetAddress, InetAddressType, InetPortNumber
SNMP-FRAMEWORK-MIBSnmpAdminString
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMIMODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION, TruthValue

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

CISCO-SMI
CISCO-TELNET-SERVER-MIB
INET-ADDRESS-MIB
SNMP-FRAMEWORK-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
ciscoTelnetServerMIBNotifs
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.630.0
ciscoTelnetServerMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.630.1
ciscoTelnetServerConfigObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.630.1.1
ctsTelnetActivation
OBJECT-TYPE
This object specifies whether the Telnet access service on the device is enabled.
1.3.6.1.4.1.9.9.630.1.1.1TruthValueread-writecurrent
ctsSessionEndedNotifEnable
OBJECT-TYPE
This object controls whether the system produces ctsSessionEnded notifications. A 'false' value will prevent ctsSessionEnded notifications from being generated by this system.
1.3.6.1.4.1.9.9.630.1.1.2TruthValueread-writecurrent
ctsSessionStartedNotifEnable
OBJECT-TYPE
This object controls whether the system produces ctsSessionStarted notifications. A 'false' value will prevent ctsSessionStarted notifications from being generated by this system.
1.3.6.1.4.1.9.9.630.1.1.3TruthValueread-writecurrent
ctsSessionDeniedNotifEnable
OBJECT-TYPE
This object controls whether the system produces ctsSessionDenied notifications. A 'false' value will prevent ctsSessionDenied notifications from being generated by this system.
1.3.6.1.4.1.9.9.630.1.1.4TruthValueread-writecurrent
ctsSessionFailureNotifEnable
OBJECT-TYPE
This object controls whether the system produces ctsSessionLoginFailure notifications. A 'false' value will prevent ctsSessionLoginFailure notifications from being generated by this system.
1.3.6.1.4.1.9.9.630.1.1.5TruthValueread-onlycurrent
ciscoTelnetServerStatusObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.630.1.2
ctsSessionsTable
OBJECT-TYPE
This table provides data for each telnet session on an entity capable of running telnet server.
1.3.6.1.4.1.9.9.630.1.2.1not-accessiblecurrent
ctsSessionsEntry
OBJECT-TYPE
An entry (conceptual row) in the ctsSessionsTable. This entry lists the data for the telnet session on the entity running the telnet server. An entry in the ctsSessionTable, that provides detailed information about all the existing telnet sessions on the device. An entry will be created for every telnet session established on the device. The entry will be removed upon termination of the telnet session.
1.3.6.1.4.1.9.9.630.1.2.1.1not-accessiblecurrent
ctsSessionID
OBJECT-TYPE
An arbitrary index that uniquely identifies a Telnet Session.
1.3.6.1.4.1.9.9.630.1.2.1.1.1Unsigned32not-accessiblecurrent
ctsSessionDescription
OBJECT-TYPE
Human readable description about the session.
1.3.6.1.4.1.9.9.630.1.2.1.1.2SnmpAdminStringread-onlycurrent
ctsSessionClientAddressType
OBJECT-TYPE
The type of Internet address of the client that requested this session.
1.3.6.1.4.1.9.9.630.1.2.1.1.3InetAddressTyperead-onlycurrent
ctsSessionsClientAddress
OBJECT-TYPE
The Internet address of the client that requested this session. The type of this address is determined by the value of the ctsSessionClientAddressType object.
1.3.6.1.4.1.9.9.630.1.2.1.1.4InetAddressread-onlycurrent
ctsSessionPID
OBJECT-TYPE
The object indicates the process ID of the process serving this telnet session on the device.
1.3.6.1.4.1.9.9.630.1.2.1.1.5Unsigned32read-onlycurrent
ctsSessionUserID
OBJECT-TYPE
The object indicates user name associated with this telnet session.
1.3.6.1.4.1.9.9.630.1.2.1.1.6SnmpAdminStringread-onlycurrent
ctsSessionTcpPort
OBJECT-TYPE
The TCP source port number of the remote client.
1.3.6.1.4.1.9.9.630.1.2.1.1.7InetPortNumberread-onlycurrent
ciscoTelnetServerMIBConform
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.630.2
ciscoTelnetServerMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.630.2.1
ciscoTelnetServerMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.630.2.2

Notifications

NameOIDStatus
ctsSessionEnded
NOTIFICATION-TYPE
This notification signifies that the agent entity has detected end of a telnet session.
1.3.6.1.4.1.9.9.630.0.1current
ctsSessionStarted
NOTIFICATION-TYPE
This notification is sent when the agent entity has accepted a new telnet session.
1.3.6.1.4.1.9.9.630.0.2current
ctsSessionDenied
NOTIFICATION-TYPE
This notification signifies that the agent has refused a telnet session.
1.3.6.1.4.1.9.9.630.0.3current
ctsSessionLoginFailure
NOTIFICATION-TYPE
This notification is sent when the agent entity has detected attempt to login with wrong credentials.
1.3.6.1.4.1.9.9.630.0.4current

Conformance

NameOIDStatus
ciscoTelnetServerMIBCompliance
MODULE-COMPLIANCE
The compliance statement for SNMP Agents which implement this MIB.
1.3.6.1.4.1.9.9.630.2.1.1current
ctsMIBSessionsObjectGroup
OBJECT-GROUP
This group of objects maintains informative data for each Telnet session on a device that runs Telnet Server.
1.3.6.1.4.1.9.9.630.2.2.1current
ctsMIBNotificationGroup
NOTIFICATION-GROUP
This group contains notifications for this MIB.
1.3.6.1.4.1.9.9.630.2.2.2current
ctsSessionNotifsControlGroup
OBJECT-GROUP
A collection of objects providing configuration information applicable to all session notifications.
1.3.6.1.4.1.9.9.630.2.2.3current