CISCOSB-TELNET-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCOSB-TELNET-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 rlTelnet 1.3.6.1.4.1.9.6.1.101.58
This private MIB module defines telnet private MIBs.
       rlTelnetMibVersion 1.3.6.1.4.1.9.6.1.101.58.1 integer read-only
MIB's version, the current version is 1.
       rlTelnetPassword 1.3.6.1.4.1.9.6.1.101.58.2 displaystring read-write
Telnet Password
       rlTelnetTimeout 1.3.6.1.4.1.9.6.1.101.58.3 integer read-write
The number of minutes after which the TCP connection is closed if no activity is detected from the Client
       rlTelnetUsersTable 1.3.6.1.4.1.9.6.1.101.58.4 no-access
This table hold information about current telnet sessions
           rlTelnetUsersEntry 1.3.6.1.4.1.9.6.1.101.58.4.1 no-access
The row definition for this table.
               rlTelnetSessionId 1.3.6.1.4.1.9.6.1.101.58.4.1.1 integer read-only
Telnet Session ID
               rlTelnetSessionClientAddressType 1.3.6.1.4.1.9.6.1.101.58.4.1.2 inetaddresstype read-only
Telnet Session Client Inet address type
               rlTelnetSessionClientAddress 1.3.6.1.4.1.9.6.1.101.58.4.1.3 inetaddress read-only
Telnet Session Client Inet address
               rlTelnetSessionLoginTime 1.3.6.1.4.1.9.6.1.101.58.4.1.4 displaystring read-only
Telnet Session Login Time string
               rlTelnetSessionStatus 1.3.6.1.4.1.9.6.1.101.58.4.1.5 integer read-write
Telnet Session status. After status has been set to diconnect the sessions is closed and the matching entry is deleted from the table. Enumeration: 'disconnect': 2, 'connected': 1.
       rlTelnetLoginBanner 1.3.6.1.4.1.9.6.1.101.58.5 displaystring read-write
Telnet Login Banner. When telnet connection is established, the banner is the concatanation of this MIB and rlTelnetSecondLoginBanner.
       rlTelnetSecondLoginBanner 1.3.6.1.4.1.9.6.1.101.58.6 displaystring read-write
Telnet Login Banner Extension. When telnet connection is established, the banner is the concatanation of rlTelnetLoginBanner and this MIB
       rlTelnetEnable 1.3.6.1.4.1.9.6.1.101.58.7 truthvalue read-write
command added. Communication via this MIB.