UBQS-CONFIG-MIB: View SNMP OID List / Download MIB

VENDOR: PREMIER NETWORK CO., LTD


 Home MIB: UBQS-CONFIG-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
 ubiConfigMIB 1.3.6.1.4.1.7800.100.18
This MIB module defines MIB objects which provide mechanisms to remotely configure the parameters used by an SNMP entity.
       ubiConfigMIBNotificationPrefix 1.3.6.1.4.1.7800.100.18.0
       ubiConfigMIBObjects 1.3.6.1.4.1.7800.100.18.1
           ubiConfigInfoTable 1.3.6.1.4.1.7800.100.18.1.1 no-access
The table of configuration file list that consists of image and config
               ubiConfigInfoEntry 1.3.6.1.4.1.7800.100.18.1.1.1 no-access
The entry representing one element of configuration file list
                   ubiConfigName 1.3.6.1.4.1.7800.100.18.1.1.1.1 displaystring read-only
Configuration file name or image name
                   ubiConfigType 1.3.6.1.4.1.7800.100.18.1.1.1.2 integer read-only
Configuration type config : configuration file image : image file other : other type file Enumeration: 'image': 2, 'other': 0, 'config': 1.
                   ubiConfigCurrentStatus 1.3.6.1.4.1.7800.100.18.1.1.1.3 integer read-only
Current configuration file status Enumeration: 'currentConfig': 1, 'noCurrent': 0.
                   ubiConfigNextStatus 1.3.6.1.4.1.7800.100.18.1.1.1.4 integer read-write
Next configuration file status Enumeration: 'nextConfig': 1, 'noNext': 0.
           ubiConfigErase 1.3.6.1.4.1.7800.100.18.1.2
               ubiConfigEraseMode 1.3.6.1.4.1.7800.100.18.1.2.1 integer read-write
The type of object to be erased. To erase a file, value must be 1, 2 or 3. fileInFlash means config and image file at system flash and fileInUsbFlash means config and image file at USB flash. Enumeration: 'startupConfig': 1, 'fileInFlash': 2, 'fileInUsbFlash': 3, 'noMode': 0.
               ubiConfigEraseFileName 1.3.6.1.4.1.7800.100.18.1.2.2 displaystring read-write
If mode is 'configFile', configuration file name to be erased. startupConfig doesn't need this object
               ubiConfigEraseOperate 1.3.6.1.4.1.7800.100.18.1.2.3 integer read-write
Excute to erase configuration Enumeration: 'excute': 1, 'none': 0.
               ubiConfigEraseUsbPartNum 1.3.6.1.4.1.7800.100.18.1.2.4 integer32 read-write
The number of USB flash partition which has a file to be erase. This object is only for when ubiConfigEraseMode is 'fileInUsbFlash'.
           ubiConfigCopy 1.3.6.1.4.1.7800.100.18.1.3
               ubiConfigSourceMethod 1.3.6.1.4.1.7800.100.18.1.3.1 configmethodtype read-write
configuration source control method Represents 'copy '. each source method has possible destination methods. The mapping list below: source | destination =================================================== startup-config | running-config | ftp | tftp --------------------------------------------------- running-config | startup-config | ftp | tftp | flash | usbflash --------------------------------------------------- ftp | startup-config | running-config | flash | config-file --------------------------------------------------- tftp | startup-config | running-config | flash | config-file --------------------------------------------------- flash | ftp | tftp | flash | usbflash --------------------------------------------------- usbflash | flash | usbflash ---------------------------------------------------
               ubiConfigSourceFileName 1.3.6.1.4.1.7800.100.18.1.3.2 displaystring read-write
If not startup or running, source file name
               ubiConfigSourceIpAddress 1.3.6.1.4.1.7800.100.18.1.3.3 displaystring read-write
If tftp or ftp, ip address to be connected
               ubiConfigSouceUserId 1.3.6.1.4.1.7800.100.18.1.3.4 displaystring read-write
