cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
3417
Views
0
Helpful
3
Replies

How to check ALL previous CLI configuration done in switch

getaway51
Level 2
Level 2

Hi,

 

How can i check ALL configuration implemented in the switches? 

"show archive config differences " didnt see much. 

Can i view the config in ID 1,2,3,4,5 below? 

KL04SW#show configuration history
1 00:20:50 UTC Tue Sep 24 2019
2 00:20:50 UTC Tue Sep 24 2019
3 00:20:50 UTC Tue Sep 24 2019
4 00:20:51 UTC Tue Sep 24 2019
5 00:20:59 UTC Tue Sep 24 2019

3 Replies 3

Hello,

 

actually, if you configure this on your device:

 

1. enable
2. configure terminal
3. archive
4. log config
5. logging enable
6. logging size entries
7. hidekeys
8. notify syslog
9. end

 

and then issue the command:

 

show archive log config all

 

all configuration changes will be displayed like below:

 

R1#show archive log config all
idx sess user@line Logged command
36 1 console@console | logging enable
37 1 console@console | logging size 1000
38 1 console@console | hidekeys
39 1 console@console | notify syslog

 

 

If by default, no archive log config has been done. What is the best way to
check the previously executed CLI as many as possible?