cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
867
Views
0
Helpful
1
Replies

CatOS source IP

101100101
Level 1
Level 1

Setting up tacacs for multiple CatOS 6509 switches, the TACACS server requires the source IP of the switch in order to authenticate properly. I think in general the source IP for a TACACS request would be the management IP set on SC0, right? What about a switch with both SC0 and SC1 IP addresses configured?

1 Reply 1

Yogesh Ramdoss
Cisco Employee
Cisco Employee

Hello,

If the switch has more than one inband interfaces configured, then for the TACACS traffic it uses first default route configured.

For e.g., if you configured:

set interface sc0 5 10.10.10.2/255.255.255.0
set ip route default 10.10.10.1

For any packets sent to subnet other than local, it forwards to 10.10.10.1, with source IP 10.10.10.2

If you want to use a specific IP/gateway address, then configure that default route as primary.

set ip route default 10.10.10.1 primary

Regards,
Yogesh

Review Cisco Networking products for a $25 gift card