Examples
This example shows how to add a server to a RADIUS server group:
switch# configure terminal
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# configure terminal
switch(config)# aaa group server radius RadServer
switch(config-radius)# no server 10.10.1.1
This example shows how to add a server to a TACACS+ server group:
switch# configure terminal
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# configure terminal
switch(config)# feature tacacs+
switch(config)# aaa group server tacacs+ TacServer
switch(config-tacacs+)# no server 10.10.2.2
This example shows how to add a server to an LDAP server group:
switch# configure terminal
switch(config)# feature ldap
switch(config)# aaa group server ldap LdapServer
switch(config-ldap)# server 10.10.3.3
This example shows how to delete a server from an LDAP server group:
switch# configure terminal
switch(config)# feature ldap
switch(config)# aaa group server ldap LdapServer
switch(config-ldap)# no server 10.10.3.3
Related Commands
DescriptionCommand
Configures AAA server groups.aaa group server
Configures a RADIUS server.radius-server host
Displays LDAP server group information.show ldap-server groups
Displays RADIUS server group information.show radius-server groups
Displays TACACS+ server group information.show tacacs-server groups
Enables TACACS+.feature tacacs+
Configures a TACACS+ server.tacacs-server host
Enables LDAP.feature ldap
Configures an LDAP server.ldap-server host
Cisco Nexus 7000 Series Security Command Reference    
649
S Commands
server