Commit version 24.12.13800

This commit is contained in:
2025-01-06 17:35:06 -05:00
parent b7f6a79c2c
commit 55d9218816
6133 changed files with 4239740 additions and 1374287 deletions

View File

@ -9,14 +9,14 @@ ARISTA-CONFIG-COPY-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-COMPLIANCE,
OBJECT-GROUP, NOTIFICATION-GROUP FROM SNMPv2-CONF
OBJECT-GROUP FROM SNMPv2-CONF
MODULE-IDENTITY, OBJECT-TYPE, Unsigned32 FROM SNMPv2-SMI
aristaMibs, aristaModules, aristaProducts FROM ARISTA-SMI-MIB
TEXTUAL-CONVENTION, DisplayString,
aristaMibs FROM ARISTA-SMI-MIB
TEXTUAL-CONVENTION,
DateAndTime, RowStatus FROM SNMPv2-TC;
aristaConfigCopyMIB MODULE-IDENTITY
LAST-UPDATED "201408150000Z"
LAST-UPDATED "202109080000Z"
ORGANIZATION "Arista Networks, Inc."
CONTACT-INFO
"Arista Networks, Inc.
@ -34,6 +34,8 @@ aristaConfigCopyMIB MODULE-IDENTITY
Currently supported URI schemes include: file, flash,
extension, system, ftp, http, https and tftp."
REVISION "202109080000Z"
DESCRIPTION "Changed DisplayString to OCTET STRING."
REVISION "201408150000Z"
DESCRIPTION "Updated postal and e-mail addresses."
REVISION "201302140000Z"
@ -118,21 +120,21 @@ aristaConfigCopyCommandEntry OBJECT-TYPE
AristaConfigCopyCommandEntry ::=
SEQUENCE {
aristaConfigCopyName DisplayString,
aristaConfigCopyName OCTET STRING,
aristaConfigCopyId Unsigned32,
aristaConfigCopySourceUri DisplayString,
aristaConfigCopyDestUri DisplayString,
aristaConfigCopySourceUri OCTET STRING,
aristaConfigCopyDestUri OCTET STRING,
aristaConfigCopyState ConfigCopyState,
aristaConfigCopyTimeout Unsigned32,
aristaConfigCopyTimeStarted DateAndTime,
aristaConfigCopyTimeCompleted DateAndTime,
aristaConfigCopyFailureCause ConfigCopyFailureCause,
aristaConfigCopyFailureMessage DisplayString,
aristaConfigCopyFailureMessage OCTET STRING,
aristaConfigCopyRowStatus RowStatus
}
aristaConfigCopyName OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
SYNTAX OCTET STRING (SIZE (0..114))
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The name of a copy request.
@ -154,7 +156,7 @@ aristaConfigCopyId OBJECT-TYPE
::= { aristaConfigCopyCommandEntry 2 }
aristaConfigCopySourceUri OBJECT-TYPE
SYNTAX DisplayString(SIZE (0..512))
SYNTAX OCTET STRING
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The source URI of a copy request.
@ -171,7 +173,7 @@ aristaConfigCopySourceUri OBJECT-TYPE
::= { aristaConfigCopyCommandEntry 3 }
aristaConfigCopyDestUri OBJECT-TYPE
SYNTAX DisplayString(SIZE (0..512))
SYNTAX OCTET STRING
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The destination URI of a copy request.
@ -226,7 +228,7 @@ aristaConfigCopyFailureCause OBJECT-TYPE
::= { aristaConfigCopyCommandEntry 9 }
aristaConfigCopyFailureMessage OBJECT-TYPE
SYNTAX DisplayString
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The details of a failed copy request."