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.
Syntax Description
ipv4-address
ipv6-address
hostname
Command Default
None
Command Modes
RADlUS server group configuration mode
TACACS+ server group configuration mode
Command History
Release
5.2(1)N1(1)
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.
You must use the feature tacacs+ command before you configure TACACS+.
Note
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 192.168.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 192.168.1.1
This example shows how to add a server to a TACACS+ server group:
switch(config)# feature tacacs+
switch(config)# aaa group server tacacs+ TacServer
Cisco Nexus 5500 Series NX-OS Security Command Reference
240
server {ipv4-address | ipv6-address | hostname}
no server {ipv4-address | ipv6-address | hostname}
Server IPv4 address in the A.B.C.D format.
Server IPv6 address in the X:X:X::X format.
Server name. The name is alphanumeric, case sensitive, and has a maximum
of 256 characters.
Modification
This command was introduced.
Chapter
S Commands
OL-27883-02