ENTERASYS-SECURE-SHELL-SERVER-MIB

File: ENTERASYS-SECURE-SHELL-SERVER-MIB.mib (21433 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
SNMP-FRAMEWORK-MIB ENTERASYS-MIB-NAMES

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
TEXTUAL-CONVENTION DateAndTime RowStatus
StorageType MODULE-COMPLIANCE OBJECT-GROUP
SnmpAdminString etsysModules

Defined Types

SshCipherList  
The list of encryption ciphers that could be supported and enabled on the managed entities Secure Shell server.
TEXTUAL-CONVENTION    
  BITS triple-des-cbc(0), twofish128-cbc(1), blowfish-cbc(2), cast128-cbc(3), aes128-cbc(4)  

SshMacList  
The list of MACs (Message Authentication Codes) that could be supported and enabled on the managed entities Secure Shell server.
TEXTUAL-CONVENTION    
  BITS hmac-md5(0), hmac-md5-96(1), hmac-sha1(2), hmac-sha1-96(3), hmac-ripemd160(4)  

HexString  
An OCTET-STRING with a suitable display hint.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..1024)  

EtsysSecureShellServerHostKeyEntry  
SEQUENCE    
  etsysSecureShellServerHostKeyType INTEGER
  etsysSecureShellServerHostKeySize INTEGER
  etsysSecureShellServerHostKeyDate DateAndTime
  etsysSecureShellServerHostKeyOperStatus BITS
  etsysSecureShellServerHostKeyAdminStatus INTEGER
  etsysSecureShellServerHostKeyFingerprint HexString
  etsysSecureShellServerHostKeyErrorStatus SnmpAdminString
  etsysSecureShellServerHostKeyStorageType StorageType
  etsysSecureShellServerHostKeyRowStatus RowStatus

Defined Values

etsysSecureShellServerMIB 1.3.6.1.4.1.5624.1.2.36
This MIB module defines a portion of the SNMP enterprise MIBs under Enterasys Networks' enterprise OID pertaining to Secure Shell server management functionality, specifically for embedded systems. It provides configuration controls for Enterasys Networks' Secure Shell system management.
MODULE-IDENTITY    

etsysSecureShellServer 1.3.6.1.4.1.5624.1.2.36.1
OBJECT IDENTIFIER    

etsysSecureShellServerConfig 1.3.6.1.4.1.5624.1.2.36.1.1
OBJECT IDENTIFIER    

etsysSecureShellServerMac 1.3.6.1.4.1.5624.1.2.36.1.2
OBJECT IDENTIFIER    

etsysSecureShellServerCipher 1.3.6.1.4.1.5624.1.2.36.1.3
OBJECT IDENTIFIER    

etsysSecureShellServerHostKey 1.3.6.1.4.1.5624.1.2.36.1.4
OBJECT IDENTIFIER    

etsysSecureShellServerAdminStatus 1.3.6.1.4.1.5624.1.2.36.1.1.1
Controls the operation of the Secure Shell server. When enabled and the etsysSecureShellServerOperStatus object is 'operational' the Secure Shell server will accept connection requests and provide a secure CLI session for properly authenticated users. Setting this object to 'reinitialize' when it is in the 'enabled' state will cause the Secure Shell Server task to reinitialize itself and the value of this object will remain 'enabled'. Setting this object to 'reinitialize' from any other state will have no effect.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2), reinitialize(3)  

etsysSecureShellServerOperStatus 1.3.6.1.4.1.5624.1.2.36.1.1.2
The current operational state of the Secure Shell Server.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER operational(1), initializing(2), nonOperational(3)  

etsysSecureShellServerErrorStatus 1.3.6.1.4.1.5624.1.2.36.1.1.3
A descriptive message indicating the reason for any failure of the Secure Shell Server to successfully transition into the operational state.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

etsysSecureShellServerAdminPort 1.3.6.1.4.1.5624.1.2.36.1.1.4
The TCP port number that the Secure Shell Server is should listen for connection requests on.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..65535  

