SSHTM-MIB
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
Main OID:
sshtmMIB.1.3.6.1.2.1.1
24
Objects
Active
Status
5
Dependencies
Imported Objects
Objects
24 total| Object Name |
|---|
sshtmMIBThe 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 MODULE-IDENTITY .1.3.6.1.2.1.1 |
sshtmNotifications OBJECT IDENTIFIER .1.3.6.1.2.1.1.0 |
sshtmMIBObjects OBJECT IDENTIFIER .1.3.6.1.2.1.1.1 |
sshtmSession OBJECT IDENTIFIER .1.3.6.1.2.1.1.1.1 |
sshtmSessionCurrentThe current number of open sessions.ro Gauge32 .1.3.6.1.2.1.1.1.1.1 |
sshtmSessionMaxSupportedThe maximum number of open sessions supported. The value zero indicates the maximum is dynamic.ro Unsigned32 .1.3.6.1.2.1.1.1.1.2 |
sshtmSessionOpenErrorsThe number of times an openSession() request failed to open a Session.ro Counter32 .1.3.6.1.2.1.1.1.1.3 |
sshtmSessionSecurityLevelNotAvailableErrorsThe number of times an outgoing message was discarded because a requested securityLevel could not provided.ro Counter32 .1.3.6.1.2.1.1.1.1.4 |
sshtmSessionNoAvailableSessionsThe number of times a Response message was dropped because the corresponding session was no longer available.ro Counter32 .1.3.6.1.2.1.1.1.1.5 |
sshtmUser OBJECT IDENTIFIER .1.3.6.1.2.1.1.1.2 |
sshtmUserSpinLockAn advisory lock used to allow several cooperating Command Generator Applications to coordinate their use of facilities to alter the sshtmUserTable.rw TestAndIncr (SNMPv2-TC) .1.3.6.1.2.1.1.1.2.1 |
sshtmUserTableThe 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. SEQUENCE OF SshtmUserEntry .1.3.6.1.2.1.1.1.2.2 |
sshtmUserEntryA user configured in the SNMP engine's Local Configuration Datastore (LCD) for the SSH Transport Model. SshtmUserEntry .1.3.6.1.2.1.1.1.2.2.1 |
sshtmUserAddressA remote SNMP engine's SSH address. TransportAddressSSH .1.3.6.1.2.1.1.1.2.2.1.1 |
sshtmUserSecurityNameA 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.ro SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.2.1.1.1.2.2.1.2 |
sshtmUserNameThis is the user name used in the SSH_MSG_USERAUTH_REQUEST to authenticate the client. SnmpAdminString .1.3.6.1.2.1.1.1.2.2.1.3 |
sshtmUserStorageTypeThe 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.rw StorageType (SNMPv2-TC) .1.3.6.1.2.1.1.1.2.2.1.4 |
sshtmUserStatusThe 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.rw RowStatus (SNMPv2-TC) .1.3.6.1.2.1.1.1.2.2.1.5 |
sshtmConformance OBJECT IDENTIFIER .1.3.6.1.2.1.1.2 |
sshtmGroups OBJECT IDENTIFIER .1.3.6.1.2.1.1.2.1 |
sshtmGroupA collection of objects for maintaining information of an SNMP engine which implements the SNMP Secure Shell Transport Model. Unknown .1.3.6.1.2.1.1.2.1.2 |
sshtmCompliances OBJECT IDENTIFIER .1.3.6.1.2.1.1.2.2 |
sshtmComplianceThe compliance statement for SNMP engines that support the SSHTM-MIB Unknown .1.3.6.1.2.1.1.2.2.1 |
transportDomainSSHThe 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. OBJECT IDENTIFIER .1.3.6.1.6.1.1 |