ZXR10-CONFIG-COPY-MIB: View SNMP OID List / Download MIB

VENDOR: ZHONGXING TELECOM CO.,LTD. (ABBR. ZTE)


 Home MIB: ZXR10-CONFIG-COPY-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 zte 1.3.6.1.4.1.3902
           zxr10 1.3.6.1.4.1.3902.3
               zxr10MGMT 1.3.6.1.4.1.3902.3.202
                       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.
                           zxr10ConfigCopyMIBObjects 1.3.6.1.4.1.3902.3.202.1.1
                               zxr10Copy 1.3.6.1.4.1.3902.3.202.1.1.1
                                   zxr10CopyTable 1.3.6.1.4.1.3902.3.202.1.1.1.1 no-access
A table of config-copy requests.
                                       zxr10CopyEntry 1.3.6.1.4.1.3902.3.202.1.1.1.1.1 no-access
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.
                                           zxr10CopyIndex 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.1 unsigned32 no-access
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.
                                           zxr10CopyProtocol 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.2 configcopyprotocol read-only
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.
                                           zxr10CopySourceFileType 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.3 configfiletype read-only
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.
                                           zxr10CopyDestFileType 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.4 configfiletype read-only
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.
                                           zxr10CopyServerAddress 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.5 ipaddress read-only
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.
                                           zxr10CopySrcFileName 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.6 displaystring read-only
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.
                                           zxr10CopyDstFileName 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.7 displaystring read-only
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.
                                           zxr10CopyUserName 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.8 displaystring read-only
Remote user name for copy via FTP protocol. This object must be created when the copyProtocol is FTP.
                                           zxr10CopyUserPassword 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.9 displaystring read-only
Password used by FTP for copying a file to/from the FTP server. This object must be created when the copyProtocol is FTP.
                                           zxr10CopyNotificationOnCompletion 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.10 truthvalue read-only
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.
                                           zxr10CopyState 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.11 configcopystate read-only
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.
                                           zxr10CopyTimeStarted 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.12 timestamp read-only
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.
                                           zxr10CopyTimeCompleted 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.13 timestamp read-only
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.
                                           zxr10CopyFailCause 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.14 configcopyfailcause read-only
The reason why the config-copy operation failed. This object is instantiated only when the copyState for this entry is in the failed state.
                                           zxr10CopyRowStatus 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.15 rowstatus read-only
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).
                                           zxr10CopyVrfName 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.16 displaystring read-only
The VRF name for copy.
                                           zxr10CopyMng 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.17 truthvalue read-only
Specifies whether or not choose the mng port.
                                           zxr10CopyFileCheckSumType 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.18 integer read-only
Specifies the type of file check.The value 0 means no check, 1 means checking file with MD5,2 means checking file with SHA1.
                                           zxr10CopyFileCheckSumString 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.19 displaystring read-only
The key of check.
                                           zxr10CopyServerV6Address 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.20 ipv6address read-only
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.
                                           zxr10CopyInterface 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.21 displaystring read-only
The interface name. This object is used only when the remote address is a link-local address.
                                           zxr10CopyProgress 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.22 integer32 read-only
The progress of copy operation.
                                           zxr10CopyFinishRemainTime 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.23 timestamp read-only
Remaining time of copy completion.
                                   zxr10TFTPCopyTable 1.3.6.1.4.1.3902.3.202.1.1.1.2 no-access
A table of tftp copy requests.
                                       zxr10TFTPCopyEntry 1.3.6.1.4.1.3902.3.202.1.1.1.2.1 no-access
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.
                                           zxr10TFTPCopyIndex 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.1 unsigned32 no-access
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.
                                           zxr10TFTPCopySourceFileType 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.2 configfiletype read-only
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.
                                           zxr10TFTPCopyDestFileType 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.3 configfiletype read-only
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.
                                           zxr10TFTPCopyServerAddress 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.4 ipaddress read-only
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.
                                           zxr10TFTPCopySrcFileName 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.5 displaystring read-only
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.
                                           zxr10TFTPCopyDstFileName 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.6 displaystring read-only
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.
                                           zxr10TFTPCopyFinishNotify 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.7 truthvalue read-only
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.
                                           zxr10TFTPCopyState 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.8 configcopystate read-only
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.
                                           zxr10TFTPCopyTimeStarted 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.9 timestamp read-only
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.
                                           zxr10TFTPCopyTimeCompleted 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.10 timestamp read-only
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.
                                           zxr10TFTPCopyFailCause 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.11 tftpcopyfailcause read-only
