DEVCONTROL-MIB

File: DEVCONTROL-MIB.mib (3164 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC ANIROOT-MIB

Imported symbols

OBJECT-TYPE MODULE-IDENTITY TruthValue
device

Defined Values

aniDevControl 1.3.6.1.4.1.4325.2.4
This group allows users to handle device control operations like resetting the device and setting to factory defaults. It can be used for both BSU and SU.
MODULE-IDENTITY    

aniDevControlResetDevice 1.3.6.1.4.1.4325.2.4.1
Setting this object to true(1) causes the device to reset. Setting the object to false(2) is not allowed. If a Get request is sent before this object is actually set, the value false(2) will be returned.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

aniDevControlSetFactoryDefaults 1.3.6.1.4.1.4325.2.4.2
This object provides an option to reset configuration parameters to factory defaults. Setting this object to true(1) allows restoring all configuration parameters to factory default values. Setting the object to false(2) is not allowed. If a Get request is sent before this object is actually set, the value false(2) will be returned. Note: This parameter is not supported for this release. Hence it is defined as a read-only object.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

aniDevControlStartUpload 1.3.6.1.4.1.4325.2.4.3
Setting this object to true(1) causes the device to upload the entire Configuration File onto the TFTP server on the service provider side. aniDevTftpServer is the designated TFTP server used in this upload process. Setting the object to false(2) is not allowed. If a Get request is sent before this object is actually set, the value false(2) will be returned.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

aniDevControlUploadState 1.3.6.1.4.1.4325.2.4.4
Reading this object returns the status of the previous upload process. The possible return values are: successful(1) - upload operation completed successfully failed(2) - upload operation failed If a Get request is sent before aniDevControlStartUpload is actually set, the value successful(1) will be returned by default.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER successful(1), failed(2)