sshSessionState
RAISECOM-SSH-MIB ·
.1.3.6.1.4.1.8886.1.15.1.3.1.1.3
Object
column
Enumeration
The object indicates the current state of Secure Shell Session. The state sessionVersionOk(1) indicates that server and client versions of SSH are exchanged and are compatible. The state sessionKeysExchanged(2) indicates that key exchange has been completed. The state sessionAuthenticated(3) indicates that the client has been successfully authenticated. The state sessionOpen(4) indicates that the session has been successfully opened. The state sessionDisconnecting(5) indicates that the session disconnection has begun. The state sessionDisconnected(6)indicates that the session has been disconnected. The state sessionClosed(7) indicates that the session has closed.
Context
- MIB
- RAISECOM-SSH-MIB
- OID
.1.3.6.1.4.1.8886.1.15.1.3.1.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- sshSessionEntry
- Table
- sshSessionTable
- Siblings
- 10
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | sessionVersionOk |
2 | sessionKeysExchanged |
3 | sessionAuthenticated |
4 | sessionOpen |
5 | sessionDisconnecting |
6 | sessionDisconnected |
7 | sessionClosed |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| sshSessionId An arbitrary index that uniquely identifies a Secure Shell
Session, but not the session ID generated resulting from key exchange. | column | - | .1.3.6.1.4.1.8886.1.15.1.3.1.1.1 |
| sshSessionConnectTime The object indicates the time of this session has been connected. | column | OctetString | .1.3.6.1.4.1.8886.1.15.1.3.1.1.10 |
| sshSessionEnable Enables or disables this session. | column | SWITCH-TCEnableVar | .1.3.6.1.4.1.8886.1.15.1.3.1.1.11 |
| sshSessionVersion The object indicates the SSH version used by this session. | column | Enumeration | .1.3.6.1.4.1.8886.1.15.1.3.1.1.2 |
| sshSessionUserId The object indicates user name associated with this session. | column | OctetString | .1.3.6.1.4.1.8886.1.15.1.3.1.1.4 |
| sshSessionHostAddr The object indicates IP address of host associated with this session. | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.8886.1.15.1.3.1.1.5 |
| sshSessionInEncrypt The object indicates the ingress encryption algorithm of this session. | column | OctetString | .1.3.6.1.4.1.8886.1.15.1.3.1.1.6 |
| sshSessionOutEncrypt The object indicates the egress encryption algorithm of this session.
If the session version is SSH-1, it is always the same as sshSessionInEncrypt. | column | OctetString | .1.3.6.1.4.1.8886.1.15.1.3.1.1.7 |
| sshSessionInHmac The object indicates the ingress HMAC algorithm used in this session. | column | OctetString | .1.3.6.1.4.1.8886.1.15.1.3.1.1.8 |
| sshSessionOutHmac The object indicates the egress HMAC algorithm used in this session. | column | OctetString | .1.3.6.1.4.1.8886.1.15.1.3.1.1.9 |