SSHTM-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: SSHTM-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
 sshtmMIB 1.3.6.1.2.1.1
The Secure Shell Transport Model MIB Copyright (C) The Internet Society (2006). This version of this MIB module is part of RFC XXXX; see the RFC itself for full legal notices. -- NOTE to RFC editor: replace XXXX with actual RFC number -- for this document and remove this note
     sshtmNotifications 1.3.6.1.2.1.1.0
     sshtmMIBObjects 1.3.6.1.2.1.1.1
         sshtmSession 1.3.6.1.2.1.1.1.1
             sshtmSessionCurrent 1.3.6.1.2.1.1.1.1.1 gauge32 read-only
The current number of open sessions.
             sshtmSessionMaxSupported 1.3.6.1.2.1.1.1.1.2 unsigned32 read-only
The maximum number of open sessions supported. The value zero indicates the maximum is dynamic.
             sshtmSessionOpenErrors 1.3.6.1.2.1.1.1.1.3 counter32 read-only
The number of times an openSession() request failed to open a Session.
             sshtmSessionSecurityLevelNotAvailableErrors 1.3.6.1.2.1.1.1.1.4 counter32 read-only
The number of times an outgoing message was discarded because a requested securityLevel could not provided.
             sshtmSessionNoAvailableSessions 1.3.6.1.2.1.1.1.1.5 counter32 read-only
The number of times a Response message was dropped because the corresponding session was no longer available.
         sshtmUser 1.3.6.1.2.1.1.1.2
             sshtmUserSpinLock 1.3.6.1.2.1.1.1.2.1 testandincr read-write
An advisory lock used to allow several cooperating Command Generator Applications to coordinate their use of facilities to alter the sshtmUserTable.
             sshtmUserTable 1.3.6.1.2.1.1.1.2.2 no-access
The table of users configured in the SNMP engine's Local Configuration Datastore (LCD). Most configuration of this table is expected to be done by an agent dynamically. It is possible for an SNMP management application to pre-configure the table with static information useful for translating from an SSH-specific user to a model-independent securityName, or for statically configuring the only entities authorized to receive notifications. To create a new user (i.e., to instantiate a new conceptual row in this table), it is recommended to follow this procedure: 1) GET(sshtmUserSpinLock.0) and save in sValue. 2) SET(sshtmUserSpinLock.0=sValue, sshtmUserStatus=createAndWait) 3) configure the entry 4) SET(sshtmUserStatus=active) The new user should now be available and ready to be used for SNMPv3 communication. The use of sshtmUserSpinlock is to avoid conflicts with another SNMP command generator application which may also be acting on the sshtmUserTable.
                 sshtmUserEntry 1.3.6.1.2.1.1.1.2.2.1 no-access
A user configured in the SNMP engine's Local Configuration Datastore (LCD) for the SSH Transport Model.
                     sshtmUserAddress 1.3.6.1.2.1.1.1.2.2.1.1 transportaddressssh no-access
A remote SNMP engine's SSH address.
                     sshtmUserSecurityName 1.3.6.1.2.1.1.1.2.2.1.2 snmpadminstring read-only
A human readable string representing the user in Transport Model independent format. The default transformation of the sshtmUserName to the sshtmUserSecurityName and vice versa is the identity function so that the sshtmUserSecurityName is usually the same as the sshtmUserName.
                     sshtmUserName 1.3.6.1.2.1.1.1.2.2.1.3 snmpadminstring no-access
This is the user name used in the SSH_MSG_USERAUTH_REQUEST to authenticate the client.
                     sshtmUserStorageType 1.3.6.1.2.1.1.1.2.2.1.4 storagetype read-only
The storage type for this conceptual row. It is an implementation issue to decide if a SET for a readOnly or permanent row is accepted at all. In some contexts this may make sense, in others it may not. If a SET for a readOnly or permanent row is not accepted at all, then a 'wrongValue' error must be returned.
                     sshtmUserStatus 1.3.6.1.2.1.1.1.2.2.1.5 rowstatus read-only
The status of this conceptual row. Until instances of all corresponding columns are appropriately configured, the value of the corresponding instance of the sshtmUserStatus column is 'notReady'. The value of this object has no effect on whether other objects in this conceptual row can be modified.
     sshtmConformance 1.3.6.1.2.1.1.2
         sshtmGroups 1.3.6.1.2.1.1.2.1
             sshtmGroup 1.3.6.1.2.1.1.2.1.2
A collection of objects for maintaining information of an SNMP engine which implements the SNMP Secure Shell Transport Model.
         sshtmCompliances 1.3.6.1.2.1.1.2.2
             sshtmCompliance 1.3.6.1.2.1.1.2.2.1
The compliance statement for SNMP engines that support the SSHTM-MIB
 transportDomainSSH 1.3.6.1.6.1.1
The SSH transport domain. The corresponding transport address is of type TransportAddressSSH. When an SNMP entity uses the transportDomainSSH transport model, it must be capable of accepting messages up to and including 8192 octets in size. Implementation of larger values is encouraged whenever possible.