cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
764
Views
5
Helpful
1
Replies

DNAC - Cature Keystrokes to CLI

Xividar
Level 1
Level 1

Hi Guys,

Based on DNAC logging in to my 9300's and making changes, how do we captue every keystroke and output to console? 

Thank you.

1 Accepted Solution

Accepted Solutions

Xividar
Level 1
Level 1

These are the commands:-

conf t
logging buffered 7
logging buffered 20480000
event manager applet catchall
event cli pattern ".*" sync no skip no
action 1 syslog msg "$_cli_msg"

 

View solution in original post

1 Reply 1

Xividar
Level 1
Level 1

These are the commands:-

conf t
logging buffered 7
logging buffered 20480000
event manager applet catchall
event cli pattern ".*" sync no skip no
action 1 syslog msg "$_cli_msg"