You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whe you use server-side per-command authorization, Cumulus Linux sends every command that the TACACS+ user enters to the TACACS server for authorization before executing the command. The TACACS server is the sole authority on which commands are permitted; you don't need to configure local per-command configuration on the switch.
488
+
Whe you use server-side per-command authorization, Cumulus Linux sends every command that the TACACS+ user enters to the TACACS server for authorization before executing the command.
489
489
490
490
{{%notice note%}}
491
491
- You can use server-side per-command authorization together with specific command authorization so that Cumulus Linux authorizes certain commands locally and forwards all other commands *only* to the TACACS server.
@@ -497,17 +497,17 @@ By default, server-side per-command authorization is disabled for all privilege
497
497
498
498
To enable server-side per-command authorization for a TACACS privilege level, run the `nv set system aaa tacacs authorization <priority-id> all-commands enabled` command.
499
499
500
-
The following example enables server-side authorization for all commands at privilege level 15:
500
+
The following example enables server-side authorization for all commands at privilege level 0:
501
501
502
502
```
503
-
cumulus@switch:~$ nv set system aaa tacacs authorization 15 all-commands enabled
503
+
cumulus@switch:~$ nv set system aaa tacacs authorization 0 all-commands enabled
504
504
cumulus@switch:~$ nv config apply
505
505
```
506
506
507
-
To disable server-side per-command authorization for a TACACS privilege level and revert to local command authorization only, run the `nv set system aaa tacacs authorization <priority-id> all-commands disabled` command:
507
+
To disable server-side per-command authorization for a TACACS privilege level, run the `nv set system aaa tacacs authorization <priority-id> all-commands disabled` command:
508
508
509
509
```
510
-
cumulus@switch:~$ nv set system aaa tacacs authorization 15 all-commands disabled
510
+
cumulus@switch:~$ nv set system aaa tacacs authorization 0 all-commands disabled
0 commit comments