TN-HTTPS-MIB
AI MIB Summary
Standard SNMP MIB module defining data structures for TN-HTTPS-MIB.
18
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
18 total| Object Name |
|---|
tnHttpsMib OBJECT IDENTIFIER .1.3.6.1.4.1.7483.6.3.1.1.41 |
tnHttpsConfig OBJECT IDENTIFIER .1.3.6.1.4.1.7483.6.3.1.1.41.1 |
tnHttpsConfigModeIndicates 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.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.7483.6.3.1.1.41.1.1 |
tnHttpsConfigAutoRedirectIndicates 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.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.7483.6.3.1.1.41.1.2 |
tnHttpsCertGene OBJECT IDENTIFIER .1.3.6.1.4.1.7483.6.3.1.1.41.2 |
tnHttpsCertGenerateThe 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.rw Enumeration .1.3.6.1.4.1.7483.6.3.1.1.41.2.1 |
tnHttpsCertLoadTableLets you select a new HTTPS certificate and load
it.
The information of this table should be sent in
a network entry through snmpset command. SEQUENCE OF TnHttpsCertLoadEntry .1.3.6.1.4.1.7483.6.3.1.1.41.3 |
tnHttpsCertLoadEntryEach entry represents an excution of HTTPS
certificate loading. TnHttpsCertLoadEntry .1.3.6.1.4.1.7483.6.3.1.1.41.3.1 |
tnHttpsCertLoadIdThe index of HTTPS certificate load. Unsigned32 .1.3.6.1.4.1.7483.6.3.1.1.41.3.1.1 |
tnHttpsCertLoadAddrTypeAddress 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).rw InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.7483.6.3.1.1.41.3.1.2 |
tnHttpsCertLoadAddrAddress 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.rw InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.7483.6.3.1.1.41.3.1.3 |
tnHttpsCertLoadFileNameAbsolute filename on the local file system for loading
HTTPS certificate.
Because we cannot access to the load file dirctly, so
we return nothing.rw DisplayString .1.3.6.1.4.1.7483.6.3.1.1.41.3.1.4 |
tnHttpsCertLoadStatusWhen uploading files of HTTPS certificate, the loading
status of HTTPS certificate must keep enabled temporarily.
Otherwise, the status will be disabled.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.7483.6.3.1.1.41.3.1.5 |
tnHttpsCertLastLoadThe result of uploaded HTTPS certificate last time. If
HTTPS certificate uploaded success last time, the result
is true. Otherwise, the result must be false.ro Enumeration .1.3.6.1.4.1.7483.6.3.1.1.41.3.1.6 |
tnHttpsCertViewTableDisplays the current HTTPS certificate (see above).
Each certificate contains Data and a Signature
Algorithm. SEQUENCE OF TnHttpsCertViewEntry .1.3.6.1.4.1.7483.6.3.1.1.41.4 |
tnHttpsCertViewEntryEach entry represents a part of HTTPS certificate
message. TnHttpsCertViewEntry .1.3.6.1.4.1.7483.6.3.1.1.41.4.1 |
tnHttpsCertIdThe 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. Unsigned32 .1.3.6.1.4.1.7483.6.3.1.1.41.4.1.1 |
tnHttpsCertMessageA 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.ro DisplayString .1.3.6.1.4.1.7483.6.3.1.1.41.4.1.2 |