Brocade Network OS Command Reference v4.1.0 User Manual

Page 1342

Advertising
background image

1304

Network OS Command Reference

53-1003115-01

tacacs-server

2

Examples

To configure an IPv4 TACACS+ server:

switch(config)# tacacs-server host 10.24.65.6 protocol chap retries 100

switch (config-tacacs-server-10.24.65.6)#

To modify an existing TACACS+ server configuration:

switch(config)# tacacs-server host 10.24.65.6

switch(config-tacacs-server-10.24.65.6)# key "changedsec"

To delete a TACACS+ server:

switch(config)# no tacacs-server host 10.24.65.6

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

To configure an IPv6 TACACS+ server:

switch(config)# tacacs-server host fec0:60:69bc:94:211:25ff:fec4:6010\ protocol

chap

switch(config-tacacs-server-fec0:60:69bc:94:211:25ff:fec4:6010)# key "mysecret"

See Also

radius-server, show running-config radius-server, show running-config tacacs-server

Advertising