ZXR10-CONFIG-COPY-MIB

File: ZXR10-CONFIG-COPY-MIB.mib (52530 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IPV6-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
IpAddress Unsigned32 enterprises
Integer32 TEXTUAL-CONVENTION DisplayString
TimeStamp RowStatus TruthValue
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
Ipv6Address

Defined Types

ConfigCopyProtocol  
The protocol file transfer protocol that should be used to copy the configuration file over the network. If the config file transfer is to occur locally on the SNMP agent, the method of transfer is left upto the implementation, and is not restricted to the protocols below.
TEXTUAL-CONVENTION    
  INTEGER tftp(1), ftp(2)  

ConfigCopyState  
The state of a copy operation. The description of each state is given below: waiting: only one copy request can run at any time. A newly activated copy request is placed in this state if another request has already been activated. running: this state signifies that the copy request is running. successsful: the state when a copy request is successfully completed. failed: the copy request was unsuccesful.
TEXTUAL-CONVENTION    
  INTEGER waiting(1), running(2), successful(3), failed(4)  

ConfigCopyFailCause  
The reason a copy request failed.
TEXTUAL-CONVENTION    
  INTEGER unknown(1), localSourceFileUnavailable(2), connectionTimeout(3), insufficientMemory(4), noConfig(5), unsupportedProtocol(6), someConfigApplyFailed(7), localDestFileExist(8), fileChecksumErr(9), ftpLoginFail(10), localDestFileCreateErr(11), serverFileAccessErr(12), serverCancelTrance(13), insufficientStorage(14), vrfInvalid(15), unsupportedChecksumType(16)  

ConfigFileType  
The various types of files on which a copy operation can be performed.
TEXTUAL-CONVENTION    
  INTEGER networkFile(1), localFile(2), startupConfig(3), runningConfig(4), version(5)  

ChecksumType  
The various types of file check.
TEXTUAL-CONVENTION    
  INTEGER none(1), md5(2), sha1(3)  

TFTPCopyFailCause  
The reason a copy request failed.
TEXTUAL-CONVENTION    
  INTEGER unknown(1), vrfInvalid(2), serverIPAddressInvalid(3), localFileUnavailable(4), localDestFileExist(5), localSourceFileNotExist(6), localFileOperateError(7), remotFileOperateError(8), resourceNotAvailable(9), netWorkError(10), accessViolation(11), illegalOperation(12), unknownTransferID(13), insufficientStorage(14), someConfigApplyFailed(15), fileChecksumErr(16), unsupportedChecksumType(17), transmissionAborted(18), timeoutOccurred(19), noFailCause(255)  

SFTPConfigFileType  
The various types of files on which a copy operation can be performed.
TEXTUAL-CONVENTION    
  INTEGER networkFile(1), localFile(2)  

SFTPCopyFailCause  
The reason a copy request failed.
TEXTUAL-CONVENTION    
  INTEGER errUnknown(17), vrfInvalid(18), localFileUnavailable(19), localDestFileExist(20), localFileOperateError(21), localFileOpenError(22), fileSizeExceedLimit(23), resourceAllocFail(24), createSshError(25), setSshError(26), fileIsTransmit(27), resourceNotEnough(28), sftpLoginFail(29), serverFileAccessErr(30), inputParaError(31), transmissionAborted(32), copyNoError(255)  

Zxr10CopyEntry  
SEQUENCE    
  zxr10CopyIndex Unsigned32
  zxr10CopyProtocol ConfigCopyProtocol
  zxr10CopySourceFileType ConfigFileType
  zxr10CopyDestFileType ConfigFileType
  zxr10CopyServerAddress IpAddress
  zxr10CopySrcFileName DisplayString
  zxr10CopyDstFileName DisplayString
  zxr10CopyUserName DisplayString
  zxr10CopyUserPassword DisplayString
  zxr10CopyNotificationOnCompletion TruthValue
  zxr10CopyState ConfigCopyState
  zxr10CopyTimeStarted TimeStamp
  zxr10CopyTimeCompleted TimeStamp
  zxr10CopyFailCause ConfigCopyFailCause
  zxr10CopyRowStatus RowStatus
  zxr10CopyVrfName DisplayString
  zxr10CopyMng TruthValue
  zxr10CopyFileCheckSumType INTEGER
  zxr10CopyFileCheckSumString DisplayString
  zxr10CopyServerV6Address Ipv6Address
  zxr10CopyInterface DisplayString
  zxr10CopyProgress Integer32
  zxr10CopyFinishRemainTime TimeStamp

Zxr10TFTPCopyEntry  
SEQUENCE    
  zxr10TFTPCopyIndex Unsigned32
  zxr10TFTPCopySourceFileType ConfigFileType
  zxr10TFTPCopyDestFileType ConfigFileType
  zxr10TFTPCopyServerAddress IpAddress
  zxr10TFTPCopySrcFileName DisplayString
  zxr10TFTPCopyDstFileName DisplayString
  zxr10TFTPCopyFinishNotify TruthValue
  zxr10TFTPCopyState ConfigCopyState
  zxr10TFTPCopyTimeStarted TimeStamp
  zxr10TFTPCopyTimeCompleted TimeStamp
  zxr10TFTPCopyFailCause TFTPCopyFailCause
  zxr10TFTPCopyVrfName DisplayString
  zxr10TFTPCopyMng TruthValue
  zxr10TFTPCopyFileCheckSumType ChecksumType
  zxr10TFTPCopyFileCheckSumString OCTET STRING
  zxr10TFTPCopyServerV6Address Ipv6Address
  zxr10TFTPCopyInterface DisplayString
  zxr10TFTPCopyRowStatus RowStatus

Zxr10SftpCopyEntry  
SEQUENCE    
  zxr10SftpCopyIndex Unsigned32
  zxr10SftpCopySourceFileType SFTPConfigFileType
  zxr10SftpCopyDestFileType SFTPConfigFileType
  zxr10SftpCopyServerAddress IpAddress
  zxr10SftpCopySrcFileName DisplayString
  zxr10SftpCopyDstFileName DisplayString
  zxr10SftpCopyUserName DisplayString
  zxr10SftpCopyUserPassword DisplayString
  zxr10SftpCopyState ConfigCopyState
  zxr10SftpCopyTimeStarted TimeStamp
  zxr10SftpCopyTimeCompleted TimeStamp
  zxr10SftpCopyFailCause SFTPCopyFailCause
  zxr10SftpCopyVrfName DisplayString
  zxr10SftpCopyMng TruthValue
  zxr10SftpCopyServerV6Address Ipv6Address
  zxr10SftpCopyInterface DisplayString
  zxr10SftpCopyRowStatus RowStatus

Defined Values

zxr10ConfigCopyMIB 1.3.6.1.4.1.3902.3.202.1
This MIB facilitates writing of configuration files of an SNMP Agent running ZTE's ROS in the following ways: to and from the net, copying running configurations to startup configurations and vice-versa, and copying a configuration (running or startup) to and from the local file system.
MODULE-IDENTITY    

zte 1.3.6.1.4.1.3902
OBJECT IDENTIFIER    

zxr10 1.3.6.1.4.1.3902.3
OBJECT IDENTIFIER    

zxr10MGMT 1.3.6.1.4.1.3902.3.202
OBJECT IDENTIFIER    

zxr10ConfigCopyMIBObjects 1.3.6.1.4.1.3902.3.202.1.1
OBJECT IDENTIFIER    

zxr10Copy 1.3.6.1.4.1.3902.3.202.1.1.1
OBJECT IDENTIFIER    

zxr10CopyTable 1.3.6.1.4.1.3902.3.202.1.1.1.1
A table of config-copy requests.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Zxr10CopyEntry

zxr10CopyEntry 1.3.6.1.4.1.3902.3.202.1.1.1.1.1
A config-copy request. A management station wishing to create an entry should first generate a random serial number to be used as the index to this sparse table. The station should then create the associated instance of the row status and row index objects. It __MUST__ in the same PDUs, create an instance of copySourceFileType and copyDestFileType. At least one of the FileTypes must be an agent-config file type (i.e. startupConfig or runningConfig). If one of the file types is a networkFile, a valid copyServerAddress and copyFileName must be created as well. For a file type of localFile, only a valid fileName needs to be created as an extra parameter. It should also modify the default values for the other configuration objects if the defaults are not appropriate. Once the appropriate instance of all the configuration objects have been created, the row status will automatically be set to active to initiate the request. Note that this entire procedure __MUST__ be initiated via a single set request which specifies a row status of createAndGo as well as specifies valid values for the non-defaulted configuration objects. Once the config-copy request has been created (i.e. the copyEntryRowStatus has been made active), the entry cannot be modified - the only operation possible after this is to delete the row. Once the request completes, the management station should retrieve the values of the status objects of interest, and should then delete the entry. In order to prevent old entries from clogging the table, entries will be aged out, but an entry will never be deleted within 5 minutes of completing.
Status: current Access: not-accessible
OBJECT-TYPE    
  Zxr10CopyEntry  

zxr10CopyIndex 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.1
Object which specifies a unique entry in the copyTable. 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 copyEntry. The RowStatus semantics of the copyEntryRowStatus object will prevent access conflicts.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..2147483647  

zxr10CopyProtocol 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.2
The protocol to be used for any copy. Will default to FTP if not specified. If the copy operation occurs locally on the SNMP agent (e.g. runningConfigToStartupConfig), this object may be ignored by the implementation.
Status: current Access: read-create
OBJECT-TYPE    
  ConfigCopyProtocol  

zxr10CopySourceFileType 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.3
specifies the type of file to copy from. Either the copySourceFileType or the copyDestFileType (or both) must be of type runningConfig or startupConfig. Also,the copySourceFileType must be different from the copyDestFileType. If the copySourceFileType has the value of networkFile, the copyServerAddress and copyFileName must also be created, and these 3 objects together (copySourceFileType, copyServerAddress, copyFileName) will uniquely identify the source file. If the copySourceFileType is localFile, the copyFileName must also be created, and the 2 objects together (copySourceFileType,copyFileName) will uniquely identify the source file.
Status: current Access: read-create
OBJECT-TYPE    
  ConfigFileType  

zxr10CopyDestFileType 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.4
specifies the type of file to copy to. Either the copySourceFileType or the copyDestFileType (or both) must be of type runningConfig or startupConfig. Also, the copySourceFileType must be different from the copyDestFileType. If the copyDestFileType has the value of networkFile, the copyServerAddress and copyFileName must also be created, and these 3 objects together (copyDestFileType, copyServerAddress, copyFileName) will uniquely identify the destination file. If the copyDestFileType is localFile, the copyFileName must also be created, and the 2 objects together (copyDestFileType, copyFileName) will uniquely identify the destination file.
Status: current Access: read-create
OBJECT-TYPE    
  ConfigFileType  

zxr10CopyServerAddress 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.5
The IPv4 address of the FTP server from (or to) which to copy the configuration file. This object can not be used with zxr10CopyServerV6Address at the same time. Values of 0.0.0.0 or FF.FF.FF.FF for copyServerAddress are not allowed.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

zxr10CopySrcFileName 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.6
The source file name (including the path, if applicable) of the file. This object must be created when either the copySourceFileType or copyDestFileType has the value networkFile or localFile.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..80)  

