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
Uses the arista variant from /opt/observium/mibs/arista.
Command help
Walk aristaConfigCopyCommandTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'ARISTA-CONFIG-COPY-MIB' -M '/opt/observium/mibs/arista:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARISTA-CONFIG-COPY-MIB::aristaConfigCopyCommandTable'
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 row .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…
Column Syntax OID
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
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
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.30065.3.7.1.1.2
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
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
The state of a copy request.
ConfigCopyState
Type Values:
0inactive
1scheduled
2running
3completed
4failed
.1.3.6.1.4.1.30065.3.7.1.1.5
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
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.30065.3.7.1.1.6
The time when a copy request was started.
SNMPv2-TCDateAndTime
Type Constraints:
range: 8
range: 11
Description:
A date-time specification.

field octets contents range
----- ------ -------- -----
1 1-2 year* 0..65536
2 3 month …
.1.3.6.1.4.1.30065.3.7.1.1.7
The time when a copy request was completed.
SNMPv2-TCDateAndTime
Type Constraints:
range: 8
range: 11
Description:
A date-time specification.

field octets contents range
----- ------ -------- -----
1 1-2 year* 0..65536
2 3 month …
.1.3.6.1.4.1.30065.3.7.1.1.8
The cause of a failed copy request.
ConfigCopyFailureCause
Type Values:
0none
1unknown
2timeout
.1.3.6.1.4.1.30065.3.7.1.1.9
The details of a failed copy request.
OctetString
Constraints:
range: 0-65535
.1.3.6.1.4.1.30065.3.7.1.1.10
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
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
Description:
The RowStatus textual convention is used to manage the
creation and deletion of conceptual rows, and is used as the
value of the SYNTAX clause for the status column of a
conceptual row (as described in Section 7.7.1 of …
.1.3.6.1.4.1.30065.3.7.1.1.11