TACACS


nv show system aaa tacacs

显示交换机上的所有 TACACS+ 配置。

版本历史

在 Cumulus Linux 5.4.0 中引入

示例

cumulus@switch:~$ nv show system aaa tacacs
                    applied       
------------------  --------------
enable              on            
source-ip           10.10.10.1    
timeout             10            
vrf                 mgmt          
accounting                        
  enable            off           
  send-records      first-response
authentication                    
  mode              chap          
  per-user-homedir  on            
[authorization]     0             
[exclude-user]      USER1         
[server]            5             
[server]            10

nv show system aaa tacacs accounting

显示交换机上的 TACACS+ 计费配置。

版本历史

在 Cumulus Linux 5.4.0 中引入

示例

cumulus@switch:~$ nv show system aaa tacacs accounting

nv show system aaa tacacs authentication

显示交换机上的 TACACS+ 身份验证配置。

版本历史

在 Cumulus Linux 5.4.0 中引入

示例

cumulus@switch:~$ nv show system aaa tacacs authentication
              applied       
------------  --------------
enable        off           
send-records  first-response

nv show system aaa tacacs authorization

显示交换机上基于命令的 TACACS+ 授权设置。

版本历史

在 Cumulus Linux 5.4.0 中引入

示例

cumulus@switch:~$ nv show system aaa tacacs authorization
Privilege Level  role          command
---------------  ------------  -------
0                nvue-monitor  ip     
                               nv  

nv show system aaa tacacs authorization /

显示特权级别的基于命令的 TACACS+ 授权配置。

命令语法

语法描述
<privilege-level-id>特权级别 ID。

版本历史

在 Cumulus Linux 5.4.0 中引入

示例

cumulus@switch:~$ nv show system aaa tacacs authorization 0

nv show system aaa tacacs authorization /command

显示特权级别的基于命令的 TACACS+ 授权命令。

命令语法

语法描述
<privilege-level-id>特权级别 ID。

版本历史

在 Cumulus Linux 5.4.0 中引入

示例

cumulus@switch:~$ nv show system aaa tacacs authorization 0 command

nv show system aaa tacacs exclude-user

显示从 TACACS+ 服务器身份验证中排除的用户列表。

版本历史

在 Cumulus Linux 5.4.0 中引入

示例

cumulus@switch:~$ nv show system aaa tacacs exclude-user

nv show system aaa tacacs server

显示交换机上的 TACACS+ 服务器配置。

版本历史

在 Cumulus Linux 5.4.0 中引入

示例

cumulus@switch:~$ nv show system aaa tacacs server
   host          port  prefer-ip-version  secret
--  ------------  ----  -----------------  ------
5   192.168.0.30  32    4                  *     
10  192.168.1.30  49    4                  *

nv show system aaa tacacs server <priority-id>

显示交换机上的 TACACS+ 服务器优先级配置。NVUE 命令要求您为每个 TACACS+ 服务器指定优先级。即使您只指定一个服务器,也必须设置优先级。

命令语法

语法描述
<priority-id>优先级编号。

版本历史

在 Cumulus Linux 5.4.0 中引入

示例

cumulus@switch:~$ nv show system aaa tacacs server 5
                   applied     
-----------------  ------------
host               192.168.0.30
port               32          
prefer-ip-version  4           
secret             *