beautypg.com

Brocade Multi-Service IronWare Administration Guide (Supporting R05.6.00) User Manual

Page 54

background image

36

Multi-Service IronWare Administration Guide

53-1003028-02

Designating an interface as the packet source

2

Brocade(config)# int 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 configure virtual routing interface 1, assign IP address 10.0.0.3/24 to it, then
designate the address as the source address for all TFTP packets.

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

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.

Configuring an interface as the source for all
TACACS or TACACS+ packets

You can configure the Brocade device to use the lowest-numbered IP address configured on a
loopback interface, virtual routing interface, or Ethernet port as the source for the TACACS or
TACACS+ packets it sends.

For example, to specify a virtual routing interface as the interface whose lowest-numbered IP
address will be the source address for the TACACS or TACACS+ packets originated from the
Brocade device, enter commands such as the following.

Brocade(config)# int 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 configure virtual routing interface 1, assign IP address 10.0.0.3/24 to it, then
designate it as the source interface.

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

Configuring an interface as the source for all
RADIUS packets

You can configure the Brocade device to use the lowest-numbered IP address configured on a
loopback interface, virtual routing interface, or Ethernet port as the source for the RADIUS packets
it sends.

For example, to specify an Ethernet port as the interface whose lowest-numbered IP address will be
the source address for the RADIUS packets originated from the Brocade device, enter the following
commands.

Brocade(config)# interface ethernet 1/5

Brocade(config-if-e10000-1/5)# ip address 10.157.22.111/24

Brocade(config-if-e10000-1/5)# exit

Brocade(config)# ip radius source-interface ethernet 1/5

The commands configure Ethernet port 1/5, assign IP address 10.157.22.111/24 to it, then
designate it as the source interface.

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