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-95
Cisco Nexus 5000 Series Command Reference
OL-16599-01
Chapter 6 Security Commands
server
server
To add a server to a RADIUS or TACACS+ server group, use the server command. To delete a server
from a server group, use the no form of this command.
server {ipv4-address | ipv6-address | hostname}
no server {ipv4-address | ipv6-address | hostname}
Syntax Description
Command Default None
Command Modes RADlUS server group configuration
TACACS+ server group configuration
Command History
Usage Guidelines You can configure up to 64 servers in a server group.
Use the aaa group server radius command to enter RADIUS server group configuration mode or aaa
group server tacacs+ command to enter TACACS+ server group configuration mode.
If the server is not found, use the radius-server host command or tacacs-server host command to
configure the server.
Note You must use the feature tacacs+ command before you configure TACACS+.
Examples This example shows how to add a server to a RADIUS server group:
switch(config)# aaa group server radius RadServer
switch(config-radius)# server 10.10.1.1
This example shows how to delete a server from a RADIUS server group:
switch(config)# aaa group server radius RadServer
switch(config-radius)# no server 10.10.1.1
ipv4-address Server IPv4 address in the A.B.C.D format.
ipv6-address Server IPv6 address in the X:X:X::X format.
hostname Server name. The maximum length is 256 characters.
Release Modification
4.0(0)N1(1a) This command was introduced.