etsysSecureShellServerOperPort 1.3.6.1.4.1.5624.1.2.36.1.1.5
The TCP port number that the Secure Shell Server is currently listening for connection requests on.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

etsysSecureShellServerSupportedMacs 1.3.6.1.4.1.5624.1.2.36.1.2.1
Specifies the MAC (Message Authentication Code) algorithms that are supported on this management entity.
Status: current Access: read-only
OBJECT-TYPE    
  SshMacList  

etsysSecureShellServerAdminMacs 1.3.6.1.4.1.5624.1.2.36.1.2.2
Specifies the MAC (Message Authentication Code) algorithms that the server should accept for use in data integrity verification. A re-initialization of the server may be required for this selection to take effect. By default managed entities SHOULD enable all of their supported MACs.
Status: current Access: read-write
OBJECT-TYPE    
  SshMacList  

etsysSecureShellServerOperMacs 1.3.6.1.4.1.5624.1.2.36.1.2.3
Specifies the MAC (Message Authentication Code) algorithms that the server is currently configured to accept for use in data integrity verification.
Status: current Access: read-only
OBJECT-TYPE    
  SshMacList  

etsysSecureShellServerSupportedCiphers 1.3.6.1.4.1.5624.1.2.36.1.3.1
Specifies the ciphers that are supported on this management entity.
Status: current Access: read-only
OBJECT-TYPE    
  SshCipherList  

etsysSecureShellServerAdminCiphers 1.3.6.1.4.1.5624.1.2.36.1.3.2
The cipher(s) that the server should accept for use in encrypting secure sessions. A re-initialization of the server may be required for this selection to take effect. By default managed entities SHOULD enable all of their supported ciphers.
Status: current Access: read-write
OBJECT-TYPE    
  SshCipherList  

etsysSecureShellServerOperCiphers 1.3.6.1.4.1.5624.1.2.36.1.3.3
Specifies the cipher(s) that the server is currently configured to accept for use in encrypting all sessions.
Status: current Access: read-only
OBJECT-TYPE    
  SshCipherList  

etsysSecureShellServerHostKeyTable 1.3.6.1.4.1.5624.1.2.36.1.4.1
A table that contains per public/private host key pair information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtsysSecureShellServerHostKeyEntry

etsysSecureShellServerHostKeyEntry 1.3.6.1.4.1.5624.1.2.36.1.4.1.1
A list information about a particular public/private host key pair.
Status: current Access: not-accessible
OBJECT-TYPE    
  EtsysSecureShellServerHostKeyEntry  

etsysSecureShellServerHostKeyType 1.3.6.1.4.1.5624.1.2.36.1.4.1.1.1
The type of the public/private host key pair represented by this conceptual row.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER sshDss(1), sshRsa(2)  

etsysSecureShellServerHostKeySize 1.3.6.1.4.1.5624.1.2.36.1.4.1.1.2
The size of the public/private host key pair represented by this conceptual row.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER bits512(1), bits768(2), bits1024(3), bits2048(4)  

etsysSecureShellServerHostKeyDate 1.3.6.1.4.1.5624.1.2.36.1.4.1.1.3
The date and time the public/private host key pair that is represented by this row, and is currently operational, was generated.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

etsysSecureShellServerHostKeyOperStatus 1.3.6.1.4.1.5624.1.2.36.1.4.1.1.4
The status of this public/private host key pair. The meaning of the values are as follows: initializing (0) Indicates that a new host key pair, of the size and type specified by this row, is being generated. operational (1) Indicates that the host key pair described by this row is currently operational. completed (2) Indicates that the host key pair has been successfully initialized or reinitialized. pending (3) Indicates that the new host key pair will not become operational until the server is reinitialized. failed (4) Indicates that the host key pair generation operation has failed.
Status: current Access: read-only
OBJECT-TYPE    
  BITS initializing(0), operational(1), completed(2), pending(3), failed(4)  

