Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

set system aaa tacacs-plus source-interface <interface-name>


Parameter

Parameter

Description

interface <interface-name>

Specifies the source interface. The value could be an L3 VLAN interface that enabled inband management, or eth0, or loopback interface. By default, the source interface is eth0.


Usage Guidelines

NOTE:

  • When using a L3 VLAN interface as a source interface connecting to the TACAS+ server, you have to enable inband management function by using command set system inband enable true.
  • Remember to specify an IP address for the source interface.

...

  • Set the source interface the switch uses to connect to the server to loopback interface.
Code Block
admin@Xorplus#set vlanadmin@Xorplus#set l3-interfaceinterface loopback loopbacklo address 10.1.1.1 prefix-length 32
admin@Xorplus# set system aaa tacacs-plus source-interface loopback

...

Code Block
admin@Xorplus# set interface gigabit-ethernet ge-1/1/23 family ethernet-switching native-vlan-id 100
admin@Xorplus# set vlan-interface interface vlan100 vifset l3-interface vlan-interface vlan100 address 10.10.51.129 prefix-length 24
admin@Xorplus# set vlans vlan-id 100 l3-interface vlan100
admin@Xorplus# set system inband enable true
admin@Xorplus# set system aaa tacacs-plus source-interface vlan100

...