MIB Viewer

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-SMIpcubeMgmt
SNMPv2-CONFMODULE-COMPLIANCE OBJECT-GROUP
SNMPv2-SMIInteger32 MODULE-IDENTITY OBJECT-TYPE
SNMPv2-TCRowStatus TEXTUAL-CONVENTION
OIDNameAccessStatusDescription
1.3.6.1.4.1.5655.3.1IdentitypcubeConfigCopyMIBThis 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.1NodepcubeConfigCopyMIBObjects
1.3.6.1.4.1.5655.3.1.1.1NodepcubeCopy
1.3.6.1.4.1.5655.3.1.1.1.1TablepcubeCopyTablenot-accessiblecurrentA table of config-copy requests.
1.3.6.1.4.1.5655.3.1.1.1.1.1RowpcubeCopyEntrynot-accessiblecurrentA 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.1ColumnpcubeCopyIndexnot-accessiblecurrentObject 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.2ColumnpcubeCopyEntryRowStatusread-writecurrentThis object can be used for creating/deleting entries from the table.
1.3.6.1.4.1.5655.3.1.1.1.1.1.3ColumnpcubeCopySourceFileTyperead-writecurrentSpecifies 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.4ColumnpcubeCopyDestFileTyperead-writecurrentSpecifies the type of file to copy to. currently only 'startupConfig(1)' is supported.
1.3.6.1.4.1.5655.3.1.2NodepcubeConfigCopyMIBConformance
1.3.6.1.4.1.5655.3.1.2.1NodepcubeConfigCopyMIBGroups
1.3.6.1.4.1.5655.3.1.2.1.1GrouppcubeCopyGroupcurrentA collection of objects used for specifying the configuration of the copy operation.
1.3.6.1.4.1.5655.3.1.2.2NodepcubeConfigCopyMIBCompliances
1.3.6.1.4.1.5655.3.1.2.2.1CompliancepcubeConfigCopyMIBCompliancecurrentA compliance statement defined in this MIB module, for SCE SNMP agents.
Type Definitions
NameSyntaxStatusDescription
ConfigFileTypeINTEGER { startupConfig(1), runningConfig(2) }currentThe various types of files on which a config-copy operation can be performed.