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-MIB | aristaMibs aristaModules aristaProducts |
| SNMPv2-CONF | MODULE-COMPLIANCE NOTIFICATION-GROUP OBJECT-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY OBJECT-TYPE Unsigned32 |
| SNMPv2-TC | DateAndTime DisplayString RowStatus TEXTUAL-CONVENTION |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.30065.3.7 | IdentityaristaConfigCopyMIB | 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 re… | ||
| 1.3.6.1.4.1.30065.3.7.1 | TablearistaConfigCopyCommandTable | not-accessible | current | 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 w… |
| 1.3.6.1.4.1.30065.3.7.1.1 | RowaristaConfigCopyCommandEntry | not-accessible | current | 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 a… |
| 1.3.6.1.4.1.30065.3.7.1.1.1 | ColumnaristaConfigCopyName | not-accessible | current | 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 … |
| 1.3.6.1.4.1.30065.3.7.1.1.2 | ColumnaristaConfigCopyId | not-accessible | current | 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 me… |
| 1.3.6.1.4.1.30065.3.7.1.1.3 | ColumnaristaConfigCopySourceUri | read-create | current | 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, htt… |
| 1.3.6.1.4.1.30065.3.7.1.1.4 | ColumnaristaConfigCopyDestUri | read-create | current | The 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.5 | ColumnaristaConfigCopyState | read-only | current | The state of a copy request. |
| 1.3.6.1.4.1.30065.3.7.1.1.6 | ColumnaristaConfigCopyTimeout | read-create | current | 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… |
| 1.3.6.1.4.1.30065.3.7.1.1.7 | ColumnaristaConfigCopyTimeStarted | read-only | current | The time when a copy request was started. |
| 1.3.6.1.4.1.30065.3.7.1.1.8 | ColumnaristaConfigCopyTimeCompleted | read-only | current | The time when a copy request was completed. |
| 1.3.6.1.4.1.30065.3.7.1.1.9 | ColumnaristaConfigCopyFailureCause | read-only | current | The cause of a failed copy request. |
| 1.3.6.1.4.1.30065.3.7.1.1.10 | ColumnaristaConfigCopyFailureMessage | read-only | current | The details of a failed copy request. |
| 1.3.6.1.4.1.30065.3.7.1.1.11 | ColumnaristaConfigCopyRowStatus | read-create | current | 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 cancelle… |
| 1.3.6.1.4.1.30065.3.7.2 | NodearistaConfigCopyConformance | |||
| 1.3.6.1.4.1.30065.3.7.2.1 | NodearistaConfigCopyCompliances | |||
| 1.3.6.1.4.1.30065.3.7.2.1.1 | CompliancearistaConfigCopyCompliance | current | The compliance statement for SNMP entities which implement the ARISTA-CONFIG-COPY-MIB. | |
| 1.3.6.1.4.1.30065.3.7.2.2 | NodearistaConfigCopyGroups | |||
| 1.3.6.1.4.1.30065.3.7.2.2.1 | GrouparistaConfigCopyObjectsGroup | current | The collection of objects in the ARISTA-CONFIG-COPY-MIB. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| ConfigCopyFailureCause | INTEGER { none(0), unknown(1), timeout(2) } | current | The 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… |
| ConfigCopyState | INTEGER { inactive(0), scheduled(1), running(2), completed(3), failed(4) } | current | The 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… |