Issue Description
Customer want to see which users have executed the commands of devices on tacacs server
like below snapshot for Cisco device:
but on huawei device cannot see the command for login users
Handling Process
in fact, this is just configuration problem.
need configure below commands
[Huawei] aaa
[Huawei-aaa] authorization-scheme htacacs
[Huawei-aaa-author-htacacs] authorization-cmd 1 hwtacacs local // authorize for every level user
[Huawei-aaa-author-htacacs] authorization-cmd 2 hwtacacs local
[Huawei-aaa-author-htacacs] authorization-cmd 3 hwtacacs local
[Huawei-aaa-author-htacacs] authorization-cmd 4 hwtacacs local
[Huawei-aaa-author-htacacs] authorization-cmd 5 hwtacacs local
[Huawei-aaa-author-htacacs] authorization-cmd 6 hwtacacs local
[Huawei-aaa-author-htacacs] authorization-cmd 7 hwtacacs local
[Huawei-aaa-author-htacacs] authorization-cmd 8 hwtacacs local
[Huawei-aaa-author-htacacs] authorization-cmd 9 hwtacacs local
[Huawei-aaa-author-htacacs] authorization-cmd 10 hwtacacs local
[Huawei-aaa-author-htacacs] authorization-cmd 11 hwtacacs local
[Huawei-aaa-author-htacacs] authorization-cmd 12 hwtacacs local
[Huawei-aaa-author-htacacs] authorization-cmd 13 hwtacacs local
[Huawei-aaa-author-htacacs] authorization-cmd 14 hwtacacs local
[Huawei-aaa-author-htacacs] authorization-cmd 15 hwtacacs local
#
[Huawei-aaa] recording-scheme hwtacacs // configure accounting commands for users
[Huawei-aaa-recording-hwtacacs] recording-mode hwtacacs htacacs
[Huawei-aaa] cmd recording-scheme hwtacacs