Cisco Nexus 5000 Series Command Reference Release 4.0(1a)N2(1) (OL-16599-01, March 2009)

Send comments to nx5000-docfeedback@cisco.com
6-96
Cisco Nexus 5000 Series Command Reference
OL-16599-01
Chapter 6 Security Commands
server
This example shows how to add a server to a TACACS+ server group:
switch(config)# feature tacacs+
switch(config)# aaa group server tacacs+ TacServer
switch(config-tacacs+)# server 10.10.2.2
This example shows how to delete a server from a TACACS+ server group:
switch(config)# feature tacacs+
switch(config)# aaa group server tacacs+ TacServer
switch(config-tacacs+)# no server 10.10.2.2
Related Commands Command Description
aaa group server Configures AAA server groups.
feature tacacs+ Enables TACACS+.
radius-server host Configures a RADIUS server.
show radius-server
groups
Displays RADIUS server group information.
show tacacs-server
groups
Displays TACACS+ server group information.
tacacs-server host Configures a TACACS+ server.