Forum Discussion

Ben_Levin_9028's avatar
Ben_Levin_9028
Icon for Nimbostratus rankNimbostratus
Sep 28, 2011

LTM TACACS source interface

Is there a way to set a source interface that TACACS will use? Ideally I'd like to set it to the management interface. Thanks.

2 Replies

  • Hi Ben,

     

     

    Yes, you can do this by creating a management route from the CLI using bigpipe or tmsh:

     

     

    b mgmt route 10.10.10.0/24 gateway 172.24.74.62

     

     

    tmsh create sys management-route 10.10.10.0/24 gateway 172.24.74.62

     

     

    Aaron
  • Hi,

     

    I tried as suggested adding a management route for the Tacacs server, but the source IP address of Tacacs+ requiests is always the Active Slot management IP. Is there any way for the source IP to be the cluster IP instead of the slot IP?

     

    Thanks, Lucio