RADLAN-SSL: View SNMP OID List / Download MIB

VENDOR: RND


 Home MIB: RADLAN-SSL
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
 rlSsl 1.3.6.1.4.1.89.100
The private MIB module definition for SSL.
         rlSslCertificateGenerationTable 1.3.6.1.4.1.89.100.1 no-access
This table is used for : 1. generating keys and self signed certificate - saved in flash and RAM (not in configuration file) 2. generating certificate requests - saved in RAM, can be read by rlSslCertificateExportTable 3. generating self signed certificate - saved in flash and RAM (not in configuraion file) By setting rlSslCertificateGenerationAction to the appropriate value this action takes place. The other fields of this table are used for each of this actions
             rlSslCertificateGenerationEntry 1.3.6.1.4.1.89.100.1.1 no-access
The row definition for this table.
                 rlSslCertificateGenerationIndex 1.3.6.1.4.1.89.100.1.1.1 integer read-write
This index is always set to 1 no matter for which certificate or certificate request the action refers to.
                 rlSslCertificateGenerationId 1.3.6.1.4.1.89.100.1.1.2 integer read-write
The device can hold a number of keys/certificates/certificate requests. These certificates are always numbered from 1 to N (maximum number of certificates in device). This field decides to which keys/certificates/certificate requests the action refers.
                 rlSslCertificateGenerationCountryName 1.3.6.1.4.1.89.100.1.1.3 displaystring read-write
Value of country name field that will appear when a new certificate request or self signed certificate is generated.
                 rlSslCertificateGenerationStateOrProvinceName 1.3.6.1.4.1.89.100.1.1.4 displaystring read-write
Value of state or province name field that will appear when a new certificate or self signed certificate is generated.
                 rlSslCertificateGenerationLocalityName 1.3.6.1.4.1.89.100.1.1.5 displaystring read-write
Value of locality field that will appear when a new certificate or self signed certificate is generated.
                 rlSslCertificateGenerationOrganizationName 1.3.6.1.4.1.89.100.1.1.6 displaystring read-write
Value of organization field that will appear when a new certificate or self signed certificate is generated.
                 rlSslCertificateGenerationOrganizationUnitName 1.3.6.1.4.1.89.100.1.1.7 displaystring read-write
Value of organization field that will appear when a new certificate or self signed certificate is generated.
                 rlSslCertificateGenerationCommonName 1.3.6.1.4.1.89.100.1.1.8 displaystring read-write
Value of common name field that will appear when a new certificate or self signed certificate is generated.
                 rlSslCertificateGenerationValidDays 1.3.6.1.4.1.89.100.1.1.9 integer read-write
When generating self signed certificate this field sets the valid fields. 'Valid from' is current GMT and 'valid to' current GMT + the value of this field.
                 rlSslCertificateGenerationRsaKeyLength 1.3.6.1.4.1.89.100.1.1.10 integer read-write
Setting the RSA key size that will be created when a new key is generated - generateRsaKeyAndSelfSignedCertificate
                 rlSslCertificateGenerationPassphrase 1.3.6.1.4.1.89.100.1.1.11 displaystring read-write
When a RSA key is generated (generateRsaKeyAndSelfSignedCertificate) this passphrase is saved in flash and when the time comes and the certificate and the key are exported in PKCS12 format this passphrase is used to encrypt it. If the passphrase is empty the key and certificate can not be exported. There is no method of obtaining this passphrase once a key was generated.
                 rlSslCertificateGenerationAction 1.3.6.1.4.1.89.100.1.1.12 integer read-write
Setting to a regenerateCertificate causes a new certificate to be generated and to be used for all new sessions. Enumeration: 'generateSelfSignedCertificate': 2, 'generateRsaKeyAndSelfSignedCertificate': 1, 'generateCertificateRequest': 4, 'generatePkcs12': 3.
         rlSslCertificateExportTable 1.3.6.1.4.1.89.100.2 no-access
This table is used for viewing saved data from RAM and flash.
             rlSslCertificateExportEntry 1.3.6.1.4.1.89.100.2.1 no-access
The row definition for this table.
                 rlSslCertificateExportId 1.3.6.1.4.1.89.100.2.1.1 integer read-only
Identifies the index of this certficate / certificate request the table holds.
                 rlSslCertificateExportType 1.3.6.1.4.1.89.100.2.1.2 integer read-only
Identifies the type of data the current entry shows. Enumeration: 'certificateOpenSslFormat': 3, 'certificatePemFormat': 2, 'certificateRequestPemFormat': 1, 'certificateAndKeyPkcs12': 4.
                 rlSslCertificateExportFragmentId 1.3.6.1.4.1.89.100.2.1.3 integer read-only
Identifies the index of this fragment in the certificate request.
                 rlSslCertificateExportFragmentText 1.3.6.1.4.1.89.100.2.1.4 octet string read-only
A part of the readable text entry for the certificate request.
         rlSslCertificateSave 1.3.6.1.4.1.89.100.3 integer read-write
Saves data from rlSslCertificateImportTable to RAM and flash. When an external certificate should be copied to the device first we copy it to rlSslCertificateImportTable and then this scalar is set to the certificate id that we want to save - 1. All entries in rlSslCertificateImportTable that have this id and their format is equal to the current value of rlSslCertificateSaveFormat are concatenated. 2. If the imported certificate format is .. - section 1 result is validated against the key with the same index. If validation fails for any reason - the certificate is not saved and the setting this scalar fails. 3. If the imported certificate format is PKCS12 - section1 result is decrypted using rlSslImportedPKCS12CertificatePassphrase current value. If decryption fails for any reason the PKCS12 certificate and key are not saved to FLASH and setting this scalar fails.
         rlSslCertificateSaveFormat 1.3.6.1.4.1.89.100.4 integer read-write
. Enumeration: 'x509': 1, 'pkcs12': 2.
         rlSslImportedPKCS12CertificatePassphrase 1.3.6.1.4.1.89.100.5 displaystring read-write
.
         rlSslCertificateImportTable 1.3.6.1.4.1.89.100.6 no-access
This table is used for copying an external certificate to the device - see rlSslCertificateSave
             rlSslCertificateImportEntry 1.3.6.1.4.1.89.100.6.1 no-access
The row definition for this table.
                 rlSslCertificateImportId 1.3.6.1.4.1.89.100.6.1.1 integer read-write
The certificate ID.
                 rlSslCertificateImportFormat 1.3.6.1.4.1.89.100.6.1.2 integer read-write
. Enumeration: 'x509': 1, 'pkcs12': 2.
                 rlSslCertificateImportFragmentId 1.3.6.1.4.1.89.100.6.1.3 integer read-write
Identifies the index of this fragment in the certificate.
                 rlSslCertificateImportFragmentText 1.3.6.1.4.1.89.100.6.1.4 octet string read-write
A part of the readable text entry for the certificate.
                 rlSslCertificateImportFragmentStatus 1.3.6.1.4.1.89.100.6.1.5 rowstatus read-write