MIB Viewer

ARISTA-CONFIG-COPY-MIB

21 objects
This MIB is for copying a source URI to a destination URI. A URI specifies the location of a local file, network file, running-config or startup-config. The resources specified by the URIs are copied from/to Arista devices. Currently supported URI schemes include: file, flash, extension, system, ftp, http, https and tftp.
Imported Objects
ARISTA-SMI-MIBaristaMibs aristaModules aristaProducts
SNMPv2-CONFMODULE-COMPLIANCE NOTIFICATION-GROUP OBJECT-GROUP
SNMPv2-SMIMODULE-IDENTITY OBJECT-TYPE Unsigned32
SNMPv2-TCDateAndTime DisplayString RowStatus TEXTUAL-CONVENTION
OIDNameAccessStatusDescription
1.3.6.1.4.1.30065.3.7IdentityaristaConfigCopyMIBThis MIB is for copying a source URI to a destination URI. A URI specifies the location of a local file, network file, running-config or startup-config. The re…
1.3.6.1.4.1.30065.3.7.1TablearistaConfigCopyCommandTablenot-accessiblecurrentA 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 w…
1.3.6.1.4.1.30065.3.7.1.1RowaristaConfigCopyCommandEntrynot-accessiblecurrentA 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 a…
1.3.6.1.4.1.30065.3.7.1.1.1ColumnaristaConfigCopyNamenot-accessiblecurrentThe 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 …
1.3.6.1.4.1.30065.3.7.1.1.2ColumnaristaConfigCopyIdnot-accessiblecurrentThe 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 me…
1.3.6.1.4.1.30065.3.7.1.1.3ColumnaristaConfigCopySourceUriread-createcurrentThe source URI of a copy request. The URI format is: scheme://[username:password@]host/path Supported URI schemes are: file, flash, extension, system, ftp, htt…
1.3.6.1.4.1.30065.3.7.1.1.4ColumnaristaConfigCopyDestUriread-createcurrentThe destination URI of a copy request. It has the same format as the source URI.
1.3.6.1.4.1.30065.3.7.1.1.5ColumnaristaConfigCopyStateread-onlycurrentThe state of a copy request.
1.3.6.1.4.1.30065.3.7.1.1.6ColumnaristaConfigCopyTimeoutread-createcurrentThe 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…
1.3.6.1.4.1.30065.3.7.1.1.7ColumnaristaConfigCopyTimeStartedread-onlycurrentThe time when a copy request was started.
1.3.6.1.4.1.30065.3.7.1.1.8ColumnaristaConfigCopyTimeCompletedread-onlycurrentThe time when a copy request was completed.
1.3.6.1.4.1.30065.3.7.1.1.9ColumnaristaConfigCopyFailureCauseread-onlycurrentThe cause of a failed copy request.
1.3.6.1.4.1.30065.3.7.1.1.10ColumnaristaConfigCopyFailureMessageread-onlycurrentThe details of a failed copy request.
1.3.6.1.4.1.30065.3.7.1.1.11ColumnaristaConfigCopyRowStatusread-createcurrentThe 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 cancelle…
1.3.6.1.4.1.30065.3.7.2NodearistaConfigCopyConformance
1.3.6.1.4.1.30065.3.7.2.1NodearistaConfigCopyCompliances
1.3.6.1.4.1.30065.3.7.2.1.1CompliancearistaConfigCopyCompliancecurrentThe compliance statement for SNMP entities which implement the ARISTA-CONFIG-COPY-MIB.
1.3.6.1.4.1.30065.3.7.2.2NodearistaConfigCopyGroups
1.3.6.1.4.1.30065.3.7.2.2.1GrouparistaConfigCopyObjectsGroupcurrentThe collection of objects in the ARISTA-CONFIG-COPY-MIB.
Type Definitions
NameSyntaxStatusDescription
ConfigCopyFailureCauseINTEGER { none(0), unknown(1), timeout(2) }currentThe reason why a copy request failed. Possible causes are: none: the copy request succeeded. unknown: the copy request failed without a clear cause, details are in the failure message. timeout: the copy request took too…
ConfigCopyStateINTEGER { inactive(0), scheduled(1), running(2), completed(3), failed(4) }currentThe state of a copy request. Here are the possible states: inactive: no copy request has been queued yet. This is the default state when a row is created. scheduled: the copy request has been scheduled to run, but has n…