Tacacs/tacacs+ packets, Radius packets, Tftp packets – Brocade Communications Systems Layer 3 Routing Configuration ICX 6650 User Manual

Page 51

Advertising
background image

Brocade ICX 6650 Layer 3 Routing Configuration Guide

33

53-1002603-01

Configuring IP parameters – Layer 3 Switches

TACACS/TACACS+ packets

To specify the lowest-numbered IP address configured on a virtual interface as the device source
for all TACACS/TACACS+ packets, enter commands such as the following.

Brocade(config)# interface ve 1

Brocade(config-vif-1)# ip address 10.0.0.3/24

Brocade(config-vif-1)# exit

Brocade(config)# ip tacacs source-interface ve 1

The commands in this example configure virtual interface 1, assign IP address 10.0.0.3/24 to the
interface, then designate the interface as the source for all TACACS/TACACS+ packets from the
Layer 3 Switch.

Syntax: [no] ip tacacs source-interface ethernet stack-unit/slotnum/portnum | loopback num | ve

num | management num

The num variable is a loopback interface, virtual interface or management interface number.

RADIUS packets

To specify the lowest-numbered IP address configured on a virtual interface as the device source
for all RADIUS packets, enter commands such as the following.

Brocade(config)# interface ve 1

Brocade(config-vif-1)# ip address 10.0.0.3/24

Brocade(config-vif-1)# exit

Brocade(config)# ip radius source-interface ve 1

The commands in this example configure virtual interface 1, assign IP address 10.0.0.3/24 to the
interface, then designate the interface as the source for all RADIUS packets from the Layer 3
Switch.

Syntax: [no] ip radius source-interface ethernet stack-unit/slotnum/portnum | loopback num | ve

num | management num

The num variable is a loopback interface, virtual interface or management interface number.

TFTP packets

To specify the lowest-numbered IP address configured on a virtual interface as the device source
for all TFTP packets, enter commands such as the following.

Brocade(config)# interface ve 1

Brocade(config-vif-1)# ip address 10.0.0.3/24

Brocade(config-vif-1)# exit

Brocade(config)# ip tftp source-interface ve 1

The commands in this example configure virtual interface 1, assign IP address 10.0.0.3/24 to the
interface, then designate the interface's address as the source address for all TFTP packets.

Syntax: [no] ip tftp source-interface ethernet stack-unit/slotnum/portnum | loopback num | ve

num | management num

The num variable is a loopback interface, virtual interface or management interface number.

The default is the lowest-numbered IP address configured on the port through which the packet is
sent. The address therefore changes, by default, depending on the port.

Advertising