zxr10CopyDstFileName 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.7
The destination file name (including the path, if applicable) of the file. This object must be created when either the copySourceFileType or copyDestFileType has the value networkFile or localFile.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..80)  

zxr10CopyUserName 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.8
Remote user name for copy via FTP protocol. This object must be created when the copyProtocol is FTP.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..40)  

zxr10CopyUserPassword 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.9
Password used by FTP for copying a file to/from the FTP server. This object must be created when the copyProtocol is FTP.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..40)  

zxr10CopyNotificationOnCompletion 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.10
Specifies whether or not a copyCompletion notification should be issued on completion of the FTP transfer. If such a notification is desired, it is the responsibility of the management entity to ensure that the SNMP administrative model is configured in such a way as to allow the notification to be delivered.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

zxr10CopyState 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.11
Specifies the state of this config-copy request. This value of this object is instantiated only after the row has been instantiated, i.e. after the copyEntryRowStatus has been made active.
Status: current Access: read-only
OBJECT-TYPE    
  ConfigCopyState  

zxr10CopyTimeStarted 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.12
Specifies the time the copyState last transitioned to running, or 0 if the state has never transitioned to running (for e.g., stuck in waiting state). This object is instantiated only after the row has been instantiated.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

zxr10CopyTimeCompleted 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.13
Specifies the time the copyState last transitioned from running to successful or failed states. This object is instantiated only after the row has been instantiated. Its value will remain 0 until the request has completed.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

