UBQS-CONFIG-MIB
- Registered at
- 1.3.6.1.4.1.7800.100.18
- Last updated
- 1906-07-13 00:00
- Organization
- Ubiquoss Corp.
- Namespace
- ubiquoss
- Source file
UBQS-CONFIG-MIB- Digest
sha256:eaf8aaa65f3b386c6caad5df65b3b668b5312753ce02db623363f8fefb71e3c2
Description
This MIB module defines MIB objects which provide mechanisms to remotely configure the parameters used by an SNMP entity.
Contact
Chair : bookn Kim Ubiquoss Corp. Postal: 24F Milennium B/D, 467-12, Dogok-Dong, GangNam-Gu, Seoul 135-270 Korea EMail: jisoo@ubiquoss.com Phone: +82-2-2190-3100 Co-editor: Paul Ubiquoss Corp. Postal: 24F Milennium B/D, 467-12, Dogok-Dong, GangNam-Gu, Seoul 135-270 Korea EMail: paul@ubiquoss.com Phone: +82-2-2190-3100
Imports
| From | Symbols |
|---|---|
| IANAifType-MIB | IANAifType |
| INET-ADDRESS-MIB | InetAddressType |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION |
| UBQS-SMI | ubiMgmtv2 |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
IANAifType-MIB INET-ADDRESS-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC UBQS-CONFIG-MIB UBQS-SMI
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ConfigMethodType TEXTUAL-CONVENTION Represents 'copy <source> <destination>'. 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 --------------------------------------------------- | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ubiConfigMIBNotificationPrefix OBJECT-IDENTITY | 1.3.6.1.4.1.7800.100.18.0 | |||
| ubiConfigMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.7800.100.18.1 | |||
| ubiConfigInfoTable OBJECT-TYPE The table of configuration file list that consists of image and config | 1.3.6.1.4.1.7800.100.18.1.1 | not-accessible | current | |
| ubiConfigInfoEntry OBJECT-TYPE The entry representing one element of configuration file list | 1.3.6.1.4.1.7800.100.18.1.1.1 | not-accessible | current | |
| ubiConfigName OBJECT-TYPE Configuration file name or image name | 1.3.6.1.4.1.7800.100.18.1.1.1.1 | DisplayString | read-only | current |
| ubiConfigType OBJECT-TYPE Configuration type config : configuration file image : image file other : other type file | 1.3.6.1.4.1.7800.100.18.1.1.1.2 | INTEGER {other(0), config(1), image(2)} | read-only | current |
| ubiConfigCurrentStatus OBJECT-TYPE Current configuration file status | 1.3.6.1.4.1.7800.100.18.1.1.1.3 | INTEGER {noCurrent(0), currentConfig(1)} | read-only | current |
| ubiConfigNextStatus OBJECT-TYPE Next configuration file status | 1.3.6.1.4.1.7800.100.18.1.1.1.4 | INTEGER {noNext(0), nextConfig(1)} | read-write | current |
| ubiConfigErase OBJECT-IDENTITY | 1.3.6.1.4.1.7800.100.18.1.2 | |||
| ubiConfigEraseMode OBJECT-TYPE 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. | 1.3.6.1.4.1.7800.100.18.1.2.1 | INTEGER {noMode(0), startupConfig(1), fileInFlash(2), fileInUsbFlash(3)} | read-write | current |
| ubiConfigEraseFileName OBJECT-TYPE If mode is 'configFile', configuration file name to be erased. startupConfig doesn't need this object | 1.3.6.1.4.1.7800.100.18.1.2.2 | DisplayString | read-write | current |
| ubiConfigEraseOperate OBJECT-TYPE Excute to erase configuration | 1.3.6.1.4.1.7800.100.18.1.2.3 | INTEGER {none(0), excute(1)} | read-write | current |
| ubiConfigEraseUsbPartNum OBJECT-TYPE The number of USB flash partition which has a file to be erase. This object is only for when ubiConfigEraseMode is 'fileInUsbFlash'. | 1.3.6.1.4.1.7800.100.18.1.2.4 | Integer32 (0..9) | read-write | current |
| ubiConfigCopy OBJECT-IDENTITY | 1.3.6.1.4.1.7800.100.18.1.3 | |||
| ubiConfigSourceMethod OBJECT-TYPE configuration source control method Represents 'copy <source> <destination>'. 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 --------------------------------------------------- | 1.3.6.1.4.1.7800.100.18.1.3.1 | ConfigMethodType | read-write | current |
| ubiConfigSourceFileName OBJECT-TYPE If not startup or running, source file name | 1.3.6.1.4.1.7800.100.18.1.3.2 | DisplayString | read-write | current |
| ubiConfigSourceIpAddress OBJECT-TYPE If tftp or ftp, ip address to be connected | 1.3.6.1.4.1.7800.100.18.1.3.3 | DisplayString | read-write | current |
| ubiConfigSouceUserId OBJECT-TYPE If ftp, server user id | 1.3.6.1.4.1.7800.100.18.1.3.4 | DisplayString | read-write | current |
| ubiConfigSourceUserPassword OBJECT-TYPE If ftp, server user password | 1.3.6.1.4.1.7800.100.18.1.3.5 | DisplayString | read-write | current |
| ubiConfigSourcePartNum OBJECT-TYPE If usbflash, system partition number | 1.3.6.1.4.1.7800.100.18.1.3.6 | DisplayString | read-write | current |
| ubiConfigDestinationMethod OBJECT-TYPE configuration destination control method Represents 'copy <source> <destination>'. 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 --------------------------------------------------- | 1.3.6.1.4.1.7800.100.18.1.3.7 | ConfigMethodType | read-write | current |
| ubiConfigDestinationFileName OBJECT-TYPE If startup or running, destination file name | 1.3.6.1.4.1.7800.100.18.1.3.8 | DisplayString | read-write | current |
| ubiConfigDestinationIpAddress OBJECT-TYPE If ftp or tftp, server ip address | 1.3.6.1.4.1.7800.100.18.1.3.9 | DisplayString | read-write | current |
| ubiConfigDestinationUserId OBJECT-TYPE If ftp, server user id | 1.3.6.1.4.1.7800.100.18.1.3.10 | DisplayString | read-write | current |
| ubiConfigDestinationUserPassword OBJECT-TYPE If ftp, server user password | 1.3.6.1.4.1.7800.100.18.1.3.11 | DisplayString | read-write | current |
| ubiConfigDestinationPartNum OBJECT-TYPE If usbflash, system partition number | 1.3.6.1.4.1.7800.100.18.1.3.12 | DisplayString | read-write | current |
| ubiConfigCopyOperate OBJECT-TYPE excute to copy configuration | 1.3.6.1.4.1.7800.100.18.1.3.13 | INTEGER {none(0), excute(1)} | read-write | current |
| ubiUsbConfigInfoTable OBJECT-TYPE The table of configuration file list that consists of image and config at usbflash | 1.3.6.1.4.1.7800.100.18.1.4 | not-accessible | current | |
| ubiUsbConfigInfoEntry OBJECT-TYPE The entry representing one element of configuration file list at usbflash | 1.3.6.1.4.1.7800.100.18.1.4.1 | not-accessible | current | |
| ubiUsbPartNum OBJECT-TYPE The file system partition number for USB flash. | 1.3.6.1.4.1.7800.100.18.1.4.1.1 | Integer32 (0..9) | read-only | current |
| ubiUsbConfigName OBJECT-TYPE Configuration file name or image name | 1.3.6.1.4.1.7800.100.18.1.4.1.2 | DisplayString | read-only | current |
| ubiUsbConfigType OBJECT-TYPE Configuration type config : configuration file image : image file other : other type file | 1.3.6.1.4.1.7800.100.18.1.4.1.3 | INTEGER {other(0), config(1), image(2)} | read-only | current |
| ubiUsbConfigCurrentStatus OBJECT-TYPE Current configuration file status | 1.3.6.1.4.1.7800.100.18.1.4.1.4 | INTEGER {noCurrent(0), currentConfig(1)} | read-only | current |
| ubiUsbConfigNextStatus OBJECT-TYPE Next configuration file status | 1.3.6.1.4.1.7800.100.18.1.4.1.5 | INTEGER {noNext(0), nextConfig(1)} | read-write | current |
| ubiConfigMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.7800.100.18.2 | |||
| ubiConfigMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.7800.100.18.2.1 | |||
| ubiConfigMonMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.7800.100.18.2.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| ubiConfigMIBCompliance MODULE-COMPLIANCE The compliance statement for entities which implement the ubiquoss system configuration MIB. | 1.3.6.1.4.1.7800.100.18.2.1.1 | current |
| ubiConfigMIBGroup OBJECT-GROUP ubiquoss system configuration. | 1.3.6.1.4.1.7800.100.18.2.2.1 | current |
| ubiConfigMIBNotifGroup NOTIFICATION-GROUP A notification group providing alarm notification for system configuration. | 1.3.6.1.4.1.7800.100.18.2.2.2 | current |