Brocade TurboIron 24X Series Configuration Guide User Manual

Page 491

Advertising
background image

Brocade TurboIron 24X Series Configuration Guide

457

53-1003053-01

Configuring IP parameters – Layer 3 Switches

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

TurboIron(config)#int loopback 2

TurboIron(config-lbif-2)#ip address 10.0.0.2/24

TurboIron(config-lbif-2)#exit

TurboIron(config)#ip telnet source-interface loopback 2

The commands in this example configure loopback interface 2, assign IP address 10.0.0.2/24 to
the interface, then designate the interface as the source for all Telnet packets from the Layer 3
Switch.

Syntax: ip telnet source-interface ethernet [<portnum>| loopback <num> | ve <num>]

The <num> parameter is a loopback interface or virtual interface number. If you specify an
Ethernet port, the <portnum> is the port number.

The following commands configure an IP interface on an Ethernet port and designate the address
port as the source for all Telnet packets from the Layer 3 Switch.

TurboIron(config)#interface ethernet 4

TurboIron(config-if-4)#ip address 10.157.22.110/24

TurboIron(config-if-4)#exit

TurboIron(config)#ip telnet source-interface ethernet 4

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.

TurboIron(config)#int ve 1

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

TurboIron(config-vif-1)#exit

TurboIron(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: ip tacacs source-interface ethernet [<portnum> | loopback <num> | ve <num>]

The <num> parameter is a loopback interface or virtual interface number. If you specify an
Ethernet port, the <portnum> is the port 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.

TurboIron(config)#int ve 1

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

TurboIron(config-vif-1)#exit

TurboIron(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: ip radius source-interface ethernet<portnum> | loopback <num> | ve <num>

Advertising