zxr10CopyFailCause 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.14
The reason why the config-copy operation failed. This object is instantiated only when the copyState for this entry is in the failed state.
Status: current Access: read-only
OBJECT-TYPE    
  ConfigCopyFailCause  

zxr10CopyRowStatus 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.15
The status of this table entry. Once the entry status is set to active, the associated entry cannot be modified until the request completes (copyState transitions to successful or failed state).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

zxr10CopyVrfName 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.16
The VRF name for copy.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..32)  

zxr10CopyMng 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.17
Specifies whether or not choose the mng port.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

zxr10CopyFileCheckSumType 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.18
Specifies the type of file check.The value 0 means no check, 1 means checking file with MD5,2 means checking file with SHA1.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..2  

zxr10CopyFileCheckSumString 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.19
The key of check.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..80)  

zxr10CopyServerV6Address 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.20
The IPv6 address of the FTP server from (or to) which to copy the configuration file. This object can not be used with zxr10CopyServerAddress at the same time.
Status: current Access: read-create
OBJECT-TYPE    
  Ipv6Address  

zxr10CopyInterface 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.21
The interface name. This object is used only when the remote address is a link-local address.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..31)  

zxr10CopyProgress 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.22
The progress of copy operation.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

zxr10CopyFinishRemainTime 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.23
Remaining time of copy completion.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

