Check Logging

The following scenario shows how to display and register user actions performed on the OSDx CLI (Command Line Interface).

Test CLI Events Logging

Description

This scenario demonstrates how to show and store in a file the different actions that users perform on the CLI.

Scenario

Step 1: Set the following configuration in DUT0 :

set system description DESC1
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'

Step 2: Run command system journal show | tail -n 20 at DUT0 and expect this output:

Show output
May 14 08:07:05.000467 osdx systemd-timedated[131978]: Changed local time to Wed 2025-05-14 08:07:05 UTC
May 14 08:07:05.002425 osdx OSDxCLI[2231]: User 'admin' executed a new command: 'set date 2025-05-14 08:07:05'.
May 14 08:07:05.003636 osdx systemd-journald[1971]: Time jumped backwards, rotating.
May 14 08:07:05.379910 osdx systemd-journald[1971]: Runtime Journal (/run/log/journal/55e011654ca8431a9443eb244bda956e) is 2.0M, max 15.3M, 13.2M free.
May 14 08:07:05.383632 osdx systemd-journald[1971]: Received client request to rotate journal, rotating.
May 14 08:07:05.383675 osdx systemd-journald[1971]: Vacuuming done, freed 0B of archived journals from /run/log/journal/55e011654ca8431a9443eb244bda956e.
May 14 08:07:05.392328 osdx OSDxCLI[2231]: User 'admin' executed a new command: 'system journal clear'.
May 14 08:07:05.778594 osdx osdx-coredump[131996]: Deleting all coredumps in /opt/vyatta/etc/config/coredump...
May 14 08:07:05.789817 osdx OSDxCLI[2231]: User 'admin' executed a new command: 'system coredump delete all'.
May 14 08:07:06.295288 osdx OSDxCLI[2231]: User 'admin' entered the configuration menu.
May 14 08:07:06.361757 osdx OSDxCLI[2231]: User 'admin' added a new cfg line: 'set system description DESC1'.
May 14 08:07:06.461951 osdx OSDxCLI[2231]: User 'admin' added a new cfg line: 'show working'.
May 14 08:07:06.521615 osdx ubnt-cfgd[132009]: inactive
May 14 08:07:06.538460 osdx INFO[132015]: FRR daemons did not change
May 14 08:07:06.547608 osdx cfgd[1669]: [2231]Completed change to active configuration
May 14 08:07:06.549646 osdx OSDxCLI[2231]: User 'admin' committed the configuration.
May 14 08:07:06.579734 osdx OSDxCLI[2231]: User 'admin' left the configuration menu.

Step 3: Run command system login show users at DUT0 and expect this output:

Show output
NAME     LINE         TIME             COMMENT
admin    ttyS0        2025-05-14 07:11

Step 4: Run command system journal show | tail -n 20 at DUT0 and expect this output:

Show output
May 14 08:07:05.000467 osdx systemd-timedated[131978]: Changed local time to Wed 2025-05-14 08:07:05 UTC
May 14 08:07:05.002425 osdx OSDxCLI[2231]: User 'admin' executed a new command: 'set date 2025-05-14 08:07:05'.
May 14 08:07:05.003636 osdx systemd-journald[1971]: Time jumped backwards, rotating.
May 14 08:07:05.379910 osdx systemd-journald[1971]: Runtime Journal (/run/log/journal/55e011654ca8431a9443eb244bda956e) is 2.0M, max 15.3M, 13.2M free.
May 14 08:07:05.383632 osdx systemd-journald[1971]: Received client request to rotate journal, rotating.
May 14 08:07:05.383675 osdx systemd-journald[1971]: Vacuuming done, freed 0B of archived journals from /run/log/journal/55e011654ca8431a9443eb244bda956e.
May 14 08:07:05.392328 osdx OSDxCLI[2231]: User 'admin' executed a new command: 'system journal clear'.
May 14 08:07:05.778594 osdx osdx-coredump[131996]: Deleting all coredumps in /opt/vyatta/etc/config/coredump...
May 14 08:07:05.789817 osdx OSDxCLI[2231]: User 'admin' executed a new command: 'system coredump delete all'.
May 14 08:07:06.295288 osdx OSDxCLI[2231]: User 'admin' entered the configuration menu.
May 14 08:07:06.361757 osdx OSDxCLI[2231]: User 'admin' added a new cfg line: 'set system description DESC1'.
May 14 08:07:06.461951 osdx OSDxCLI[2231]: User 'admin' added a new cfg line: 'show working'.
May 14 08:07:06.521615 osdx ubnt-cfgd[132009]: inactive
May 14 08:07:06.538460 osdx INFO[132015]: FRR daemons did not change
May 14 08:07:06.547608 osdx cfgd[1669]: [2231]Completed change to active configuration
May 14 08:07:06.549646 osdx OSDxCLI[2231]: User 'admin' committed the configuration.
May 14 08:07:06.579734 osdx OSDxCLI[2231]: User 'admin' left the configuration menu.
May 14 08:07:06.720488 osdx OSDxCLI[2231]: User 'admin' executed a new command: 'system journal show | tail -n 20'.
May 14 08:07:06.784410 osdx OSDxCLI[2231]: User 'admin' executed a new command: 'system login show users'.

Step 5: Modify the following configuration lines in DUT0 :

set system syslog file CLI filter def app OSDxCLI
set system syslog file CLI filter def level info

Step 6: Login as admin user on DUT0.

Step 7: Modify the following configuration lines in DUT0 :

set system description DESC2

Step 8: Run command file show running://log/user/CLI/CLI at DUT0 and expect this output:

Show output
2025-05-14 08:07:07.460968 auth-notice , OSDxCLI:  User 'admin' committed the configuration.
2025-05-14 08:07:07.488922 auth-notice , OSDxCLI:  User 'admin' left the configuration menu.
2025-05-14 08:07:07.587693 auth-notice , OSDxCLI:  User 'admin' has logged out.
2025-05-14 08:07:09.175832 auth-notice , OSDxCLI:  User 'admin' has logged in.
2025-05-14 08:07:09.321663 auth-notice , OSDxCLI:  User 'admin' entered the configuration menu.
2025-05-14 08:07:09.382283 auth-notice , OSDxCLI:  User 'admin' added a new cfg line: 'set system description DESC2'.
2025-05-14 08:07:09.480447 auth-notice , OSDxCLI:  User 'admin' added a new cfg line: 'show changes'.
2025-05-14 08:07:09.590071 auth-notice , OSDxCLI:  User 'admin' committed the configuration.
2025-05-14 08:07:09.612244 auth-notice , OSDxCLI:  User 'admin' left the configuration menu.