SIAE-FEATUREKEYS-MIB

File: SIAE-FEATUREKEYS-MIB.mib (6741 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SIAE-TREE-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
DisplayString siaeMib

Defined Values

featureKeys 1.3.6.1.4.1.3373.1103.101
Protection by key of the SIAE's equipment features.
MODULE-IDENTITY    

featureKeysMibVersion 1.3.6.1.4.1.3373.1103.101.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

featureKeysRadioMap 1.3.6.1.4.1.3373.1103.101.2
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).
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

featureKeysLineMap 1.3.6.1.4.1.3373.1103.101.3
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).
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

featureKeysActionRequest 1.3.6.1.4.1.3373.1103.101.4
This objects is used to perform the action modifying feature key.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noAction(1), upload(2)  

featureKeysCertificateName 1.3.6.1.4.1.3373.1103.101.5
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.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

featureKeysCertificateRemoteIpAddress 1.3.6.1.4.1.3373.1103.101.6
This objects is the IP address of the FTP/SFTP server from which the certificate has to be downloaded to the equipment.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

featureKeysLastOperationState 1.3.6.1.4.1.3373.1103.101.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER initial(1), downloadCompleted(2), downloadTransferring(3), downloadVerifying(4), downloadInterrupted(5), setSuccess(6), setFailure(7)  

featureKeysLastOperationFailure 1.3.6.1.4.1.3373.1103.101.8
This objects is the failure code of the last operation (a SNMP set on radio/line map or a certificate transfer).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER noFailure(1), transfer(2), serialNo(3), verifySign(4), primaryDigest(5), secondaryDigest(6)