CISCO-SECURE-SHELL-MIB.mib object view, vendor Cisco
Introduction
Most network devices and programs ship with so-called MIB files to describe the parameters and meanings (i.e.: friendly names) which are available for monitoring via SNMP.
ActiveXperts Network Monitor 2024 can import vendor-specific MIB files, so it can be used to monitor specific OID's (Object Identifiers).
This way, you can monitor your devices, computers, etc. by selecting your relevant OID's by name.
ActiveXperts Network Monitor 2024 can import MIB file CISCO-SECURE-SHELL-MIB and use it to monitor vendor specific OID's.
CISCO-SECURE-SHELL-MIB file content
Object view of CISCO-SECURE-SHELL-MIB:
Scalar Object |
cssServiceActivation |
.1.3.6.1.4.1.9.9.339.1.1.1 |
Enables or disables the Secure Shell (SSH) service on
the device.
|
cssKeyEntry |
.1.3.6.1.4.1.9.9.339.1.1.2.1 |
A SSH key table entry. The index specifies which
protocol the user wants to generate the key for.
To create the key for a protocol (for the first time),
following steps are to be taken by the Network
Management System.
1. Choose the Protocol, by specifying the cssKeyIndex
2. Choose nbits, by specifying the cssKeyNBits value
3. cssKeyRowStatus as createAndGo (4)
To delete the key for a protocol, following steps
are to be taken by the Network Management System
1. Choose the Protocol, by specifying the cssKeyIndex
2. cssKeyRowStatus as destroy (6)
To overwrite the existing key for a protocol
1. Choose the Protocol, by specifying the cssKeyIndex
2. Choose the nbits, by specifying the cssKeyNBits value
3. cssKeyOverWrite as true(1).
|
cssServiceCapability |
.1.3.6.1.4.1.9.9.339.1.1.3 |
The object indicates which versions of Secure Shell protocol
are supported by the device.
If the bit 'v1' is set to 1, it indicates that the device
supports SSH protocol version 1.
If the bit 'v2' is set to 1, it indicates that the device
supports SSH protocol version 2.
|
cssServiceMode |
.1.3.6.1.4.1.9.9.339.1.1.4 |
This object specifies which versions of Secure Shell
protocol connections that device will accept from
Secure Shell clients.
If the bit 'v1' is set to 1, the device will accept
SSH version 1 connections.
If the bit 'v2' is set to 1, the device will accept
SSH version 2 connections.
At least one of the version bits must be set to 1.
|
cssSessionEntry |
.1.3.6.1.4.1.9.9.339.1.2.1.1 |
An entry in the cssSessionTable, that provides
detailed information about all the existing SSH sessions on
the device.
An entry will be created for every SSH session established
on the device. The entry will be removed upon termination
of the SSH session.
|
Tabular Object |
cssKeyIndex |
.1.3.6.1.4.1.9.9.339.1.1.2.1.1 |
The SSH Protocol Identifier for which this entry
pertains to. The protocol can be rsa1, dsa or rsa.
rsa - A public-key cryptosystem defined by Rivest,
Shamir and Adleman. This is used with version 2
of the SSH.
rsa1 - Same as rsa, but this is used with version 1 of
the SSH.
dsa - Digital Signature Algorithm, a public key
cipher used to generate digital signatures.
|
cssKeyNBits |
.1.3.6.1.4.1.9.9.339.1.1.2.1.2 |
The number of bits provided to generate the key.
This determines the length of the kestring
generated by the SSH.
This object cannot be modified while this row is
active, unless the associated cssKeyOverWrite
object is set to True in the same Set PDU.
|
cssKeyOverWrite |
.1.3.6.1.4.1.9.9.339.1.1.2.1.3 |
This object specifies whether an existing key for
the protocol should be overwritten with a new key.
No action is taken if this object is set to 'false'.
The value of this object when read is always 'false'.
|
cssKeyLastCreationTime |
.1.3.6.1.4.1.9.9.339.1.1.2.1.4 |
The time of the last creation of the key.
|
cssKeyRowStatus |
.1.3.6.1.4.1.9.9.339.1.1.2.1.5 |
Status of this row.
|
cssKeyString |
.1.3.6.1.4.1.9.9.339.1.1.2.1.6 |
The SSH public key string that is generated.
|
cssSessionID |
.1.3.6.1.4.1.9.9.339.1.2.1.1.1 |
An arbitrary index that uniquely identifies a Secure Shell
Session
|
cssSessionVersion |
.1.3.6.1.4.1.9.9.339.1.2.1.1.2 |
The object indicates the version of Secure Shell used by
this session.
|
cssSessionState |
.1.3.6.1.4.1.9.9.339.1.2.1.1.3 |
The object indicates the current state of Secure Shell
Session.
The state sshSessionVersionOk(1) indicates that server and
client versions of SSH are exchanged and are compatible.
The state sshSessionKeysExchanged(2) indicates that key
exchange has been completed.
The state sshSessionAuthenticated(3) indicates that the
client has been successfully authenticated.
The state sshSessionOpen(4) indicates that the session has
been successfully opened.
The state sshSessionDisconnecting(5) indicates that the
session disconnection has begun.
The state sshSessionDisconnected(6) indicates that the
session has been disconnected.
The state sshSessionClosed(7) indicates that the session
has closed.
|
cssSessionPID |
.1.3.6.1.4.1.9.9.339.1.2.1.1.4 |
The object indicates the process ID of the process
serving this SSH session on the device.
|
cssSessionUserID |
.1.3.6.1.4.1.9.9.339.1.2.1.1.5 |
The object indicates user name associated with this
SSH session.
|
cssSessionHostAddrType |
.1.3.6.1.4.1.9.9.339.1.2.1.1.6 |
This object describes the type of Internet address used
by host associated with this SSH session.
|
cssSessionHostAddr |
.1.3.6.1.4.1.9.9.339.1.2.1.1.7 |
The object indicates the Internet address of the host
associated with this SSH session.
|
Table |
cssKeyTable |
.1.3.6.1.4.1.9.9.339.1.1.2 |
cssKeyTable is a table that lets the user configure
the SSH keys
|
cssSessionTable |
.1.3.6.1.4.1.9.9.339.1.2.1 |
Table to list detailed information about existing
Secure Shell sessions on the device.
|
Object Identifier |
ciscoSecureShellMIB |
.1.3.6.1.4.1.9.9.339 |
MIB module for displaying and configuring
accounting and Secure Shell (SSH) related
features in a device.
SSH is a program to log into another computer over
a network, to execute commands in a remote machine
and to move files from one machine to another. It
provides strong authentication and secure communications
over unsecure channels.
For more information on SSH, please refer to IETF draft,
draft-ietf-tls-ssh-00.txt.
|
ciscoSecureShellMIBObjects |
.1.3.6.1.4.1.9.9.339.1 |
cssConfiguration |
.1.3.6.1.4.1.9.9.339.1.1 |
cssSessionInfo |
.1.3.6.1.4.1.9.9.339.1.2 |
ciscoSecureShellMIBConformance |
.1.3.6.1.4.1.9.9.339.2 |
ciscoSecureShellMIBCompliances |
.1.3.6.1.4.1.9.9.339.2.1 |
ciscoSecureShellMIBGroups |
.1.3.6.1.4.1.9.9.339.2.2 |
Group |
cssConfigurationGroup |
.1.3.6.1.4.1.9.9.339.2.2.1 |
A collection of objects for SSH configuration.
|
cssConfigurationGroupRev1 |
.1.3.6.1.4.1.9.9.339.2.2.2 |
A collection of objects for SSH configuration.
|
cssServiceModeCfgGroup |
.1.3.6.1.4.1.9.9.339.2.2.3 |
A collection of objects for SSH mode configuration.
|
cssSessionInfoGroup |
.1.3.6.1.4.1.9.9.339.2.2.4 |
A collection of objects to display SSH
session related information.
|