ip tacacs source-interface
To assign a global source interface for the TACACS+ server groups, use the ip tacacs source-interface
command. To revert to the default, use the no form of this command.
ip tacacs source-interface interface
no ip tacacs source-interface
Syntax Description
Source interface. The supported interface types are
ethernet, loopback, and mgmt 0.
interface
Command Default
Any available interface
Command Modes
Global configuration
Command History
ModificationRelease
This command was introduced.4.1(2)
Usage Guidelines
You must use the feature tacacs+ command before you configure TACACS+.
This command does not require a license.
Examples
This example shows how to configure the global source interface for TACACS+ server groups:
switch# configure terminal
switch(config)# ip tacacs source-interface mgmt 0
This example shows how to remove the global source interface for TACACS+ server groups:
switch# configure terminal
switch(config)# no ip tacacs source-interface
Related Commands
DescriptionCommand
Enables the TACACS+ feature.feature tacacs+
Displays the TACACS+ server group configuration.show tacacs-server groups
Cisco Nexus 7000 Series Security Command Reference
425
I Commands
ip tacacs source-interface