Srikanth Vavilapalli | 1725e49 | 2014-12-01 17:50:52 -0800 | [diff] [blame^] | 1 | tacacs server timeout 50 |
| 2 | Configure the global TACACS+ protocol timeout to 50s. |
| 3 | |
| 4 | no tacacs server timeout |
| 5 | Configure the default TACACS+ prototol timeout. |
| 6 | |
| 7 | tacacs server key SECRET-KEY |
| 8 | Configure the (plaintext) key used to communicate with |
| 9 | the TACACS+ server, if no key is specified for a given server. |
| 10 | |
| 11 | no tacacs server key |
| 12 | Reset the global TACACS+ server key. |
| 13 | If no key is specified, an empty key is assumed. |
| 14 | |
| 15 | tacacs server host AA.BB.CC.DD |
| 16 | Add a TACACS+ server with the specified IP address. |
| 17 | |
| 18 | no tacacs server host AA.BB.CC.DD |
| 19 | Delete the specified TACACS+ server |
| 20 | |
| 21 | tacacs server host AA.BB.CC.DD key SECRET-KEY |
| 22 | Specify an encryption key for this TACACS+ server. |
| 23 | |
| 24 | no tacacs server host AA.BB.CC.DD key |
| 25 | Remove any key associated with this server, |
| 26 | and use the global TACACS+ key instead. |
| 27 | |
| 28 | |