You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Beginning in EOS 4.32, the syntax for pending configurations changes has been changed when using commit confirm workflows.
Config sessions immediately show "state": "committed" for each session. The following top level keys are present only when a config session is pending confirmation:
commitTimerSessionName name of the session with pending commit
commitTimerExpireTime replacement for commitBy
Example command: configure session troubleshooting commit timer 300 & show configuration sessions detail | json
@ktbyers - Yes, I was testing on a pair of 7280CR3K-36S running EOS 4.32.4M, both 32-bit and 64bit variations. I was able lock it down to a change in 4.32 after trying 4.29.10M, 4.30.9M, and 4.31.6M.
Afterward, we found in Arista's EOS-4.32.4M-CommandApiGuide.pdf section 2.278 highlights the changes in 4.32.0 - as well as some changes in 4.29.1. The 4.29.1 changes did not have a noticeable impact on our workflows.
Beginning in EOS 4.32, the syntax for pending configurations changes has been changed when using commit confirm workflows.
Config sessions immediately show
"state": "committed"
for each session. The following top level keys are present only when a config session is pending confirmation:commitTimerSessionName
name of the session with pending commitcommitTimerExpireTime
replacement forcommitBy
Example command:
configure session troubleshooting commit timer 300
&show configuration sessions detail | json
4.31 and before:
4.32 and later:
The text was updated successfully, but these errors were encountered: