Cisco Network Module Enhanced Application Performance Assurance MIB Reference Guide
CISCO-TELNET-SERVER-MIB

Table Of Contents

CISCO-TELNET-SERVER-MIB

CISCO-TELNET-SERVER-MIB Objects

ciscoTelnetServerConfigObjects Group

ctsTelnetActivation (integer)

ctsSessionEndedNotifEnable (integer)

ctsSessionStartedNotifEnable (integer)

ctsSessionDeniedNotifEnable (integer)

ctsSessionFailureNotifEnable (integer)

ciscoTelnetServerStatusObjects Group

ctsSessionsTable

CISCO-TELNET-SERVER-MIB Notifications

ctsSessionEnded

ctsSessionStarted

ctsSessionDenied

ctsSessionLoginFailure


CISCO-TELNET-SERVER-MIB


The CISCO-TELNET-SERVER-MIB displays and configures Telnet related features in a device.

Telnet is a program to log into another computer over a network, to execute commands on a remote machine.

CISCO-TELNET-SERVER-MIB Objects

CISCO-TELNET-SERVER-MIB Notifications

CISCO-TELNET-SERVER-MIB Objects

The CISCO-TELNET-SERVER-MIB contains the following objects:

ciscoTelnetServerConfigObjects Group

ctsTelnetActivation

ctsSessionEndedNotifEnable

ctsSessionStartedNotifEnable

ctsSessionDeniedNotifEnable

ctsSessionFailureNotifEnable

ciscoTelnetServerStatusObjects Group

ctsSessionsTable

ctsSessionID

ctsSessionDescription

ctsSessionClientAddressType

ctsSessionsClientAddress

ctsSessionPID

ctsSessionUserID

ctsSessionTcpPort

ciscoTelnetServerConfigObjects Group

OBJECTS

ctsTelnetActivation (integer)

ctsSessionEndedNotifEnable (integer)

ctsSessionStartedNotifEnable (integer)

ctsSessionDeniedNotifEnable (integer)

ctsSessionFailureNotifEnable (integer)

ctsTelnetActivation (integer)

Specifies whether the Telnet access service on the device is enabled.

Access : read-write

Valid Values

true (1)

false (2)

ctsSessionEndedNotifEnable (integer)

Controls whether the system produces ctsSessionEnded notifications. A 'false' value prevents ctsSessionEnded notifications from being generated.

Access : read-write

Valid Values

true (1)

false (2)

ctsSessionStartedNotifEnable (integer)

Controls whether the system produces ctsSessionStarted notifications. A 'false' value will prevent ctsSessionStarted notifications from being generated.

Access : read-write

Valid Values

true (1)

false (2)

ctsSessionDeniedNotifEnable (integer)

Controls whether the system produces ctsSessionDenied notifications. A 'false' value prevents ctsSessionDenied notifications from being generated.

Access : read-write

Valid Values

true (1)

false (2)

ctsSessionFailureNotifEnable (integer)

Controls whether the system produces ctsSessionLoginFailure notifications. A 'false' value prevents ctsSessionLoginFailure notifications from being generated.

Access : read-only

Valid Values

true (1)

false (2)

ciscoTelnetServerStatusObjects Group

ctsSessionsTable

This table provides data for each telnet session on an entity capable of running a telnet server.

An entry is created for every telnet session established on the device. Each entry provides detailed information about all the existing telnet sessions on the device.

The entry is removed upon termination of the telnet session.

INDEX

ctsSessionID

OBJECTS

ctsSessionID (unsigned32)

ctsSessionDescription (SnmpAdminString)

ctsSessionClientAddressType (integer)

ctsSessionsClientAddress (InetAddress)

ctsSessionPID (unsigned32)

ctsSessionUserID (SnmpAdminString)

ctsSessionTcpPort (unsigned32)

ctsSessionID (unsigned32)

An arbitrary index that uniquely identifies a Telnet Session.

Access : unaccessible

ctsSessionDescription (SnmpAdminString)

User-readable description of the session.

Access : read-only

ctsSessionClientAddressType (integer)

The type of Internet address of the client that requested this session.

Access : read-only

Valid Values :

unknown (0)

ipv4 (1)

ipv6 (2)

ipv4z (3)

ipv6z (4)

dns (16)

ctsSessionsClientAddress (InetAddress)

The Internet address of the client that requested this session. The type of this address is determined by the value of the ctsSessionClientAddressType object.

Access : read-only

ctsSessionPID (unsigned32)

The process ID of the process serving this telnet session on the device.

Access : read-only

ctsSessionUserID (SnmpAdminString)

The user name associated with this telnet session.

Access : read-only

ctsSessionTcpPort (unsigned32)

The port number of the TCP source of the remote client.

Access : read-only

Valid Values : 0..65535

CISCO-TELNET-SERVER-MIB Notifications

The CISCO-TELNET-SERVER-MIB contains the following notifications:

ctsSessionEnded

ctsSessionStarted

ctsSessionDenied

ctsSessionLoginFailure

ctsSessionEnded

Sent when the agent entity has detected end of a telnet session.

ctsSessionStarted

Sent when the agent entity has accepted a new telnet session.

ctsSessionDenied

Signifies that the agent has refused a telnet session.

ctsSessionLoginFailure

Sent when the agent entity has detected an attempt to login with wrong credentials.