zxr10TFTPCopyTable 1.3.6.1.4.1.3902.3.202.1.1.1.2
A table of tftp copy requests.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Zxr10TFTPCopyEntry

zxr10TFTPCopyEntry 1.3.6.1.4.1.3902.3.202.1.1.1.2.1
A tftp copy request. A management station wishing to create an entry should first generate a random serial number to be used as the index to this sparse table. The station should then create the associated instance of the row status and row index objects. It __MUST__ in the same PDUs, create an instance of copySourceFileType and copyDestFileType. At least one of the FileTypes must be an agent-config file type (i.e. startupConfig or runningConfig). If one of the file types is a networkFile, a valid copyServerAddress and copyFileName must be created as well. For a file type of localFile, only a valid fileName needs to be created as an extra parameter. It should also modify the default values for the other configuration objects if the defaults are not appropriate. Once the appropriate instance of all the configuration objects have been created, the row status will automatically be set to active to initiate the request. Note that this entire procedure __MUST__ be initiated via a single set request which specifies a row status of createAndGo as well as specifies valid values for the non-defaulted configuration objects. Once the tftp copy request has been created (i.e. the copyEntryRowStatus has been made active), the entry cannot be modified - the only operation possible after this is to delete the row. Once the request completes, the management station should retrieve the values of the status objects of interest, and should then delete the entry. In order to prevent old entries from clogging the table, entries will be aged out, but an entry will never be deleted within 5 minutes of completing.
Status: current Access: not-accessible
OBJECT-TYPE    
  Zxr10TFTPCopyEntry  

