Brocade Communications Systems 2.1 Switch User Manual


 
20 Network OS Documentation Update
53-1002606-06
tacacs-server
2
Usage
Guidelines
Using the no form of the tacacs-server command sets the default values of the individual
attributes.
Examples The following example adds a TACACS+ server:
switch(config)# tacacs-server host 10.24.65.6 protocol chap retries 100
switch (config-tacacs-server-10.24.65.6)#
switch(config)# tacacs-server host 10.38.37.180 protocol chap
key “new#hercules*secret
The following example changes the TACACS+ server:
switch(config)# tacacs-server host 10.xx.xx.xxx
switch(config-host-10.xx.xx.xxx)# key “changedsec”
The following example deletes the TACACS+ server:
switch(config)# no tacacs-server host 10.xx.xx.xxx
switch(config)# exit
switch# show running-config tacacs-server host
switch# show running-config tacacs-server host 10.xx.xx.xxx
tacacs-server host 10.xx.xx.xxx
key changedsec
See Also tacacs-server