The object shows current session information of the SSH server which includes username, version information, retry times of online users currently.
The index of the table is hwSSHSessionIndex.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.25.118.1.12.1.1 |
hwSSHSessionIndex |
Integer32 |
not-accessible |
The object specifies the index of hwSSHServerSessionTable. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.118.1.12.1.2 |
hwSSHSessionUserName |
OCTET STRING{(0,255)} |
read-only |
The object specifies the name of a SSH user, which has started a session. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.118.1.12.1.3 |
hwSSHSessionConnectType |
INTEGER{none(0),vty0(1),vty1(2),vty2(3),vty3(4),vty4(5),vty5(6),vty6(7),vty7(8),vty8(9),vty9(10),vty10(11),vty11(12),vty12(13),vty13(14),vty14(15),vty15(16),vty16(17),vty17(18),vty18(19),vty19(20),vty20(21)} |
read-only |
The object specifies the line number supports a connection of SSH user which is in connection with SSH server. Options: 1.none(0) -No specifies the line number. 2.vty0(1) -The line number is 1. 3.vty1(2) -The line number is 2. 4.vty2(3) -The line number is 3. 5.vty3(4) -The line number is 4. 6.vty4(5) -The line number is 5. 7.vty5(6) -The line number is 6. 8.vty6(7) -The line number is 7. 9.vty7(8) -The line number is 8. 10.vty8(9) -The line number is 9. 11.vty9(10) -The line number is 10. 12.vty10(11) -The line number is 11. 13.vty11(12) -The line number is 12. 14.vty12(13) -The line number is 13. 15.vty13(14) -The line number is 14. 16.vty14(15) -The line number is 15. 17.vty15(16) -The line number is 16. 18.vty16(17) -The line number is 17. 19.vty17(18) -The line number is 18. 20.vty18(19) -The line number is 19. 21.vty19(20) -The line number is 20. 22.vty20(21) -The line number is 21. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.118.1.12.1.4 |
hwSSHSessionVer |
OCTET STRING{(0,255)} |
read-only |
The object specifies the version information of a SSH user which is in connection with SSH server. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.118.1.12.1.5 |
hwSSHSessionState |
INTEGER{started(1)} |
read-only |
The object specifies the state of a SSH user which is in connection with SSH server. The value is an enumerated type and case sensitive, which can be: 1.started(1)-indicates the state is start. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.118.1.12.1.6 |
hwSSHSessionRetry |
Integer32{(0,5)} |
read-only |
The object specifies SSH user's retrying times in authentications. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.118.1.12.1.7 |
hwSSHSessionCtosCipher |
OCTET STRING{(0,255)} |
read-only |
The object specifies the cipher of custom to server. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.118.1.12.1.8 |
hwSSHSessionStocCipher |
OCTET STRING{(0,255)} |
read-only |
The object specifies the cipher of server to custom. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.118.1.12.1.9 |
hwSSHSessionCtosHmac |
OCTET STRING{(0,255)} |
read-only |
The object specifies the hmac of custom to server. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.118.1.12.1.10 |
hwSSHSessionStocHmac |
OCTET STRING{(0,255)} |
read-only |
The object specifies the hmac of server to custom. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.118.1.12.1.11 |
hwSSHSessionKex |
OCTET STRING{(0,255)} |
read-only |
The object specifies the key exchange. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.118.1.12.1.12 |
hwSSHSessionAuthType |
OCTET STRING{(0,255)} |
read-only |
The object specifies the authentication type of SSH session. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.118.1.12.1.13 |
hwSSHSessionServiceType |
OCTET STRING{(0,255)} |
read-only |
The object specifies the service type of SSH session. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.118.1.12.1.14 |
hwSSHSessionKeyType |
INTEGER{keyTypeRSA(1),keyTypeDSA(2),keyTypeECC(3),keyTypeSM2(5),keyTypePKI(6),keyTypeRSASHA256(7),keyTypeRSASHA512(8)} |
read-only |
The object specifies the public key type of SSH session. Options: 1.keyTypeRSA(1) -The public key type of SSH session is RSA. 2.keyTypeDSA(2) -The public key type of SSH session is DSA. 3.keyTypeECC(3) -The public key type of SSH session is ECC. 4.keyTypeSM2(5) -The public key type of SSH session is SM2. 5.keyTypePKI(6) -The public key type of SSH session is PKI. 6.keyTypePKI(7) -The public key type of SSH session is RSA_SHA2_256. 7.keyTypePKI(8) -The public key type of SSH session is RSA_SHA2_512. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.118.1.12.1.15 |
hwSSHSessionConnectionIndex |
Integer32 |
read-only |
The object specifies the line number supports a connection of SSH user which is in connection with SSH(STelnet/Sftp/SNetConf) server. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.118.1.12.1.16 |
hwSSHSessionCtosCompress |
OCTET STRING{(0,255)} |
read-only |
The object specifies the Compression algorithm of SSH client to server. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.118.1.12.1.17 |
hwSSHSessionStocCompress |
OCTET STRING{(0,255)} |
read-only |
The object specifies the Compression algorithm of SSH Server to client. |
This object is implemented as defined in the corresponding MIB files. |