If ftp, server user id
               ubiConfigSourceUserPassword 1.3.6.1.4.1.7800.100.18.1.3.5 displaystring read-write
If ftp, server user password
               ubiConfigSourcePartNum 1.3.6.1.4.1.7800.100.18.1.3.6 displaystring read-write
If usbflash, system partition number
               ubiConfigDestinationMethod 1.3.6.1.4.1.7800.100.18.1.3.7 configmethodtype read-write
configuration destination control method Represents 'copy '. each source method has possible destination methods. The mapping list below: source | destination =================================================== startup-config | running-config | ftp | tftp --------------------------------------------------- running-config | startup-config | ftp | tftp | flash | usbflash --------------------------------------------------- ftp | startup-config | running-config | flash --------------------------------------------------- tftp | startup-config | running-config | flash --------------------------------------------------- flash | ftp | tftp | flash | usbflash --------------------------------------------------- usbflash | flash | usbflash ---------------------------------------------------
               ubiConfigDestinationFileName 1.3.6.1.4.1.7800.100.18.1.3.8 displaystring read-write
If startup or running, destination file name
               ubiConfigDestinationIpAddress 1.3.6.1.4.1.7800.100.18.1.3.9 displaystring read-write
If ftp or tftp, server ip address
               ubiConfigDestinationUserId 1.3.6.1.4.1.7800.100.18.1.3.10 displaystring read-write
If ftp, server user id
               ubiConfigDestinationUserPassword 1.3.6.1.4.1.7800.100.18.1.3.11 displaystring read-write
If ftp, server user password
               ubiConfigDestinationPartNum 1.3.6.1.4.1.7800.100.18.1.3.12 displaystring read-write
If usbflash, system partition number
               ubiConfigCopyOperate 1.3.6.1.4.1.7800.100.18.1.3.13 integer read-write
excute to copy configuration Enumeration: 'excute': 1, 'none': 0.
           ubiUsbConfigInfoTable 1.3.6.1.4.1.7800.100.18.1.4 no-access
The table of configuration file list that consists of image and config at usbflash
               ubiUsbConfigInfoEntry 1.3.6.1.4.1.7800.100.18.1.4.1 no-access
The entry representing one element of configuration file list at usbflash
                   ubiUsbPartNum 1.3.6.1.4.1.7800.100.18.1.4.1.1 integer32 read-only
The file system partition number for USB flash.
                   ubiUsbConfigName 1.3.6.1.4.1.7800.100.18.1.4.1.2 displaystring read-only
Configuration file name or image name
                   ubiUsbConfigType 1.3.6.1.4.1.7800.100.18.1.4.1.3 integer read-only
Configuration type config : configuration file image : image file other : other type file Enumeration: 'image': 2, 'other': 0, 'config': 1.
                   ubiUsbConfigCurrentStatus 1.3.6.1.4.1.7800.100.18.1.4.1.4 integer read-only
Current configuration file status Enumeration: 'currentConfig': 1, 'noCurrent': 0.
                   ubiUsbConfigNextStatus 1.3.6.1.4.1.7800.100.18.1.4.1.5 integer read-write
Next configuration file status Enumeration: 'nextConfig': 1, 'noNext': 0.
       ubiConfigMIBConformance 1.3.6.1.4.1.7800.100.18.2
           ubiConfigMIBCompliances 1.3.6.1.4.1.7800.100.18.2.1
               ubiConfigMIBCompliance 1.3.6.1.4.1.7800.100.18.2.1.1
The compliance statement for entities which implement the ubiquoss system configuration MIB.
           ubiConfigMonMIBGroups 1.3.6.1.4.1.7800.100.18.2.2
               ubiConfigMIBGroup 1.3.6.1.4.1.7800.100.18.2.2.1
ubiquoss system configuration.
               ubiConfigMIBNotifGroup 1.3.6.1.4.1.7800.100.18.2.2.2
A notification group providing alarm notification for system configuration.