Hello,
What would be the command to issue on a router to check all the commands that have been entered on it.
Thanks!
Hi,
With in the same session (before logging out), you can try 'show history'. If you want to see commands after you or someone else logged out, try 'logging buffer informational or debug' (debug will generate log of output and can fill buffer quickly) or use external syslog server.
hth
MS
Thank you!
hi,
aside from MS post, you'll need the archive command configured on the router.
see helpful link.
https://routerjockey.com/2010/06/07/using-the-cisco-ios-archive-command/
Thank you!
CTY06#show archive
Archive feature not enabled
Can i still see ALL previously or recently entered CLI commands?
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
Hi,
There are many options as
1. Check with SHOW HISTORY command.
2. Check with SHOW Archive command (If configured)
3. Check logs on buffer or log server (if enabled).
Did you configure the archive logging as described above ?