SIAE-RADIO-ENCRYPTION-MIB: View SNMP OID List / Download MIB

VENDOR: SIAE MICROELETTRONICA S.P.A.


 Home MIB: SIAE-RADIO-ENCRYPTION-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
 radioEncrypt 1.3.6.1.4.1.3373.1103.96
SIAE's radio encryption MIB.
       rdEncryptMibVersion 1.3.6.1.4.1.3373.1103.96.1 integer read-only
Numerical version of this module. The string version of this MIB have the following format: XX.YY.ZZ so, for example, the value 1 should be interpreted as 00.00.01 and the value 10001 should be interpreted as 01.00.01.
       rdEncryptTable 1.3.6.1.4.1.3373.1103.96.2 no-access
Table with SIAE's ENCRYPT entries.
           rdEncryptTableEntry 1.3.6.1.4.1.3373.1103.96.2.1 no-access
SIAE's ENCRYPT entry. An ENCRYPT instance have the same index of the relative radio link index. A row in this table is created by the SNMP agent for each instance of radio link.
               rdEncryptIfIndex 1.3.6.1.4.1.3373.1103.96.2.1.1 interfaceindex no-access
A unique value, greater than zero, for each ENCRYPT interface. This object is identical to the ifIndex of the standard MIB-2 ifTable. SNMP agent accepts the value of this objects only if the capability ifextCapabilityEncrypt is shown in ifextCapabilities for the same ifIndex.
               rdEncryptRowStatus 1.3.6.1.4.1.3373.1103.96.2.1.2 rowstatus read-only
Status of this row of rdEncryptTable. A manager must set this object in order to create an instance of ENCRYPT.
               rdEncryptAdminStatus 1.3.6.1.4.1.3373.1103.96.2.1.3 integer read-only
The desired state of the ENCRYPT. This object can be set only when the rdEncryptRowStatus of the ENCRYPT is active. When a managed system initializes, all ENCRYPT instance start with rdEncryptAdminStatus in the disable(2) state, it's a default state also. As a result of either explicit management action or per configuration information retained by the managed system, rdEncryptAdminStatus is then changed to the enable (1) state (or remains in the disable(2) state). In order to use ENCRYPT, also rdEncryptSystemControl must be set to start. Enumeration: 'enable': 2, 'disable': 1.
               rdEncryptAlgo 1.3.6.1.4.1.3373.1103.96.2.1.4 integer read-only
The encryption algorithm. The key length depends on the choosen algorithm. Enumeration: 'aes128': 1, 'aes256': 2.
               rdEncryptAlgoMode 1.3.6.1.4.1.3373.1103.96.2.1.5 integer read-only
AES encryption/decryption algorithm can be implemented in five modes. The modes may be used in conjunction with any symmetric key block cipher algorithm that is approved by a Federal Information Processing Standard (FIPS). The five modes are: - Electronic Codebook (ECB) - Cipher Block Chaining (CBC) - Cipher Feedback (CFB), - Output Feedback (OFB), - and Counter (CTR) Agents can accept only a subset of AES modes. Enumeration: 'aesModeCipherBlockChaining': 2, 'aesModeElectronicCodebook': 1, 'aesModeCipherFeedback': 3, 'aesModeCounter': 5, 'aesModeOutputFeedback': 4.
               rdEncryptKeyMode 1.3.6.1.4.1.3373.1103.96.2.1.6 integer read-only
This object select between the Manually-entered key mode and auto-generated key mode. Agent could not accept the value automaticKeyGeneration if it don't support the automatic key generation. Enumeration: 'manualEnteredKey': 1, 'automaticKeyGeneration': 2.
               rdEncryptKey 1.3.6.1.4.1.3373.1103.96.2.1.7 octet string read-only
The key used for encryption. The length of the key depends on rdEncryptAlgo.
               rdEncryptKeyLifeTime 1.3.6.1.4.1.3373.1103.96.2.1.8 integer32 read-only
The life time in day of the automatically generated key. The range goes from one day to three years (considering one leap year).
               rdEncryptMismatchAlarm 1.3.6.1.4.1.3373.1103.96.2.1.9 alarmstatus read-only
This alarm is raised when local and remote configuration does not match.
       rdEncryptSystemControl 1.3.6.1.4.1.3373.1103.96.3 integer read-write
The administrative system control status requested by management for the ENCRYPT feature. The value 'start'(1) indicates that all resources required by ENCRYPT should be allocated and ENCRYPT should be supported in the device on ports which shown the specific capability. The value shutdown(2) indicates that ENCRYPT should be shutdown in the device on all ports and all allocated memory must be released. Enumeration: 'start': 1, 'shutdown': 2.
       rdEncryptMismatchAlarmSeverityCode 1.3.6.1.4.1.3373.1103.96.4 alarmseveritycode read-write
Defines the severity associated to the rdEncryptMismatchAlarm and enables/disables the trap generation on status change event.