05-23-2005 09:59 PM - last edited on 03-25-2019 03:10 PM by ciscomoderator
I have some routers to be configured for TACACS+ management authorization. What will be the source IP address of the Tacacs requests?
- Will it use the loopback address?
- or the ip address of one of the route interfaces?
- can this be configured?
05-23-2005 10:18 PM
By default, the ip address will be of the outgoing interface towards the tacacs server. This can be changed with the following command:
ip tacacs source-interface
HTH
05-24-2005 05:16 AM
The explanation given by Marcel is correct and the link provided should be helpful.
My perspective is that if there is only one interface that the router can use to get to the TACACS server then there is little value in configuring the source interface for TACACS. But if there is more than one interface that the router can use then there is a big benefit in configuring the source interface. When you configure the source inteface then no matter which interface is used to send the packet the request to TACACS will always have the same address.
If you are going to configure the source address it is frequently the best choice to use a loopback interface address since that removes a physical dependency.
HTH
Rick
05-24-2005 02:53 PM
thankyou very much
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide