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-143
Cisco Nexus 5000 Series Command Reference
OL-16599-01
Chapter 6 Security Commands
use-vrf
use-vrf
To specify a virtual routing and forwarding instance (VRF) instance for a RADIUS or TACACS+ server
group, use the use-vrf command. To remove the VRF instance, use the no form of this command.
use-vrf vrf-name
no use-vrf vrf-name
Syntax Description
Command Default None
Command Modes RADlUS server group configuration
TACACS+ server group configuration
Command History
Usage Guidelines You can configure only one VRF instance for a server group.
Use the aaa group server radius command RADIUS server group configuration mode or the 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+.
Examples This example shows how to specify a VRF instance for a RADIUS server group:
switch(config)# aaa group server radius RadServer
switch(config-radius)# use-vrf management
This example shows how to specify a VRF instance for a TACACS+ server group:
switch(config)# aaa group server tacacs+ TacServer
switch(config-tacacs+)# use-vrf management
This example shows how to remove the VRF instance from a TACACS+ server group:
switch(config)# aaa group server tacacs+ TacServer
switch(config-tacacs+)# no use-vrf management
vrf-name Specifies VRF instance name.
Release Modification
4.0(0)N1(1a) This command was introduced.