zxr10TFTPCopyIndex 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.1
Object which specifies a unique entry in the copyTable. A management station wishing to initiate a tftp copy operation should use a random value for this object when creating or modifying an instance of a copyEntry. The RowStatus semantics of the copyEntryRowStatus object will prevent access conflicts.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..16  

zxr10TFTPCopySourceFileType 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.2
specifies the type of file to copy from. Either the copySourceFileType or the copyDestFileType (or both) must be of type runningConfig or startupConfig. Also, the copySourceFileType must be different from the copyDestFileType. If the copySourceFileType has the value of networkFile, the copyServerAddress and copyFileName must also be created, and these 3 objects together (copySourceFileType, copyServerAddress, copyFileName) will uniquely identify the source file. If the copySourceFileType is localFile, the copyFileName must also be created, and the 2 objects together (copySourceFileType, copyFileName) will uniquely identify the source file.
Status: current Access: read-create
OBJECT-TYPE    
  ConfigFileType  

zxr10TFTPCopyDestFileType 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.3
specifies the type of file to copy to. Either the copySourceFileType or the copyDestFileType (or both) must be of type runningConfig or startupConfig. Also, the copySourceFileType must be different from the copyDestFileType. If the copyDestFileType has the value of networkFile, the copyServerAddress and copyFileName must also be created, and these 3 objects together (copyDestFileType, copyServerAddress, copyFileName) will uniquely identify the destination file. If the copyDestFileType is localFile, the copyFileName must also be created, and the 2 objects together (copyDestFileType, copyFileName) will uniquely identify the destination file.
Status: current Access: read-create
OBJECT-TYPE    
  ConfigFileType  

zxr10TFTPCopyServerAddress 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.4
The IPv4 address of the TFTP server from (or to) which to copy the configuration file. This object can not be used with zxr10TFTPCopyServerV6Address at the same time. Values of 0.0.0.0 or FF.FF.FF.FF for copyServerAddress are not allowed.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

zxr10TFTPCopySrcFileName 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.5
The source file name (including the path, if applicable) of the file. This object must be created when either the copySourceFileType or copyDestFileType has the value networkFile or localFile.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..159)  

zxr10TFTPCopyDstFileName 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.6
The destination file name (including the path, if applicable) of the file. This object must be created when either the copySourceFileType or copyDestFileType has the value networkFile or localFile.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..159)  

zxr10TFTPCopyFinishNotify 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.7
Specifies whether or not a copyCompletion notification should be issued on completion of the TFTP transfer. If such a notification is desired, it is the responsibility of the management entity to ensure that the SNMP administrative model is configured in such a way as to allow the notification to be delivered.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

zxr10TFTPCopyState 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.8
Specifies the state of this tftp copy request. This value of this object is instantiated only after the row has been instantiated, i.e. after the copyEntryRowStatus has been made active.
Status: current Access: read-only
OBJECT-TYPE    
  ConfigCopyState  

zxr10TFTPCopyTimeStarted 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.9
Specifies the time the copyState last transitioned to running, or 0 if the state has never transitioned to running (for e.g., stuck in waiting state). This object is instantiated only after the row has been instantiated. The value is system uptime.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

zxr10TFTPCopyTimeCompleted 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.10
Specifies the time the copyState last transitioned from running to successful or failed states. This object is instantiated only after the row has been instantiated. Its value will remain 0 until the request has completed. The value is system uptime.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

zxr10TFTPCopyFailCause 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.11
The reason why the tftp copy operation failed. This object is instantiated only when the copyState for this entry is in the failed state.
Status: current Access: read-only
OBJECT-TYPE    
  TFTPCopyFailCause  

zxr10TFTPCopyVrfName 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.12
The VRF name for copy.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..32)  

