TN-HTTPS-MIB

File: TN-HTTPS-MIB.mib (8332 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC INET-ADDRESS-MIB
TN-MGMT-MIB

Imported symbols

Unsigned32 TruthValue DisplayString
InetAddressType InetAddress tnDevMgmt

Defined Types

TnHttpsCertLoadEntry  
SEQUENCE    
  tnHttpsCertLoadId Unsigned32
  tnHttpsCertLoadAddrType InetAddressType
  tnHttpsCertLoadAddr InetAddress
  tnHttpsCertLoadFileName DisplayString
  tnHttpsCertLoadStatus TruthValue
  tnHttpsCertLastLoad INTEGER

TnHttpsCertViewEntry  
SEQUENCE    
  tnHttpsCertId Unsigned32
  tnHttpsCertMessage DisplayString

Defined Values

tnHttpsMib 1.3.6.1.4.1.868.2.5.3.1.1.41
OBJECT IDENTIFIER    

tnHttpsConfig 1.3.6.1.4.1.868.2.5.3.1.1.41.1
OBJECT IDENTIFIER    

tnHttpsCertGene 1.3.6.1.4.1.868.2.5.3.1.1.41.2
OBJECT IDENTIFIER    

tnHttpsConfigMode 1.3.6.1.4.1.868.2.5.3.1.1.41.1.1
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

tnHttpsConfigAutoRedirect 1.3.6.1.4.1.868.2.5.3.1.1.41.1.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

tnHttpsCertGenerate 1.3.6.1.4.1.868.2.5.3.1.1.41.2.1
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER rsa(1), dsa(2)  

tnHttpsCertLoadTable 1.3.6.1.4.1.868.2.5.3.1.1.41.3
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TnHttpsCertLoadEntry

tnHttpsCertLoadEntry 1.3.6.1.4.1.868.2.5.3.1.1.41.3.1
Each entry represents an excution of HTTPS certificate loading.
Status: current Access: not-accessible
OBJECT-TYPE    
  TnHttpsCertLoadEntry  

tnHttpsCertLoadId 1.3.6.1.4.1.868.2.5.3.1.1.41.3.1.1
The index of HTTPS certificate load.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

tnHttpsCertLoadAddrType 1.3.6.1.4.1.868.2.5.3.1.1.41.3.1.2
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).
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

tnHttpsCertLoadAddr 1.3.6.1.4.1.868.2.5.3.1.1.41.3.1.3
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.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

tnHttpsCertLoadFileName 1.3.6.1.4.1.868.2.5.3.1.1.41.3.1.4
Absolute filename on the local file system for loading HTTPS certificate. Because we cannot access to the load file dirctly, so we return nothing.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..64)  

tnHttpsCertLoadStatus 1.3.6.1.4.1.868.2.5.3.1.1.41.3.1.5
When uploading files of HTTPS certificate, the loading status of HTTPS certificate must keep enabled temporarily. Otherwise, the status will be disabled.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tnHttpsCertLastLoad 1.3.6.1.4.1.868.2.5.3.1.1.41.3.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER true(1), false(2)  

tnHttpsCertViewTable 1.3.6.1.4.1.868.2.5.3.1.1.41.4
Displays the current HTTPS certificate (see above). Each certificate contains Data and a Signature Algorithm.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TnHttpsCertViewEntry

tnHttpsCertViewEntry 1.3.6.1.4.1.868.2.5.3.1.1.41.4.1
Each entry represents a part of HTTPS certificate message.
Status: current Access: not-accessible
OBJECT-TYPE    
  TnHttpsCertViewEntry  

tnHttpsCertId 1.3.6.1.4.1.868.2.5.3.1.1.41.4.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

tnHttpsCertMessage 1.3.6.1.4.1.868.2.5.3.1.1.41.4.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..255)