Quick Reference Guide

586 PowerConnect B-Series TI24X Configuration Guide
53-1002269-02
Configuring IP parameters – Layer 3 Switches
21
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.
PowerConnect(config)#int loopback 2
PowerConnect(config-lbif-2)#ip address 10.0.0.2/24
PowerConnect(config-lbif-2)#exit
PowerConnect(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.
PowerConnect(config)#interface ethernet 4
PowerConnect(config-if-4)#ip address 209.157.22.110/24
PowerConnect(config-if-4)#exit
PowerConnect(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.
PowerConnect(config)#int ve 1
PowerConnect(config-vif-1)#ip address 10.0.0.3/24
PowerConnect(config-vif-1)#exit
PowerConnect(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.
PowerConnect(config)#int ve 1
PowerConnect(config-vif-1)#ip address 10.0.0.3/24
PowerConnect(config-vif-1)#exit
PowerConnect(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>