use-vrf
This example shows how to specify a VRF name for a TACACS+ server group:
switch# configure t
switch(config)# feature tacacs+
switch(config)# aaa group server tacacs+ TacServer
switch(config-tacacs+)# use-vrf vrf2
This example shows how to remove the VRF name from a TACACS+ server group:
switch# configure t
switch(config)# feature tacacs+
switch(config)# aaa group server tacacs+ TacServer
switch(config-tacacs+)# no use-vrf vrf2
This example shows how to specify a VRF name for an LDAP server group:
switch# configure t
switch(config)# feature ldap
switch(config)# aaa group server ldap LdapServer
switch(config-tacacs+)# use-vrf vrf3
This example shows how to remove the VRF name from an LDAP server group:
switch# configure t
switch(config)# feature ldap
switch(config)# aaa group server ldap LdapServer
switch(config-tacacs+)# no use-vrf vrf3
Related Commands
Command
aaa group server
radius-server host
show ldap-server groups
show radius-server groups
show tacacs-server groups
feature ldap
feature tacacs+
ldap-server host
tacacs-server host
vrf
Cisco Nexus 7000 Series Security Command Reference
982
Description
Configures AAA server groups.
Configures a RADIUS server.
Displays LDAP server information.
Displays RADIUS server information.
Displays TACACS+ server information.
Enables LDAP.
Enables TACACS+.
Configures an LDAP server.
Configures a TACACS+ server.
Configures a VRF instance.
U Commands
Need help?
Do you have a question about the Nexus 7000 Series and is the answer not in the manual?