Cisco Nexus 7000 Series Command Reference Manual page 675

Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

S Commands
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
Command
aaa group server
radius-server host
show ldap-server groups
show radius-server groups
show tacacs-server groups
feature tacacs+
tacacs-server host
feature ldap
ldap-server host
Description
Configures AAA server groups.
Configures a RADIUS server.
Displays LDAP server group information.
Displays RADIUS server group information.
Displays TACACS+ server group information.
Enables TACACS+.
Configures a TACACS+ server.
Enables LDAP.
Configures an LDAP server.
Cisco Nexus 7000 Series Security Command Reference
server
649

Advertisement

Table of Contents
loading

Table of Contents