CONFIG-COPY-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
1
Rows
1
Columns
15
.1.3.6.1.4.1.3902.3.202.1.1.1.1 · 1 row entry · 15 columns
A table of config-copy requests.
copyEntry entry .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 associat…
Indexes
copyIndex
Column Syntax OID
copyIndex
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.
Unsigned32
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.3902.3.202.1.1.1.1.1.1
copyProtocol
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 i…
ConfigCopyProtocolr/w
Textual Convention: ConfigCopyProtocol Enumeration
Type Values:
1tftp
2ftp
.1.3.6.1.4.1.3902.3.202.1.1.1.1.1.2
copySourceFileType
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
copyDestFi…
ConfigFileTyper/w
Textual Convention: ConfigFileType Enumeration
Type Values:
1networkFile
2localFile
3startupConfig
4runningConfig
.1.3.6.1.4.1.3902.3.202.1.1.1.1.1.3
copyDestFileType
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
copyDestFile…
ConfigFileTyper/w
Textual Convention: ConfigFileType Enumeration
Type Values:
1networkFile
2localFile
3startupConfig
4runningConfig
.1.3.6.1.4.1.3902.3.202.1.1.1.1.1.4
copyServerAddress
The ip address of the tftp server from (or to)
which to copy the configuration file. This object must
be created when either the copySourceFileType
or copyDestFileType has the value networkFile.
Values of 0.0.0.0 or …
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.3902.3.202.1.1.1.1.1.5
copySrcFileName
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.
OctetStringr/w
Constraints:
range: 1-80
.1.3.6.1.4.1.3902.3.202.1.1.1.1.1.6
copyDstFileName
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.
OctetStringr/w
Constraints:
range: 1-80
.1.3.6.1.4.1.3902.3.202.1.1.1.1.1.7
copyUserName
Remote user name for copy via ftp, rcp, sftp or
scp protocol.
This object must be created when the copyProtocol
is rcp, scp, ftp or sftp.
If the protocol is rcp, it will override the remote
user-name configured throug…
OctetStringr/w
Constraints:
range: 1-40
.1.3.6.1.4.1.3902.3.202.1.1.1.1.1.8
copyUserPassword
Password used by ftp, sftp or scp for copying a
file to/from an ftp/sftp/scp server. This object must
be created when the copyProtocol is ftp or scp.
Reading it returns a zero-length string for security
reasons.
OctetStringr/w
Constraints:
range: 1-40
.1.3.6.1.4.1.3902.3.202.1.1.1.1.1.9
copyNotificationOnCompletion
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 a…
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.3902.3.202.1.1.1.1.1.10
copyState
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.
ConfigCopyState
Textual Convention: ConfigCopyState Enumeration
Type Values:
1waiting
2running
3successful
4failed
.1.3.6.1.4.1.3902.3.202.1.1.1.1.1.11
copyTimeStarted
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
insta…
SNMPv2-TCTimeStamp
Textual Convention: SNMPv2-TCTimeStamp Unsigned32
.1.3.6.1.4.1.3902.3.202.1.1.1.1.1.12
copyTimeCompleted
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 he request has complet…
SNMPv2-TCTimeStamp
Textual Convention: SNMPv2-TCTimeStamp Unsigned32
.1.3.6.1.4.1.3902.3.202.1.1.1.1.1.13
copyFailCause
The reason why the config-copy operation failed.
This object is instantiated only when the copyState
for this entry is in the failed state.
ConfigCopyFailCause
Textual Convention: ConfigCopyFailCause Enumeration
Type Values:
1unknown
2badFileName
3timeout
4noMem
5noConfig
6unsupportedProtocol
7someConfigApplyFailed
.1.3.6.1.4.1.3902.3.202.1.1.1.1.1.14
copyEntryRowStatus
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).
SNMPv2-TCRowStatusr/w
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.4.1.3902.3.202.1.1.1.1.1.15