All MIBs › RAISECOM-SSH-MIB › sshSessionState
sshSessionState
Module: RAISECOM-SSH-MIB
OID (symbolic): RAISECOM-SSH-MIB::sshSessionState
OID (numeric): 1.3.6.1.4.1.8886.1.15.1.3.1.1.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
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.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.8886.1.15.1.3.1.1.3 snmpwalk -v2c -c public <target> RAISECOM-SSH-MIB::sshSessionState
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.8886.1.15.1.3.1.1.3.1 snmpget -v2c -c public <target> RAISECOM-SSH-MIB::sshSessionState.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> sshSessionState.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.8886 | raisecom | RAISECOM-BASE-MIB |
| 1.3.6.1.4.1.8886.1 | raisecomAgent | RAISECOM-BASE-MIB |
| 1.3.6.1.4.1.8886.1.15 | raisecomSsh | RAISECOM-SSH-MIB |
| 1.3.6.1.4.1.8886.1.15.1 | raisecomSshObjects | RAISECOM-SSH-MIB |
| 1.3.6.1.4.1.8886.1.15.1.3 | raisecomSshSessionInfo | RAISECOM-SSH-MIB |
| 1.3.6.1.4.1.8886.1.15.1.3.1 | sshSessionTable | RAISECOM-SSH-MIB |
| 1.3.6.1.4.1.8886.1.15.1.3.1.1 | sshSessionEntry | RAISECOM-SSH-MIB |
| 1.3.6.1.4.1.8886.1.15.1.3.1.1.3 | sshSessionState | RAISECOM-SSH-MIB |