DEVCONTROL-MIB: View SNMP OID List / Download MIB

VENDOR: APERTO NETWORKS


 Home MIB: DEVCONTROL-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
 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.
     aniDevControlResetDevice 1.3.6.1.4.1.4325.2.4.1 truthvalue read-write
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.
     aniDevControlSetFactoryDefaults 1.3.6.1.4.1.4325.2.4.2 truthvalue read-only
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.
     aniDevControlStartUpload 1.3.6.1.4.1.4325.2.4.3 truthvalue read-write
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.
     aniDevControlUploadState 1.3.6.1.4.1.4325.2.4.4 integer read-only
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. Enumeration: 'successful': 1, 'failed': 2.