zxr10TFTPCopyMng 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.13
Specifies whether or not choose the mng port.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

zxr10TFTPCopyFileCheckSumType 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.14
Specifies the type of file check. You can check file with MD5 or SHA1 algorithm.
Status: current Access: read-create
OBJECT-TYPE    
  ChecksumType  

zxr10TFTPCopyFileCheckSumString 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.15
The key of check.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..80)  

zxr10TFTPCopyServerV6Address 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.16
The IPv6 address of the TFTP server from (or to) which to copy the configuration file. This object can not be used with zxr10CopyTFTPServerAddress at the same time.
Status: current Access: read-create
OBJECT-TYPE    
  Ipv6Address  

zxr10TFTPCopyInterface 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.17
The interface name.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..31)  

zxr10TFTPCopyRowStatus 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.100
The status of this table entry. Once the entry status is set to active, the associated entry cannot be modified until the request completes (copyState transitions to successful or failed state).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

zxr10SftpCopyTable 1.3.6.1.4.1.3902.3.202.1.1.1.3
A table of SFTP copy requests.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Zxr10SftpCopyEntry

zxr10SftpCopyEntry 1.3.6.1.4.1.3902.3.202.1.1.1.3.1
A SFTP copy request. A management station wishing to create an entry should first generate a random serial number to be used as the index to this sparse table. The station should then create the associated instance of the row status and row index objects. It must in the same PDUs, create an instance of copySourceFileType and copyDestFileType. If one of the file types is a networkFile, a valid copyServerAddress and copyFileName must be created as well. For a file type of localFile, only a valid fileName needs to be created as an extra parameter. It should also modify the default values for the other configuration objects if the defaults are not appropriate. Once the appropriate instance of all the configuration objects have been created, the row status will automatically be set to active to initiate the request. Note that this entire procedure __MUST__ be initiated via a single set request which specifies a row status of createAndGo as well as specifies valid values for the non-defaulted configuration objects. Once the sftp copy request has been created (i.e. the copyEntryRowStatus has been made active), the entry cannot be modified - the only operation possible after this is to delete the row. Once the request completes, the management station should retrieve the values of the status objects of interest, and should then delete the entry. In order to prevent old entries from clogging the table, entries will be aged out, but an entry will never be deleted within 5 minutes of completing.
Status: current Access: not-accessible
OBJECT-TYPE    
  Zxr10SftpCopyEntry  

zxr10SftpCopyIndex 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.1
Object which specifies a unique entry in the copyTable. A management station wishing to initiate a sftp copy operation should use a random value for this object when creating or modifying an instance of a copyEntry. The RowStatus semantics of the copyEntryRowStatus object will prevent access conflicts.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..32  

zxr10SftpCopySourceFileType 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.2
specifies the type of file to copy from. Either the copySourceFileType or the copyDestFileType (or both) must be of type runningConfig or startupConfig. Also,the copySourceFileType must be different from the copyDestFileType. If the copySourceFileType has the value of networkFile, the copyServerAddress and copyFileName must also be created, and these 3 objects together (copySourceFileType, copyServerAddress, copyFileName) will uniquely identify the source file. If the copySourceFileType is localFile, the copyFileName must also be created, and the 2 objects together (copySourceFileType,copyFileName) will uniquely identify the source file.
Status: current Access: read-create
OBJECT-TYPE    
  SFTPConfigFileType  

zxr10SftpCopyDestFileType 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.3
specifies the type of file to copy to. Either the copySourceFileType or the copyDestFileType (or both) must be of type runningConfig or startupConfig. Also, the copySourceFileType must be different from the copyDestFileType. If the copyDestFileType has the value of networkFile, the copyServerAddress and copyFileName must also be created, and these 3 objects together (copyDestFileType, copyServerAddress, copyFileName) will uniquely identify the destination file. If the copyDestFileType is localFile, the copyFileName must also be created, and the 2 objects together (copyDestFileType, copyFileName) will uniquely identify the destination file.
Status: current Access: read-create
OBJECT-TYPE    
  SFTPConfigFileType  

