352
Cisco Nexus 5500 Series NX-OS Security Command Reference
OL-27883-02
Chapter U Commands
use-vrf
use-vrf
To specify a virtual routing and forwarding (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 | default | management}
no use-vrf {vrf-name | default | management}
Syntax Description
Command Default None
Command Modes RADlUS server group configuration mode
TACACS+ server group configuration mode
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 VRF instance name. The name is case sensitive and can be a maximum of 32
alphanumeric characters.
default Specifies the default VRF.
management Specifies the management VRF.
Release Modification
5.2(1)N1(1) This command was introduced.