SIAE-FEATUREKEYS-MIB: View SNMP OID List / Download MIB

VENDOR: SIAE MICROELETTRONICA S.P.A.


 Home MIB: SIAE-FEATUREKEYS-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
 featureKeys 1.3.6.1.4.1.3373.1103.101
Protection by key of the SIAE's equipment features.
         featureKeysMibVersion 1.3.6.1.4.1.3373.1103.101.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.
         featureKeysRadioMap 1.3.6.1.4.1.3373.1103.101.2 octet string read-write
This object is the map of the radio feature keys (16 bits). The Get operation returns a map of 2 bytes. The value of the Set operation must be composed by the map of the 2 bytes and a 16 bytes signature from MD5 (the first 8 bytes as primary and the last 8 bytes as secondary).
         featureKeysLineMap 1.3.6.1.4.1.3373.1103.101.3 octet string read-write
This object is the map of the line feature keys (16 bits). The Get operation returns a map of 2 bytes. The value of the Set operation must be composed by the map of the 2 bytes and a 16 bytes signature from MD5 (the first 8 bytes as primary and the last 8 bytes as secondary).
         featureKeysActionRequest 1.3.6.1.4.1.3373.1103.101.4 integer read-write
This objects is used to perform the action modifying feature key. Enumeration: 'upload': 2, 'noAction': 1.
         featureKeysCertificateName 1.3.6.1.4.1.3373.1103.101.5 displaystring read-write
This objects is the path filename of the certificate used to set the radio or line feature keys. The file is sent through FTP/SFTP.
         featureKeysCertificateRemoteIpAddress 1.3.6.1.4.1.3373.1103.101.6 ipaddress read-write
This objects is the IP address of the FTP/SFTP server from which the certificate has to be downloaded to the equipment.
         featureKeysLastOperationState 1.3.6.1.4.1.3373.1103.101.7 integer read-only
This objects is the state of the last operation (a SNMP set on radio/line map or a certificate transfer). The values mean: initial -> default state after a start-up downloadCompleted -> a certificate has been downloaded successfully downloadTransferring -> a download is running downloadVerifying -> the certificate has been checking downloadInterrupted -> the download of a certificate had a bad result setSuccess -> a success of a SMNP set on radio/line map setFailure -> a failure of a SMNP set on radio/line map. Enumeration: 'downloadVerifying': 4, 'downloadCompleted': 2, 'downloadTransferring': 3, 'downloadInterrupted': 5, 'initial': 1, 'setSuccess': 6, 'setFailure': 7.
         featureKeysLastOperationFailure 1.3.6.1.4.1.3373.1103.101.8 integer read-only
This objects is the failure code of the last operation (a SNMP set on radio/line map or a certificate transfer). Enumeration: 'primaryDigest': 5, 'transfer': 2, 'noFailure': 1, 'secondaryDigest': 6, 'serialNo': 3, 'verifySign': 4.