show tacacs

Syntax

show tacacs [host <IP-ADDR | IPV6-ADDR>]

Description

Show TACACS status and statistics information.

Command context

config

Example

The following shows TACACS server when ordering sequence is enabled.

switch(config)# show tacacs

Status and Counters - TACACS Information

  Deadtime(min) : 0
  Timeout : 5
  Ordering-sequence Enabled : Yes
  Source IP Selection : Outgoing Interface
  Encryption Key :



  Server IP Addr  Opens  Closes Aborts Errors Pkts Rx Pkts Tx OOBM
  --------------- ------ ------ ------ ------ ------- ------- ----
  10.2.97.10      0      0      0      0      0       0       No
  10.2.97.11      0      0      0      0      0       0       No
  10.2.97.12      0      0      0      0      0       0       No
The following example shows the deletion of server 10.2.97.11 and reordered, using the no form of the tacacs-server host 10.2.7.11 command. As per the ordering sequence, host 10.2.97.12 takes the place of 10.2.97.11.
switch(config)# show tacacs

Status and Counters - TACACS Information

  Deadtime(min) : 0
  Timeout : 5
  Ordering-sequence Enabled : Yes
  Source IP Selection : Outgoing Interface
  Encryption Key :

  Server IP Addr  Opens  Closes Aborts Errors Pkts Rx Pkts Tx OOBM
  --------------- ------ ------ ------ ------ ------- ------- ----
  10.2.97.10      0      0      0      0      0       0       No
  10.2.97.12      0      0      0      0      0       0       No
The following example shows a server 10.2.97.13 being added with tacacs-server host 10.2.97.13 command. This newly added server takes the place of 10.2.97.12.
switch(config)# show tacacs

 Status and Counters - TACACS Information

  Deadtime(min) : 0
  Timeout : 5
  Ordering-sequence Enabled : Yes
  Source IP Selection : Outgoing Interface
  Encryption Key :

  Server IP Addr  Opens  Closes Aborts Errors Pkts Rx Pkts Tx OOBM
  --------------- ------ ------ ------ ------ ------- ------- ----
  10.2.97.10      0      0      0      0      0       0       No
  10.2.97.12      0      0      0      0      0       0       No
  10.2.97.13      0      0      0      0      0       0       No