etsysSecureShellServerHostKeyAdminStatus 1.3.6.1.4.1.5624.1.2.36.1.4.1.1.5
Reinitializing the private/public host key pair can be compute intensive. Writing reinitialize(2) to this object while the etsysSecureShellServerHostOperStatus object indicates that a host key initialization is currently in progress has no affect. The meaning of the values are as follows: noOp (1) This object always returns noOp(1) on a read. A write of noOp(1) has no affect. reinitialize (2) Writing reinitialize(2) causes the managed entity to generate a new host key pair of the size and type specified by this row.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER noOp(1), reinitialize(2)  

etsysSecureShellServerHostKeyFingerprint 1.3.6.1.4.1.5624.1.2.36.1.4.1.1.6
The RSA fingerprint of the public part of the host key pair. This value can be used with the SSH client to verify, on the initial connection, that the Secure Shell server responding to the request is the server running on the managed entity. This is the fingerprint of the operational host key pair. If the key pair represented by this row is not operational then sixteen null octets MUST be returned.
Status: current Access: read-only
OBJECT-TYPE    
  HexString Size(16)  

etsysSecureShellServerHostKeyErrorStatus 1.3.6.1.4.1.5624.1.2.36.1.4.1.1.7
This is a descriptive error message about any failure to generate an initial public/private host key pair, or to reinitialize the key pair for this row. This would include messages to the effect of exceeding the number of key pairs supported by this managed entity. This message reverts back to its default value when the etsysSecureShellServerHostAdminStatus object is set to reinitialize(2).
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

etsysSecureShellServerHostKeyStorageType 1.3.6.1.4.1.5624.1.2.36.1.4.1.1.8
The storage type for this conceptual row. Managed entities that do not support configurable host keys MUST define this row as 'permanent' and need not allow write-access to the RowStatus object in the row. All user created rows MUST have the default value, nonVolatile.
Status: current Access: read-only
OBJECT-TYPE    
  StorageType  

etsysSecureShellServerHostKeyRowStatus 1.3.6.1.4.1.5624.1.2.36.1.4.1.1.9
This object manages the creation and deletion this entry. active - Indicates that the host key pair represented by this row is available for use by the Secure Shell Server to the extent indicated by the status objects in this row. Transitions to this state will cause a a new host key pair to be generated by the managed entity. notInService - Indicates that this entry exists in the agent but is unavailable for use. State transitions from the active(1) state to the notInService(2) state will cause the host key pair represented by this row to be deleted. notReady - Should not be possible. createAndWait - A new entry will be created in this table for the specified host key pair and the new entry will transition to the notInService(2) state. No key pair will be generated. createAndGo - A new entry will be created in this table for the specified host key pair and the new entry will transition to the active(1) state. destroy - Deletes this row and any host key pair that may be associated with it.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

etsysSecureShellServerConformance 1.3.6.1.4.1.5624.1.2.36.2
OBJECT IDENTIFIER    

etsysSecureShellServerGroups 1.3.6.1.4.1.5624.1.2.36.2.1
OBJECT IDENTIFIER    

etsysSecureShellServerCompliances 1.3.6.1.4.1.5624.1.2.36.2.2
OBJECT IDENTIFIER    

etsysSecureShellServerConfigGroup 1.3.6.1.4.1.5624.1.2.36.2.1.1
A collection of objects providing basic SSH server configuration on a managed entity.
Status: current Access: read-create
OBJECT-GROUP    

etsysSecureShellServerHostKeyGroup 1.3.6.1.4.1.5624.1.2.36.2.1.2
A collection of objects providing basic SSH server host key management on a managed entity.
Status: current Access: read-create
OBJECT-GROUP    

etsysSecureShellServerCompliance 1.3.6.1.4.1.5624.1.2.36.2.2.1
The compliance statement for devices that support the Enterasys Secure Shell (SSH) MIB.
Status: current Access: read-create
MODULE-COMPLIANCE