TN-HTTPS-MIB: View SNMP OID List / Download MIB

VENDOR: TRANSITION ENGINEERING INC.


 Home MIB: TN-HTTPS-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
 tnHttpsMib 1.3.6.1.4.1.868.2.5.3.1.1.41
       tnHttpsConfig 1.3.6.1.4.1.868.2.5.3.1.1.41.1
           tnHttpsConfigMode 1.3.6.1.4.1.868.2.5.3.1.1.41.1.1 truthvalue read-write
Indicates the HTTPS mode operation. When the current connection is HTTPS, to apply HTTPS disabled mode operation will automatically redirect web browser to an HTTP connection. Possible modes are: Enabled: Enable HTTPS mode operation. Disabled: Disable HTTPS mode operation.
           tnHttpsConfigAutoRedirect 1.3.6.1.4.1.868.2.5.3.1.1.41.1.2 truthvalue read-write
Indicates the HTTPS redirect mode operation. It only significant if HTTPS mode 'Enabled' is selected. Automatically redirects web browser to an HTTPS connection when both HTTPS mode and Automatic Redirect are enabled. Possible modes are: Enabled: Enable HTTPS redirect mode operation. Disabled: Disable HTTPS redirect mode operation.
       tnHttpsCertGene 1.3.6.1.4.1.868.2.5.3.1.1.41.2
           tnHttpsCertGenerate 1.3.6.1.4.1.868.2.5.3.1.1.41.2.1 integer read-write
The Generate dropdown lets you select RSA or DSA as the public key algorithm. RSA: Generate an RSA key. Uses the RSA internet encryption and authentication system. DSA: Generate a DSA key. Uses the digital signature algorithm (DSA). When done, click the Generate button to generate the certificate as defined at the Generate dropdown. Depending on the encryption method selected (RSA or DSA) here, the HTTPS Certificate > View section displays one of two signature algorithms in effect, either: Signature Algorithm: dsaWithSHA1, or Signature Algorithm: sha1WithRSAEncryption. Enumeration: 'rsa': 1, 'dsa': 2.
       tnHttpsCertLoadTable 1.3.6.1.4.1.868.2.5.3.1.1.41.3 no-access
Lets you select a new HTTPS certificate and load it. The information of this table should be sent in a network entry through snmpset command.
           tnHttpsCertLoadEntry 1.3.6.1.4.1.868.2.5.3.1.1.41.3.1 no-access
Each entry represents an excution of HTTPS certificate loading.
               tnHttpsCertLoadId 1.3.6.1.4.1.868.2.5.3.1.1.41.3.1.1 unsigned32 no-access
The index of HTTPS certificate load.
               tnHttpsCertLoadAddrType 1.3.6.1.4.1.868.2.5.3.1.1.41.3.1.2 inetaddresstype read-only
Address type of host. For a detailed description of this type, please refer to INET-ADDRESS-MIB. Because we cannot access the hostname of the load file dirctly, so we assume the return value is unknown(0).
               tnHttpsCertLoadAddr 1.3.6.1.4.1.868.2.5.3.1.1.41.3.1.3 inetaddress read-only
Address of host. For a detailed description of this type, please refer to INET-ADDRESS-MIB. Because we cannot access the hostname of the load file dirctly, so we return nothing.
               tnHttpsCertLoadFileName 1.3.6.1.4.1.868.2.5.3.1.1.41.3.1.4 displaystring read-only
Absolute filename on the local file system for loading HTTPS certificate. Because we cannot access to the load file dirctly, so we return nothing.
               tnHttpsCertLoadStatus 1.3.6.1.4.1.868.2.5.3.1.1.41.3.1.5 truthvalue read-only
When uploading files of HTTPS certificate, the loading status of HTTPS certificate must keep enabled temporarily. Otherwise, the status will be disabled.
               tnHttpsCertLastLoad 1.3.6.1.4.1.868.2.5.3.1.1.41.3.1.6 integer read-only
The result of uploaded HTTPS certificate last time. If HTTPS certificate uploaded success last time, the result is true. Otherwise, the result must be false. Enumeration: 'true': 1, 'false': 2.
       tnHttpsCertViewTable 1.3.6.1.4.1.868.2.5.3.1.1.41.4 no-access
Displays the current HTTPS certificate (see above). Each certificate contains Data and a Signature Algorithm.
           tnHttpsCertViewEntry 1.3.6.1.4.1.868.2.5.3.1.1.41.4.1 no-access
Each entry represents a part of HTTPS certificate message.
               tnHttpsCertId 1.3.6.1.4.1.868.2.5.3.1.1.41.4.1.1 unsigned32 no-access
The index of HTTPS certificate. Each index represets the corresponding line number of HTTPS certificate, so the maximum index is the max line number of HTTPS certificate.
               tnHttpsCertMessage 1.3.6.1.4.1.868.2.5.3.1.1.41.4.1.2 displaystring read-only
A part of HTTPS certificate mseeage. Each part message represets a line of certificate mseeage in the corresponding line number and ended by 'NL'. The ASCII value of 'NL' is equal to 10.