enterasys-tls-mib Download
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.
With the IPHost SNMP tool, you can monitor any SNMP objects of the
enterasys-tls-mib
. You can select a variable to monitor using the built-in IPHost MIB browser that provides you with all variables,
their current values and descriptions taken from the
enterasys-tls-mib
.
OID list for enterasys-tls-mib
- etsysTlsEnabled
- 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.
- etsysTlsNumSoftConnects
- 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 sp ...
- etsysTlsNumHardConnects
- 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 upp ...
- etsysTlsMaxHardConnects
- 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.
- etsysTlsKeepOpenTimeout
- How long in time a 'Keep-Alive' connection is kept open if new requests are not seen. The timeout is given in seconds.
- etsysTlsHttpsPort
- The TCP port that the HTTPs server will listen to.
- etsysTlsGenerateKeys
- 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 n ...
- etsysTlsAdminKeyType
- 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.
- etsysTlsOperKeyType
- 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.
- etsysTlsSignatureType
- 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 ...