blob: e31865cc2f48f1be3babca27d697e760bcb2d5a0 [file] [log] [blame]
Srikanth Vavilapalli1725e492014-12-01 17:50:52 -08001tacacs server timeout 50
2 Configure the global TACACS+ protocol timeout to 50s.
3
4no tacacs server timeout
5 Configure the default TACACS+ prototol timeout.
6
7tacacs 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
11no tacacs server key
12 Reset the global TACACS+ server key.
13 If no key is specified, an empty key is assumed.
14
15tacacs server host AA.BB.CC.DD
16 Add a TACACS+ server with the specified IP address.
17
18no tacacs server host AA.BB.CC.DD
19 Delete the specified TACACS+ server
20
21tacacs server host AA.BB.CC.DD key SECRET-KEY
22 Specify an encryption key for this TACACS+ server.
23
24no 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