Users Guide

Table Of Contents
Defaults Not configured
Command Mode CONFIGURATION
Usage
Information
Use this command to associate RADIUS servers with a VRF. If you do not configure a VRF on the RADIUS
server list, the servers are on the default VRF. RADIUS server lists and VRFs have one-to-one mapping.
The no version of this command removes the RADIUS server from the management VRF instance.
Example
OS10(config)# radius-server vrf management
OS10(config)# radius-server vrf blue
Supported
Releases
10.4.0E(R1) or later
tacacs-server vrf
Creates an association between a TACACS server group and a VRF and source interface.
Syntax
tacacs-server vrf {management | vrf-name}
Parameters
management Enter the keyword to associate TACACS servers to the management VRF instance.
This option restricts the TACACS server association to the management VRF only.
vrf-name Enter the keyword then the name of the VRF to associate TACACS servers with that
VRF.
Defaults None.
Command Mode CONFIGURATION
Usage
Information
Use this command to associate TACACS servers with a VRF instance. If you do not configure a VRF
in the TACACS server list, the servers are on the default VRF instance. TACACS server lists and VRFs
have one-to-one mapping. When you remove the VRF instance, the TACACS server lists are also removed
automatically.
The no version of this command resets the value to the default.
Example
[no] tacacs-server management
[no] tacacs-server vrf red
Supported
Releases
10.4.3.0E or later
ip radius source-interface
Specifies the interface whose IP address is used as the source IP address for user authentication with a RADIUS server.
Syntax
ip radius source-interface interface
Parameters interface:
ethernet node/slot/port[:subport] Enter a physical Ethernet interface.
loopback number Enter a Loopback interface, from 0 to 16383.
mgmt 1/1/1 Enter the management interface.
port-channel channel-id Enter a port-channel ID, from 1 to 28.
vlan vlan-id Enter a VLAN ID, from 1 to 4093.
Default Not configured.
Command Mode CONFIGURATION
Usage
Information
By default, no source interface is configured. OS10 selects the source IP address as the IP address of the
interface from which a packet is sent to the RADIUS server. The no version of this command removes
the configured source interface.
Security 1329