ENTERASYS-SECURE-SHELL-SERVER-MIB: View SNMP OID List / Download MIB

VENDOR: ENTERASYS NETWORKS


 Home MIB: ENTERASYS-SECURE-SHELL-SERVER-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 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.
       etsysSecureShellServer 1.3.6.1.4.1.5624.1.2.36.1
           etsysSecureShellServerConfig 1.3.6.1.4.1.5624.1.2.36.1.1
               etsysSecureShellServerAdminStatus 1.3.6.1.4.1.5624.1.2.36.1.1.1 integer read-write
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. Enumeration: 'disabled': 2, 'reinitialize': 3, 'enabled': 1.
               etsysSecureShellServerOperStatus 1.3.6.1.4.1.5624.1.2.36.1.1.2 integer read-only
The current operational state of the Secure Shell Server. Enumeration: 'nonOperational': 3, 'initializing': 2, 'operational': 1.
               etsysSecureShellServerErrorStatus 1.3.6.1.4.1.5624.1.2.36.1.1.3 snmpadminstring read-only
A descriptive message indicating the reason for any failure of the Secure Shell Server to successfully transition into the operational state.
               etsysSecureShellServerAdminPort 1.3.6.1.4.1.5624.1.2.36.1.1.4 unsigned32 read-write
The TCP port number that the Secure Shell Server is should listen for connection requests on.
               etsysSecureShellServerOperPort 1.3.6.1.4.1.5624.1.2.36.1.1.5 unsigned32 read-only
The TCP port number that the Secure Shell Server is currently listening for connection requests on.
           etsysSecureShellServerMac 1.3.6.1.4.1.5624.1.2.36.1.2
               etsysSecureShellServerSupportedMacs 1.3.6.1.4.1.5624.1.2.36.1.2.1 sshmaclist read-only
Specifies the MAC (Message Authentication Code) algorithms that are supported on this management entity.
               etsysSecureShellServerAdminMacs 1.3.6.1.4.1.5624.1.2.36.1.2.2 sshmaclist read-write
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.
               etsysSecureShellServerOperMacs 1.3.6.1.4.1.5624.1.2.36.1.2.3 sshmaclist read-only
Specifies the MAC (Message Authentication Code) algorithms that the server is currently configured to accept for use in data integrity verification.
           etsysSecureShellServerCipher 1.3.6.1.4.1.5624.1.2.36.1.3
               etsysSecureShellServerSupportedCiphers 1.3.6.1.4.1.5624.1.2.36.1.3.1 sshcipherlist read-only
Specifies the ciphers that are supported on this management entity.
               etsysSecureShellServerAdminCiphers 1.3.6.1.4.1.5624.1.2.36.1.3.2 sshcipherlist read-write
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.
               etsysSecureShellServerOperCiphers 1.3.6.1.4.1.5624.1.2.36.1.3.3 sshcipherlist read-only
Specifies the cipher(s) that the server is currently configured to accept for use in encrypting all sessions.
           etsysSecureShellServerHostKey 1.3.6.1.4.1.5624.1.2.36.1.4
               etsysSecureShellServerHostKeyTable 1.3.6.1.4.1.5624.1.2.36.1.4.1 no-access
A table that contains per public/private host key pair information.
                   etsysSecureShellServerHostKeyEntry 1.3.6.1.4.1.5624.1.2.36.1.4.1.1 no-access
A list information about a particular public/private host key pair.
                       etsysSecureShellServerHostKeyType 1.3.6.1.4.1.5624.1.2.36.1.4.1.1.1 integer no-access
The type of the public/private host key pair represented by this conceptual row. Enumeration: 'sshRsa': 2, 'sshDss': 1.
                       etsysSecureShellServerHostKeySize 1.3.6.1.4.1.5624.1.2.36.1.4.1.1.2 integer no-access
The size of the public/private host key pair represented by this conceptual row. Enumeration: 'bits2048': 4, 'bits1024': 3, 'bits768': 2, 'bits512': 1.
                       etsysSecureShellServerHostKeyDate 1.3.6.1.4.1.5624.1.2.36.1.4.1.1.3 dateandtime read-only
The date and time the public/private host key pair that is represented by this row, and is currently operational, was generated.
                       etsysSecureShellServerHostKeyOperStatus 1.3.6.1.4.1.5624.1.2.36.1.4.1.1.4 bits read-only
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. Bits: 'failed': 4, 'completed': 2, 'operational': 1, 'pending': 3, 'initializing': 0.
                       etsysSecureShellServerHostKeyAdminStatus 1.3.6.1.4.1.5624.1.2.36.1.4.1.1.5 integer read-only
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. Enumeration: 'reinitialize': 2, 'noOp': 1.
                       etsysSecureShellServerHostKeyFingerprint 1.3.6.1.4.1.5624.1.2.36.1.4.1.1.6 hexstring read-only
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.
                       etsysSecureShellServerHostKeyErrorStatus 1.3.6.1.4.1.5624.1.2.36.1.4.1.1.7 snmpadminstring read-only
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).
                       etsysSecureShellServerHostKeyStorageType 1.3.6.1.4.1.5624.1.2.36.1.4.1.1.8 storagetype read-only
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.
                       etsysSecureShellServerHostKeyRowStatus 1.3.6.1.4.1.5624.1.2.36.1.4.1.1.9 rowstatus read-only
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.
       etsysSecureShellServerConformance 1.3.6.1.4.1.5624.1.2.36.2
           etsysSecureShellServerGroups 1.3.6.1.4.1.5624.1.2.36.2.1
               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.
               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.
           etsysSecureShellServerCompliances 1.3.6.1.4.1.5624.1.2.36.2.2
               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.