CONFIG-COPY-MIB

        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.
    
configCopyMIB 1.3.6.1.4.1.3902.3.202.1
Imported Objects
SNMPv2-CONF MODULE-COMPLIANCE NOTIFICATION-GROUP OBJECT-GROUP
SNMPv2-SMI IpAddress MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE Unsigned32
SNMPv2-TC DisplayString RowStatus TEXTUAL-CONVENTION TimeStamp TruthValue
ZXR10-SMI mgmt
Type Definitions (4)
ConfigCopyFailCause Enumeration
unknown(1)
badFileName(2)
timeout(3)
noMem(4)
noConfig(5)
unsupportedProtocol(6)
someConfigApplyFailed(7)
ConfigCopyProtocol Enumeration
tftp(1)
ftp(2)
ConfigCopyState Enumeration
waiting(1)
running(2)
successful(3)
failed(4)
ConfigFileType Enumeration
networkFile(1)
localFile(2)
startupConfig(3)
runningConfig(4)
Objects (22)
configCopyMIB .1.3.6.1.4.1.3902.3.202.1
configCopyMIBObjects .1.3.6.1.4.1.3902.3.202.1.1
copy .1.3.6.1.4.1.3902.3.202.1.1.1
copyTable .1.3.6.1.4.1.3902.3.202.1.1.1.1
copyEntry copyIndex .1.3.6.1.4.1.3902.3.202.1.1.1.1.1
copyIndex Unsigned32 .1.3.6.1.4.1.3902.3.202.1.1.1.1.1.1
copyNotificationOnCompletion r/w SNMPv2-TCTruthValue .1.3.6.1.4.1.3902.3.202.1.1.1.1.1.10
copyState ConfigCopyState .1.3.6.1.4.1.3902.3.202.1.1.1.1.1.11
copyTimeStarted SNMPv2-TCTimeStamp .1.3.6.1.4.1.3902.3.202.1.1.1.1.1.12
copyTimeCompleted SNMPv2-TCTimeStamp .1.3.6.1.4.1.3902.3.202.1.1.1.1.1.13
copyFailCause ConfigCopyFailCause .1.3.6.1.4.1.3902.3.202.1.1.1.1.1.14
copyEntryRowStatus r/w SNMPv2-TCRowStatus .1.3.6.1.4.1.3902.3.202.1.1.1.1.1.15
copyProtocol r/w ConfigCopyProtocol .1.3.6.1.4.1.3902.3.202.1.1.1.1.1.2
copySourceFileType r/w ConfigFileType .1.3.6.1.4.1.3902.3.202.1.1.1.1.1.3
copyDestFileType r/w ConfigFileType .1.3.6.1.4.1.3902.3.202.1.1.1.1.1.4
copyServerAddress r/w SNMPv2-SMIIpAddress .1.3.6.1.4.1.3902.3.202.1.1.1.1.1.5
copySrcFileName r/w OctetString .1.3.6.1.4.1.3902.3.202.1.1.1.1.1.6
copyDstFileName r/w OctetString .1.3.6.1.4.1.3902.3.202.1.1.1.1.1.7
copyUserName r/w OctetString .1.3.6.1.4.1.3902.3.202.1.1.1.1.1.8
copyUserPassword r/w OctetString .1.3.6.1.4.1.3902.3.202.1.1.1.1.1.9
configCopyMIBTrapPrefix .1.3.6.1.4.1.3902.3.202.1.2
copyMIBTraps .1.3.6.1.4.1.3902.3.202.1.2.1
Notifications / Traps (1)
NameOIDDescription
copyCompletion .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.