- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
02-03-2015 11:11 AM
This 'show config diff' method may get me what I want to know. I'm not interested in the specific details of the candidate changes. I just want to know if there exist candidate changes waiting to be applied. I'll have my network monitoring system check every couple hours and raise a warning if changes are waiting that haven't been committed.
'show config diff | match @@' may be what I need.
After a change but before commit:
admin@PN3020> show config diff | match @@
@@ -4156,7 +4156,7 @@
@@ -4174,6 +4174,14 @@
@@ -4253,7 +4261,7 @@
@@ -4271,6 +4279,14 @@
@@ -4424,33 +4440,6 @@
admin@PN3020>
After the commit:
admin@PN3020> show config diff | match @@
admin@PN3020>