Command Guide of WGSW-28040
44
4.2.7 tacacs default-config
Command:
tacacs default-config [key
TACACSKEY
] [timeout
<1-30>
]
Parameter:
key
TACACSKEY
Specify default server key string
timeout
<1-30>
Specify default server timeout value
Default:
Default key is “”.
Default timeout is 5 seconds.
Mode:
Global Configuration
Usage Guide:
Use “
tacacs default-config
” command to modify default values of server. These default values will be used
when user try to create a new server and not assigned these values.
Example:
This example shows how modify default configuration
Switch(config)#
tacacs default-config timeout 20
Switch(config)#
tacacs default-config key tackey
This example shows how to show default configurations.
Switch#
show tacacs default-config
Timeout | Key
--------+---------
10 | tackey
This example shows how to create a new server with above default config and show results.
Switch(config)#
tacacs host 192.168.1.111
Switch# show tacacs
Prio | Timeout | IP Address | Port | Key
------+---------+------------------+--------+----------