PCUBE-CONFIG-COPY-MIB

File: PCUBE-CONFIG-COPY-MIB.mib (6553 bytes)

Imported modules

PCUBE-SMI SNMPv2-SMI SNMPv2-TC
SNMPv2-CONF

Imported symbols

pcubeMgmt MODULE-IDENTITY OBJECT-TYPE
Integer32 TEXTUAL-CONVENTION RowStatus
MODULE-COMPLIANCE OBJECT-GROUP

Defined Types

ConfigFileType  
The various types of files on which a config-copy operation can be performed.
TEXTUAL-CONVENTION    
  INTEGER startupConfig(1), runningConfig(2)  

PcubeCopyEntry  
SEQUENCE    
  pcubeCopyIndex Integer32
  pcubeCopyEntryRowStatus RowStatus
  pcubeCopySourceFileType ConfigFileType
  pcubeCopyDestFileType ConfigFileType

Defined Values

pcubeConfigCopyMIB 1.3.6.1.4.1.5655.3.1
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
MODULE-IDENTITY    

pcubeConfigCopyMIBObjects 1.3.6.1.4.1.5655.3.1.1
OBJECT IDENTIFIER    

pcubeConfigCopyMIBConformance 1.3.6.1.4.1.5655.3.1.2
OBJECT IDENTIFIER    

pcubeConfigCopyMIBGroups 1.3.6.1.4.1.5655.3.1.2.1
OBJECT IDENTIFIER    

pcubeConfigCopyMIBCompliances 1.3.6.1.4.1.5655.3.1.2.2
OBJECT IDENTIFIER    

pcubeCopy 1.3.6.1.4.1.5655.3.1.1.1
OBJECT IDENTIFIER    

pcubeCopyTable 1.3.6.1.4.1.5655.3.1.1.1.1
A table of config-copy requests.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PcubeCopyEntry

pcubeCopyEntry 1.3.6.1.4.1.5655.3.1.1.1.1.1
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 associated instance of the row status and row index objects. It should be noted however that currently 'pcubeCopySourceFileType' must be of 'runningConfig' type and 'pcubeCopyDestFileType' must be of 'startupConfig' type (that are the default values). After setting pcubeCopySourceFileType and pcubeCopyDestFileType objects by explicit SNMP request or or by default, the row status should be set to createAndGo to initiate the request. Note that this entire procedure may be initiated via a single set request which specifies a row status of 'createAndGo(4)'.
Status: current Access: not-accessible
OBJECT-TYPE    
  PcubeCopyEntry  

pcubeCopyIndex 1.3.6.1.4.1.5655.3.1.1.1.1.1.1
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 this object when creating or modifying an instance of a 'pcubeCopyEntry'. The RowStatus semantics of the 'pcubeCopyEntryRowStatus' object will prevent access conflicts.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

pcubeCopyEntryRowStatus 1.3.6.1.4.1.5655.3.1.1.1.1.1.2
This object can be used for creating/deleting entries from the table.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

pcubeCopySourceFileType 1.3.6.1.4.1.5655.3.1.1.1.1.1.3
Specifies the type of file to copy from. Currently only 'runningConfig(2)' is supported.
Status: current Access: read-write
OBJECT-TYPE    
  ConfigFileType  

pcubeCopyDestFileType 1.3.6.1.4.1.5655.3.1.1.1.1.1.4
Specifies the type of file to copy to. currently only 'startupConfig(1)' is supported.
Status: current Access: read-write
OBJECT-TYPE    
  ConfigFileType  

pcubeConfigCopyMIBCompliance 1.3.6.1.4.1.5655.3.1.2.2.1
A compliance statement defined in this MIB module, for SCE SNMP agents.
Status: current Access: read-write
MODULE-COMPLIANCE    

pcubeCopyGroup 1.3.6.1.4.1.5655.3.1.2.1.1
A collection of objects used for specifying the configuration of the copy operation.
Status: current Access: read-write
OBJECT-GROUP