zxr10SftpCopyServerAddress 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.4
The IP address of the SFTP server from (or to) which to copy the configuration file. This object can not be used with zxr10SftpCopyServerV6Address at the same time.Values of 0.0.0.0 or FF.FF.FF.FF for copyServerAddress are not allowed.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

zxr10SftpCopySrcFileName 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.5
The source file name (including the path, if applicable) of the file. This object must be created when either the copySourceFileType or copyDestFileType has the value networkFile or localFile.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..159)  

zxr10SftpCopyDstFileName 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.6
The destination file name (including the path, if applicable) of the file. This object must be created when either the copySourceFileType or copyDestFileType has the value networkFile or localFile.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..159)  

zxr10SftpCopyUserName 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.7
Remote user name for copy via SFTP protocol. This object must be created when the copyProtocol is SFTP.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..65)  

zxr10SftpCopyUserPassword 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.8
Password used by SFTP for copying a file to/from the SFTP server. This object must be created when the copyProtocol is SFTP.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..32)  

zxr10SftpCopyState 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.10
Specifies the state of this sftp copy request. This value of this object is instantiated only after the row has been instantiated, i.e. after the copyEntryRowStatus has been made active.
Status: current Access: read-only
OBJECT-TYPE    
  ConfigCopyState  

zxr10SftpCopyTimeStarted 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.11
Specifies the time the copyState last transitioned to running, or 0 if the state has never transitioned to running (for e.g., stuck in waiting state). This object is instantiated only after the row has been instantiated.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

zxr10SftpCopyTimeCompleted 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.12
Specifies the time the copyState last transitioned from running to successful or failed states. This object is instantiated only after the row has been instantiated. Its value will remain 0 until the request has completed.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

zxr10SftpCopyFailCause 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.13
The reason why the config-copy operation failed. This object is instantiated only when the copyState for this entry is in the failed state.
Status: current Access: read-only
OBJECT-TYPE    
  SFTPCopyFailCause  

zxr10SftpCopyVrfName 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.14
The VRF name for sftp copy.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..32)  

zxr10SftpCopyMng 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.15
Specifies whether or not choose the mng port.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

zxr10SftpCopyServerV6Address 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.16
The IPv6 address of the SFTP server from (or to) which to copy the configuration file. This object can not be used with zxr10SftpCopyServerAddress at the same time.
Status: current Access: read-create
OBJECT-TYPE    
  Ipv6Address  

zxr10SftpCopyInterface 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.17
The interface name. This object is used only when the remote address is a link-local address.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..31)  

zxr10SftpCopyRowStatus 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.50
The status of this table entry. Once the entry status is set to active, the associated entry cannot be modified until the request completes (copyState transitions to successful or failed state).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

zxr10ConfigCopyMIBTrapPrefix 1.3.6.1.4.1.3902.3.202.1.2
OBJECT IDENTIFIER    

zxr10CopyMIBTraps 1.3.6.1.4.1.3902.3.202.1.2.1
OBJECT IDENTIFIER    

zxr10TFTPCopyMIBTraps 1.3.6.1.4.1.3902.3.202.1.2.2
OBJECT IDENTIFIER    

zxr10CopyCompletion 1.3.6.1.4.1.3902.3.202.1.2.1.1
A copyCompletion trap is sent at the completion of a config-copy request. The copyFailCause is not instantiated, and hence not included in a trap, when the copyState is success.
Status: current Access: read-create
NOTIFICATION-TYPE    

zxr10TFTPCopyCompletion 1.3.6.1.4.1.3902.3.202.1.2.2.1
A copyCompletion trap is sent at the completion of a tftp copy request. The copyFailCause is not instantiated, and hence not included in a trap, when the copyState is success.
Status: current Access: read-create
NOTIFICATION-TYPE