PCUBE-CONFIG-COPY-MIB
15 objects
This MIB facilitates writing of running configuration of the SCOS to startup configuration. A config-copy operation is a request to copy a configuration file of a running SCOS. The term 'agent-config' will be used in this MIB to refer to either the running config or the startup config. The term SCE refers to Service Control Engine
Imported Objects
| PCUBE-SMI | pcubeMgmt |
| SNMPv2-CONF | MODULE-COMPLIANCE OBJECT-GROUP |
| SNMPv2-SMI | Integer32 MODULE-IDENTITY OBJECT-TYPE |
| SNMPv2-TC | RowStatus TEXTUAL-CONVENTION |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.5655.3.1 | IdentitypcubeConfigCopyMIB | This MIB facilitates writing of running configuration of the SCOS to startup configuration. A config-copy operation is a request to copy a configuration file o… | ||
| 1.3.6.1.4.1.5655.3.1.1 | NodepcubeConfigCopyMIBObjects | |||
| 1.3.6.1.4.1.5655.3.1.1.1 | NodepcubeCopy | |||
| 1.3.6.1.4.1.5655.3.1.1.1.1 | TablepcubeCopyTable | not-accessible | current | A table of config-copy requests. |
| 1.3.6.1.4.1.5655.3.1.1.1.1.1 | RowpcubeCopyEntry | not-accessible | current | A config-copy request. A management station wishing to save the running config may use any number to be used as an index. The station should then create the as… |
| 1.3.6.1.4.1.5655.3.1.1.1.1.1.1 | ColumnpcubeCopyIndex | not-accessible | current | Object which specifies a unique entry in the pcubeCopyTable. A management station wishing to initiate a config-copy operation should use a random value for thi… |
| 1.3.6.1.4.1.5655.3.1.1.1.1.1.2 | ColumnpcubeCopyEntryRowStatus | read-write | current | This object can be used for creating/deleting entries from the table. |
| 1.3.6.1.4.1.5655.3.1.1.1.1.1.3 | ColumnpcubeCopySourceFileType | read-write | current | Specifies the type of file to copy from. Currently only 'runningConfig(2)' is supported. |
| 1.3.6.1.4.1.5655.3.1.1.1.1.1.4 | ColumnpcubeCopyDestFileType | read-write | current | Specifies the type of file to copy to. currently only 'startupConfig(1)' is supported. |
| 1.3.6.1.4.1.5655.3.1.2 | NodepcubeConfigCopyMIBConformance | |||
| 1.3.6.1.4.1.5655.3.1.2.1 | NodepcubeConfigCopyMIBGroups | |||
| 1.3.6.1.4.1.5655.3.1.2.1.1 | GrouppcubeCopyGroup | current | A collection of objects used for specifying the configuration of the copy operation. | |
| 1.3.6.1.4.1.5655.3.1.2.2 | NodepcubeConfigCopyMIBCompliances | |||
| 1.3.6.1.4.1.5655.3.1.2.2.1 | CompliancepcubeConfigCopyMIBCompliance | current | A compliance statement defined in this MIB module, for SCE SNMP agents. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| ConfigFileType | INTEGER { startupConfig(1), runningConfig(2) } | current | The various types of files on which a config-copy operation can be performed. |