RAISECOM-SSH-MIB :: sshSessionState

MIB Reference — IPNetwork Monitor

All MIBsRAISECOM-SSH-MIBsshSessionState

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 OIDNameModule
1isoLANART-AGENT
1.3orgBIANCA-BRICK-PPP-MIB
1.3.6dodBIANCA-BRICK-PPP-MIB
1.3.6.1internetBIANCA-BRICK-PPP-MIB
1.3.6.1.4privateBIANCA-BRICK-PPP-MIB
1.3.6.1.4.1enterprisesANIROOT-MIB
1.3.6.1.4.1.8886raisecomRAISECOM-BASE-MIB
1.3.6.1.4.1.8886.1raisecomAgentRAISECOM-BASE-MIB
1.3.6.1.4.1.8886.1.15raisecomSshRAISECOM-SSH-MIB
1.3.6.1.4.1.8886.1.15.1raisecomSshObjectsRAISECOM-SSH-MIB
1.3.6.1.4.1.8886.1.15.1.3raisecomSshSessionInfoRAISECOM-SSH-MIB
1.3.6.1.4.1.8886.1.15.1.3.1sshSessionTableRAISECOM-SSH-MIB
1.3.6.1.4.1.8886.1.15.1.3.1.1sshSessionEntryRAISECOM-SSH-MIB
1.3.6.1.4.1.8886.1.15.1.3.1.1.3sshSessionStateRAISECOM-SSH-MIB