All MIBs › ZXR10-CONFIG-COPY-MIB
Organization: ZTE Corp.
Last Updated: 2018-07-13
Category: ZTE ZXR10 Routing and Switching
Description: Manages ZTE ZXR10 router configuration file copy operations between running, startup, and remote storage.
Start monitoring vendor-neutral, standards-based MIB, any SNMPv3-capable network device (SNMP engine identity/boot/clock status) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.
What Is ZXR10-CONFIG-COPY-MIB?
ZXR10-CONFIG-COPY-MIB is a ZTE ZXR10 router/switch module modeled on the familiar config-copy MIB pattern seen across vendors, letting an operator remotely trigger configuration file copy operations between the running configuration, the startup configuration, a remote server, and the local file system. It exposes a copy-operation table where each row specifies transfer protocol, source and destination file type, remote server address, filenames, and credentials, plus a completion notification. It is a software/configuration-management MIB: it lets operators automate config backup/restore and confirm, via the completion trap, whether a given copy operation actually succeeded rather than reporting hardware health. It closely parallels the widely-used CISCO-CONFIG-COPY-MIB design pattern for configuration lifecycle management. It is typically deployed for automated configuration backup, restore, and provisioning workflows across ZXR10-based networks. Network engineers evaluating or troubleshooting this functionality can download the ZXR10-CONFIG-COPY-MIB file directly to load it into their MIB browser.
IPNetwork Monitor allows you to monitor SNMP objects defined in ZXR10-CONFIG-COPY-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
Supported Devices
- ZTE ZXR10 router/switch
Monitoring Examples
An operator creates a row in zxr10CopyTable, setting zxr10CopyProtocol to TFTP, zxr10CopySourceFileType to running-config and zxr10CopyDestFileType to a network file, along with zxr10CopyServerAddress and zxr10CopyDstFileName, in order to push the running configuration to a backup server. Polling that entry and watching zxr10CopyNotificationOnCompletion confirms whether the transfer succeeded; a failed or stalled status would point to a connectivity problem or bad credentials in zxr10CopyUserName/zxr10CopyUserPassword preventing the backup from completing.
What Can Be Monitored
- configuration copy operation status
- copy protocol and source/destination file type
- remote server address for config transfer
- copy completion notification
This MIB depends on
Related MIBs
Imported Objects
From IPV6-TC
| Ipv6Address |
From SNMPv2-CONF
| MODULE-COMPLIANCE | |
| NOTIFICATION-GROUP | |
| OBJECT-GROUP |
From SNMPv2-SMI
| Integer32 | |
| IpAddress | |
| MODULE-IDENTITY | |
| NOTIFICATION-TYPE | |
| OBJECT-TYPE | |
| Unsigned32 | |
| enterprises |
From SNMPv2-TC
| DisplayString | |
| RowStatus | |
| TEXTUAL-CONVENTION | |
| TimeStamp | |
| TruthValue |
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| zte | 1.3.6.1.4.1.3902 | |||
| zxr10 | 1.3.6.1.4.1.3902.3 | |||
| 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 | |||
| zxr10ConfigCopyMIBTrapPrefix | 1.3.6.1.4.1.3902.3.202.1.2 | |||
| zxr10Copy | 1.3.6.1.4.1.3902.3.202.1.1.1 | |||
| NTF 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. | ||
| CON zxr10CopyDestFileType | 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.4 | ConfigFileType | read-create | 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. |
| STR zxr10CopyDstFileName | 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.7 | DisplayString | read-create | 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. |
| zxr10CopyEntry | 1.3.6.1.4.1.3902.3.202.1.1.1.1.1 | not-accessible | 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. | |
| CON 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. |
| STR zxr10CopyFileCheckSumString | 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.19 | DisplayString | read-create | The key of check. |
| INT zxr10CopyFileCheckSumType | 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.18 | INTEGER | read-create | Specifies the type of file check.The value 0 means no check, 1 means checking file with MD5,2 means checking file with SHA1. |
| TIM zxr10CopyFinishRemainTime | 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.23 | TimeStamp | read-only | Remaining time of copy completion. |
| U32 zxr10CopyIndex | 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.1 | Unsigned32 | not-accessible | 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. |
| STR zxr10CopyInterface | 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.21 | DisplayString | read-create | The interface name. This object is used only when the remote address is a link-local address. |
| zxr10CopyMIBTraps | 1.3.6.1.4.1.3902.3.202.1.2.1 | |||
| T/F zxr10CopyMng | 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.17 | TruthValue | read-create | Specifies whether or not choose the mng port. |
| T/F zxr10CopyNotificationOnCompletion | 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.10 | TruthValue | read-create | 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. |
| I32 zxr10CopyProgress | 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.22 | Integer32 | read-only | The progress of copy operation. |
| CON zxr10CopyProtocol | 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.2 | ConfigCopyProtocol | read-create | 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. |
| ROW zxr10CopyRowStatus | 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.15 | RowStatus | read-create | 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). |
| IP zxr10CopyServerAddress | 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.5 | IpAddress | read-create | 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. |
| ADR zxr10CopyServerV6Address | 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.20 | Ipv6Address | read-create | 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. |
| CON zxr10CopySourceFileType | 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.3 | ConfigFileType | read-create | 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. |
| STR zxr10CopySrcFileName | 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.6 | DisplayString | read-create | 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. |
| CON 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. |
| zxr10CopyTable | 1.3.6.1.4.1.3902.3.202.1.1.1.1 | not-accessible | A table of config-copy requests. | |
| TIM 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. |
| TIM 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. |
| STR zxr10CopyUserName | 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.8 | DisplayString | read-create | Remote user name for copy via FTP protocol. This object must be created when the copyProtocol is FTP. |
| STR zxr10CopyUserPassword | 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.9 | DisplayString | read-create | Password used by FTP for copying a file to/from the FTP server. This object must be created when the copyProtocol is FTP. |
| STR zxr10CopyVrfName | 1.3.6.1.4.1.3902.3.202.1.1.1.1.1.16 | DisplayString | read-create | The VRF name for copy. |
| zxr10MGMT | 1.3.6.1.4.1.3902.3.202 | |||
| SFT zxr10SftpCopyDestFileType | 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.3 | SFTPConfigFileType | read-create | 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. |
| STR zxr10SftpCopyDstFileName | 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.6 | DisplayString | read-create | 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. |
| zxr10SftpCopyEntry | 1.3.6.1.4.1.3902.3.202.1.1.1.3.1 | not-accessible | 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. | |
| SFT 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. |
| U32 zxr10SftpCopyIndex | 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.1 | Unsigned32 | not-accessible | 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. |
| STR zxr10SftpCopyInterface | 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.17 | DisplayString | read-create | The interface name. This object is used only when the remote address is a link-local address. |
| T/F zxr10SftpCopyMng | 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.15 | TruthValue | read-create | Specifies whether or not choose the mng port. |
| ROW zxr10SftpCopyRowStatus | 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.50 | RowStatus | read-create | 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). |
| IP zxr10SftpCopyServerAddress | 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.4 | IpAddress | read-create | 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. |
| ADR zxr10SftpCopyServerV6Address | 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.16 | Ipv6Address | read-create | 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. |
| SFT zxr10SftpCopySourceFileType | 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.2 | SFTPConfigFileType | read-create | 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. |
| STR zxr10SftpCopySrcFileName | 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.5 | DisplayString | read-create | 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. |
| CON 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. |
| zxr10SftpCopyTable | 1.3.6.1.4.1.3902.3.202.1.1.1.3 | not-accessible | A table of SFTP copy requests. | |
| TIM 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. |
| TIM 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. |
| STR zxr10SftpCopyUserName | 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.7 | DisplayString | read-create | Remote user name for copy via SFTP protocol. This object must be created when the copyProtocol is SFTP. |
| STR zxr10SftpCopyUserPassword | 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.8 | DisplayString | read-create | Password used by SFTP for copying a file to/from the SFTP server. This object must be created when the copyProtocol is SFTP. |
| STR zxr10SftpCopyVrfName | 1.3.6.1.4.1.3902.3.202.1.1.1.3.1.14 | DisplayString | read-create | The VRF name for sftp copy. |
| NTF 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. | ||
| CON zxr10TFTPCopyDestFileType | 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.3 | ConfigFileType | read-create | 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. |
| STR zxr10TFTPCopyDstFileName | 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.6 | DisplayString | read-create | 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. |
| zxr10TFTPCopyEntry | 1.3.6.1.4.1.3902.3.202.1.1.1.2.1 | not-accessible | 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. | |
| TFT 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. |
| OCT zxr10TFTPCopyFileCheckSumString | 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.15 | OCTET STRING | read-create | The key of check. |
| CHE zxr10TFTPCopyFileCheckSumType | 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.14 | ChecksumType | read-create | Specifies the type of file check. You can check file with MD5 or SHA1 algorithm. |
| T/F zxr10TFTPCopyFinishNotify | 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.7 | TruthValue | read-create | 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. |
| U32 zxr10TFTPCopyIndex | 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.1 | Unsigned32 | not-accessible | 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. |
| STR zxr10TFTPCopyInterface | 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.17 | DisplayString | read-create | The interface name. |
| zxr10TFTPCopyMIBTraps | 1.3.6.1.4.1.3902.3.202.1.2.2 | |||
| T/F zxr10TFTPCopyMng | 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.13 | TruthValue | read-create | Specifies whether or not choose the mng port. |
| ROW zxr10TFTPCopyRowStatus | 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.100 | RowStatus | read-create | 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). |
| IP zxr10TFTPCopyServerAddress | 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.4 | IpAddress | read-create | 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. |
| ADR zxr10TFTPCopyServerV6Address | 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.16 | Ipv6Address | read-create | 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. |
| CON zxr10TFTPCopySourceFileType | 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.2 | ConfigFileType | read-create | 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. |
| STR zxr10TFTPCopySrcFileName | 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.5 | DisplayString | read-create | 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. |
| CON 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. |
| zxr10TFTPCopyTable | 1.3.6.1.4.1.3902.3.202.1.1.1.2 | not-accessible | A table of tftp copy requests. | |
| TIM 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. |
| TIM 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. |
| STR zxr10TFTPCopyVrfName | 1.3.6.1.4.1.3902.3.202.1.1.1.2.1.12 | DisplayString | read-create | The VRF name for copy. |
RFC description
ZTE ZXR10 vendor management MIB; manages configuration backup, restore, and file copy operations on ZXR10 routers.
Start monitoring ZTE ZXR10 router/switch (config-copy operation-status/completion-trap status) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.