The reason why the tftp copy operation failed. This object is instantiated only when the copyState for this entry is in the failed state.
                                           zxr10TFTPCopyVrfName 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.12 displaystring read-only
The VRF name for copy.
                                           zxr10TFTPCopyMng 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.13 truthvalue read-only
Specifies whether or not choose the mng port.
                                           zxr10TFTPCopyFileCheckSumType 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.14 checksumtype read-only
Specifies the type of file check. You can check file with MD5 or SHA1 algorithm.
                                           zxr10TFTPCopyFileCheckSumString 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.15 octet string read-only
The key of check.
                                           zxr10TFTPCopyServerV6Address 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.16 ipv6address read-only
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.
                                           zxr10TFTPCopyInterface 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.17 displaystring read-only
The interface name.
                                           zxr10TFTPCopyRowStatus 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.100 rowstatus read-only
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).
                                   zxr10SftpCopyTable 1.3.6.1.4.1.3902.3.202.1.1.1.3 no-access
A table of SFTP copy requests.
                                       zxr10SftpCopyEntry 1.3.6.1.4.1.3902.3.202.1.1.1.3.1 no-access
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.
                                           zxr10SftpCopyIndex 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.1 unsigned32 no-access
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.
                                           zxr10SftpCopySourceFileType 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.2 sftpconfigfiletype read-only
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.
                                           zxr10SftpCopyDestFileType 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.3 sftpconfigfiletype read-only
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.
                                           zxr10SftpCopyServerAddress 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.4 ipaddress read-only
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.
                                           zxr10SftpCopySrcFileName 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.5 displaystring read-only
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.
                                           zxr10SftpCopyDstFileName 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.6 displaystring read-only
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.
                                           zxr10SftpCopyUserName 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.7 displaystring read-only
Remote user name for copy via SFTP protocol. This object must be created when the copyProtocol is SFTP.
                                           zxr10SftpCopyUserPassword 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.8 displaystring read-only
Password used by SFTP for copying a file to/from the SFTP server. This object must be created when the copyProtocol is SFTP.
                                           zxr10SftpCopyState 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.10 configcopystate read-only
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.
                                           zxr10SftpCopyTimeStarted 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.11 timestamp read-only
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.
                                           zxr10SftpCopyTimeCompleted 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.12 timestamp read-only
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.
                                           zxr10SftpCopyFailCause 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.13 sftpcopyfailcause read-only
The reason why the config-copy operation failed. This object is instantiated only when the copyState for this entry is in the failed state.
                                           zxr10SftpCopyVrfName 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.14 displaystring read-only
The VRF name for sftp copy.
                                           zxr10SftpCopyMng 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.15 truthvalue read-only
Specifies whether or not choose the mng port.
                                           zxr10SftpCopyServerV6Address 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.16 ipv6address read-only
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.
                                           zxr10SftpCopyInterface 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.17 displaystring read-only
The interface name. This object is used only when the remote address is a link-local address.
                                           zxr10SftpCopyRowStatus 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.50 rowstatus read-only
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).
                           zxr10ConfigCopyMIBTrapPrefix 1.3.6.1.4.1.3902.3.202.1.2
                               zxr10CopyMIBTraps 1.3.6.1.4.1.3902.3.202.1.2.1
                                   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.
                               zxr10TFTPCopyMIBTraps 1.3.6.1.4.1.3902.3.202.1.2.2
                                   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.