ENTERASYS-TLS-MIB: View SNMP OID List / Download MIB

VENDOR: ENTERASYS NETWORKS


 Home MIB: ENTERASYS-TLS-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
 etsysTlsMIB 1.3.6.1.4.1.5624.1.2.30
This MIB module defines a portion of the SNMP enterprise MIBs under Enterasys Networks' enterprise OID pertaining to Transport Layer Security (TLS) system [RFC2246] management functionality, specifically for embedded system implementations. This is a subset of the objects that would be required for a full-featured, host-based implementation. It provides configuration controls for Enterasys Networks' Secure Socket system management -- a feature that enhances system security by authenticating and encrypting the remote system management function.
       etsysTlsObjects 1.3.6.1.4.1.5624.1.2.30.1
           etsysTlsGeneralBranch 1.3.6.1.4.1.5624.1.2.30.1.1
               etsysTlsEnabled 1.3.6.1.4.1.5624.1.2.30.1.1.1 integer read-write
Controls the operation of the Transport Layer Security server task on the embedded system. When enabled, the TLS server will accept connection requests and create a secure transport layer on which to transmit target system configuration data. Enumeration: 'reinitialize': 3, 'enable': 1, 'disable': 2.
               etsysTlsNumSoftConnects 1.3.6.1.4.1.5624.1.2.30.1.1.2 integer read-write
The soft limit for the maximum number of concurrent connections. If a new connection is initiated and it would exceed the soft limit, a '530 Service Unavailable' error will be reported to the client. Managed entities are free to enforce implementation specific limits on the upper limit of this object.
               etsysTlsNumHardConnects 1.3.6.1.4.1.5624.1.2.30.1.1.3 integer read-write
The hard limit for the maximum number of concurrent connections. If a new connection is initiated and it would exceed the hard limit, the connection is closed unconditionally. Managed entities are free to enforce implementation specific limits on the upper limit of this object.
               etsysTlsMaxHardConnects 1.3.6.1.4.1.5624.1.2.30.1.1.4 integer read-only
The maximum number of concurrent connections a platform supports. Allows managed entities to enforce implementation specific limits on the upper limit of the etsysTlsNumHardConnects object.
           etsysTlsNetworkBranch 1.3.6.1.4.1.5624.1.2.30.1.2
               etsysTlsKeepOpenTimeout 1.3.6.1.4.1.5624.1.2.30.1.2.1 integer read-write
How long in time a 'Keep-Alive' connection is kept open if new requests are not seen. The timeout is given in seconds.
               etsysTlsHttpsPort 1.3.6.1.4.1.5624.1.2.30.1.2.2 integer read-write
The TCP port that the HTTPs server will listen to.
           etsysTlsServerKeyBranch 1.3.6.1.4.1.5624.1.2.30.1.3
               etsysTlsGenerateKeys 1.3.6.1.4.1.5624.1.2.30.1.3.1 integer read-write
Causes the host to generate a new key pair using the cipher algorithm currently selected in etsysTlsAdminKeyType. Note that this can be compute intensive on many platforms. The meaning of the values are as follows: notInitiated (1) On a write, this is a no-operation, on a read, it indicates that no key material generation operation has ever been initiated, at least since the last reset to factory defaults initialization of the managed entity. No key material exists. completed (2) On a write, this is a no-operation, on a read, this indicates that a key pair has been successfully generated. failed (3) On a write, this is a no-operation, on a read, it indicates that the key generation operation has failed. generate (4) On a write, this causes the managed entity to generate a new key pair, on a read, it indicates that the managed entity is still working on creating the new keys. completedPending (5) On a write, this is a no-operation, on a read, this indicates that a key pair has been successfully generated but its use is pending due to another required operation, such as a reboot. Enumeration: 'completedPending': 5, 'failed': 3, 'completed': 2, 'generate': 4, 'notInitiated': 1.
               etsysTlsAdminKeyType 1.3.6.1.4.1.5624.1.2.30.1.3.2 integer read-write
Determines the type of the key to be (re)created on the next key (re)creation operation. The etsysTlsOperKeyType object returns the type of key that is currently being used by the TLS server. Enumeration: 'rsa1024': 6, 'dsa512': 1, 'dsa768': 3, 'rsa3072': 10, 'dsa2048': 7, 'rsa2048': 8, 'dsa3072': 9, 'rsa512': 2, 'rsa768': 4, 'dsa1024': 5.
               etsysTlsOperKeyType 1.3.6.1.4.1.5624.1.2.30.1.3.3 integer read-only
Indicates the type of the key pair currently in effect on the managed entity. The value of the etsysTlsAdminKeyType object is copied to the etsysTlsOperKeyType object upon successful completion of the (re)creation of a key pair. Enumeration: 'rsa1024': 6, 'dsa512': 1, 'dsa768': 3, 'rsa3072': 10, 'dsa2048': 7, 'rsa2048': 8, 'none': 99, 'dsa3072': 9, 'rsa512': 2, 'rsa768': 4, 'dsa1024': 5.
               etsysTlsSignatureType 1.3.6.1.4.1.5624.1.2.30.1.3.4 integer read-write
Denotes the signature method that is used for authenticating the exchange of keys. DSS (Digital Signature Standard) DSA (Digital Signature Algorithm, DSS compliant) RSA (Rivest, Shamir and Adelman) Sha (Secure Hash Algorithm) Md5 (Message Digest 5) dhAnon (1) - Anonymous Diffie Hellmen, no signatures dsaSha1 (2) - DSS , Sha-1 Hash dsaSha (3) - DSS signatures, Sha Hash rsaSha1 (4) - RSA signatures, Sha-1 Hash rsaMd2 (5) - RSA signatures, Md2 Hash rsaMd5 (6) - RSA signatures, Md5 Hash Enumeration: 'rsaMd5': 6, 'rsaMd2': 5, 'rsaSha1': 4, 'dsaSha': 3, 'dsaSha1': 2, 'dhAnon': 1.
       etsysTlsConformance 1.3.6.1.4.1.5624.1.2.30.2
           etsysTlsGroups 1.3.6.1.4.1.5624.1.2.30.2.1
               etsysTlsBaseGroup 1.3.6.1.4.1.5624.1.2.30.2.1.1
A collection of objects providing configuration information for the TLS service.
           etsysTlsCompliances 1.3.6.1.4.1.5624.1.2.30.2.2
               etsysTlsCompliance 1.3.6.1.4.1.5624.1.2.30.2.2.1
The compliance statement for devices that support the Enterasys Secure Socket (TLS) MIB.