CISCO-SECURE-SHELL-MIB
- Registered at
- 1.3.6.1.4.1.9.9.339
- Last updated
- 2005-06-01 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 2005-06-01 00:00, 2004-04-05 00:00, 2003-09-18 00:00, 2002-10-05 00:00
- Namespace
- cisco
- Source file
CISCO-SECURE-SHELL-MIB- Digest
sha256:dc2bc160f69262f264137607094d202abc82c42b24a925de60890586a803fd93
Description
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.
Contact
Cisco Systems Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553 -NETS E-mail: cs-san@cisco.com, cs-lan-switch-snmp@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| INET-ADDRESS-MIB | InetAddress, InetAddressType |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION, TimeStamp, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-SECURE-SHELL-MIB CISCO-SMI INET-ADDRESS-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| CssVersions TEXTUAL-CONVENTION An indication of the Secure Shell protocol versions supported or enabled on the device. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoSecureShellMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.339.1 | |||
| cssConfiguration OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.339.1.1 | |||
| cssServiceActivation OBJECT-TYPE Enables or disables the Secure Shell (SSH) service on the device. | 1.3.6.1.4.1.9.9.339.1.1.1 | TruthValue | read-write | current |
| cssKeyTable OBJECT-TYPE cssKeyTable is a table that lets the user configure the SSH keys | 1.3.6.1.4.1.9.9.339.1.1.2 | not-accessible | current | |
| cssKeyEntry OBJECT-TYPE 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). | 1.3.6.1.4.1.9.9.339.1.1.2.1 | not-accessible | current | |
| cssKeyIndex OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.339.1.1.2.1.1 | INTEGER {rsa(1), rsa1(2), dsa(3)} | not-accessible | current |
| cssKeyNBits OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.339.1.1.2.1.2 | Integer32 (512..2048) | read-create | current |
| cssKeyOverWrite OBJECT-TYPE 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'. | 1.3.6.1.4.1.9.9.339.1.1.2.1.3 | TruthValue | read-create | current |
| cssKeyLastCreationTime OBJECT-TYPE The time of the last creation of the key. | 1.3.6.1.4.1.9.9.339.1.1.2.1.4 | TimeStamp | read-only | current |
| cssKeyRowStatus OBJECT-TYPE Status of this row. | 1.3.6.1.4.1.9.9.339.1.1.2.1.5 | RowStatus | read-create | current |
| cssKeyString OBJECT-TYPE The SSH public key string that is generated. | 1.3.6.1.4.1.9.9.339.1.1.2.1.6 | DisplayString (SIZE(0..255)) | read-only | current |
| cssServiceCapability OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.339.1.1.3 | CssVersions | read-only | current |
| cssServiceMode OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.339.1.1.4 | CssVersions | read-write | current |
| cssKeyGenerationStatus OBJECT-TYPE This object specifies the status of the last key generation request. | 1.3.6.1.4.1.9.9.339.1.1.5 | INTEGER {inProgress(1), successful(2), failed(3)} | read-only | current |
| cssSessionInfo OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.339.1.2 | |||
| cssSessionTable OBJECT-TYPE Table to list detailed information about existing Secure Shell sessions on the device. | 1.3.6.1.4.1.9.9.339.1.2.1 | not-accessible | current | |
| cssSessionEntry OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.339.1.2.1.1 | not-accessible | current | |
| cssSessionID OBJECT-TYPE An arbitrary index that uniquely identifies a Secure Shell Session | 1.3.6.1.4.1.9.9.339.1.2.1.1.1 | Unsigned32 | not-accessible | current |
| cssSessionVersion OBJECT-TYPE The object indicates the version of Secure Shell used by this session. | 1.3.6.1.4.1.9.9.339.1.2.1.1.2 | INTEGER {one(1), two(2)} | read-only | current |
| cssSessionState OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.339.1.2.1.1.3 | INTEGER {sshSessionVersionOk(1), sshSessionKeysExchanged(2), sshSessionAuthenticated(3), sshSessionOpen(4), sshSessionDisconnecting(5), sshSessionDisconnected(6), sshSessionClosed(7)} | read-only | current |
| cssSessionPID OBJECT-TYPE The object indicates the process ID of the process serving this SSH session on the device. | 1.3.6.1.4.1.9.9.339.1.2.1.1.4 | Unsigned32 | read-only | current |
| cssSessionUserID OBJECT-TYPE The object indicates user name associated with this SSH session. | 1.3.6.1.4.1.9.9.339.1.2.1.1.5 | SnmpAdminString | read-only | current |
| cssSessionHostAddrType OBJECT-TYPE This object describes the type of Internet address used by host associated with this SSH session. | 1.3.6.1.4.1.9.9.339.1.2.1.1.6 | InetAddressType | read-only | current |
| cssSessionHostAddr OBJECT-TYPE The object indicates the Internet address of the host associated with this SSH session. | 1.3.6.1.4.1.9.9.339.1.2.1.1.7 | InetAddress | read-only | current |
| ciscoSecureShellMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.339.2 | |||
| ciscoSecureShellMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.339.2.1 | |||
| ciscoSecureShellMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.339.2.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| ciscoSecureShellMIBCompliance MODULE-COMPLIANCE The compliance statement for entities which implement the CISCO-SECURE-SHELL-MIB. | 1.3.6.1.4.1.9.9.339.2.1.1 | deprecated |
| ciscoSecureShellMIBComplianceRv1 MODULE-COMPLIANCE The compliance statement for entities which implement the CISCO-SECURITY-MIB. | 1.3.6.1.4.1.9.9.339.2.1.2 | deprecated |
| ciscoSecureShellMIBComplianceRv2 MODULE-COMPLIANCE The compliance statement for entities which implement the CISCO-SECURE-SHELL-MIB. | 1.3.6.1.4.1.9.9.339.2.1.3 | deprecated |
| ciscoSecureShellMIBComplianceRv3 MODULE-COMPLIANCE The compliance statement for entities which implement the CISCO-SECURE-SHELL-MIB. | 1.3.6.1.4.1.9.9.339.2.1.4 | current |
| cssConfigurationGroup OBJECT-GROUP A collection of objects for SSH configuration. | 1.3.6.1.4.1.9.9.339.2.2.1 | deprecated |
| cssConfigurationGroupRev1 OBJECT-GROUP A collection of objects for SSH configuration. | 1.3.6.1.4.1.9.9.339.2.2.2 | current |
| cssServiceModeCfgGroup OBJECT-GROUP A collection of objects for SSH mode configuration. | 1.3.6.1.4.1.9.9.339.2.2.3 | current |
| cssSessionInfoGroup OBJECT-GROUP A collection of objects to display SSH session related information. | 1.3.6.1.4.1.9.9.339.2.2.4 | current |
| cssConfigurationGroupSupp1 OBJECT-GROUP A collection of objects for SSH configuration. | 1.3.6.1.4.1.9.9.339.2.2.5 | current |