ARISTA-CONFIG-COPY-MIB Table View

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

Tables
1
Rows
1
Columns
11
.1.3.6.1.4.1.30065.3.7.1 · 1 row entry · 11 columns
A table of copy requests. Each row corresponds to a copy
request. The completed rows are accessible for status
retrival for a certain peroid of time and then will be
gradually aged out by the agent.
aristaConfigCopyCommandEntry entry .1.3.6.1.4.1.30065.3.7.1.1
A copy request.

A management station should generate a unique ID and name
(as the index) for each copy request. This prevents multiple
management stations or applications from using same index
and causing c…
Indexes
aristaConfigCopyName aristaConfigCopyId
Column Syntax OID
aristaConfigCopyName
The name of a copy request.

It is chosen by the management station and should be unique
so that two management stations or applications do not cause
conflicts in same row.
OctetString
Constraints:
range: 0-114
.1.3.6.1.4.1.30065.3.7.1.1.1
aristaConfigCopyId
The ID of a copy request.

It is chosen by the management station and should be unique.
One way to generate such a unique intenger is through the
TestAndIncr mechanism (in SNMPv2-TC).
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.30065.3.7.1.1.2
aristaConfigCopySourceUri
The source URI of a copy request.

The URI format is: scheme://[username:password@]host/path

Supported URI schemes are: file, flash, extension, system,
ftp, http, https and tftp. username an…
OctetStringr/w .1.3.6.1.4.1.30065.3.7.1.1.3
aristaConfigCopyDestUri
The destination URI of a copy request.

It has the same format as the source URI.
OctetStringr/w .1.3.6.1.4.1.30065.3.7.1.1.4
aristaConfigCopyState
The state of a copy request.
ConfigCopyState
Textual Convention: ConfigCopyState Enumeration
Type Values:
0inactive
1scheduled
2running
3completed
4failed
.1.3.6.1.4.1.30065.3.7.1.1.5
aristaConfigCopyTimeout
The maximum number of seconds a copy request could run.

If the copy request is not completed in such amount of
time, it will be terminated and marked as failed with a
failure cause of timeout.
SNMPv2-SMIUnsigned32r/w
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.30065.3.7.1.1.6
aristaConfigCopyTimeStarted
The time when a copy request was started.
SNMPv2-TCDateAndTime
Textual Convention: SNMPv2-TCDateAndTime OctetString
Type Constraints:
range: 8
range: 11
.1.3.6.1.4.1.30065.3.7.1.1.7
aristaConfigCopyTimeCompleted
The time when a copy request was completed.
SNMPv2-TCDateAndTime
Textual Convention: SNMPv2-TCDateAndTime OctetString
Type Constraints:
range: 8
range: 11
.1.3.6.1.4.1.30065.3.7.1.1.8
aristaConfigCopyFailureCause
The cause of a failed copy request.
ConfigCopyFailureCause
Textual Convention: ConfigCopyFailureCause Enumeration
Type Values:
0none
1unknown
2timeout
.1.3.6.1.4.1.30065.3.7.1.1.9
aristaConfigCopyFailureMessage
The details of a failed copy request.
OctetString
Constraints:
range: 0-65535
.1.3.6.1.4.1.30065.3.7.1.1.10
aristaConfigCopyRowStatus
The row status of a copy request.

A new copy request is instantiated by creating a new row.
An existing copy request is queued by activating a row, or
cancelled by destroying a row.
SNMPv2-TCRowStatusr/w
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.4.1.30065.3.7.1.1.11