Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
To answer your question there is not a clean simple way to do an auto revert like on Catalyst. Where you could do it on the fly with `config t revert timer idle 2` and `config confirm` to end the timer, it is a little more involved with Nexus.First y...
I believe he is referencing using the Archive feature and running `configure terminal revert timer idle 2` which will roll back any config changes to an archived version (taken at start of entering config terminal) if your session is idle for 2 min. ...