Cancelling an outbound telnet session – Brocade Multi-Service IronWare Administration Guide (Supporting R05.6.00) User Manual

Page 53

Advertising
background image

Multi-Service IronWare Administration Guide

35

53-1003028-02

Designating an interface as the packet source

2

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 Brocade device.

Brocade(config)# interface ethernet 1/4

Brocade(config-if-e10000-1/4)# ip address 10.157.22.110/24

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

Brocade(config)# ip telnet source-interface ethernet 1/4

Cancelling an outbound Telnet session

If you want to cancel a Telnet session from the console to a remote Telnet server (for example, if
the connection is frozen), you can terminate the Telnet session by performing the tasks listed
below.

1. At the console, press Ctrl-^ (Ctrl-Shift-6).

2. Press the X key to terminate the Telnet session.

Pressing Ctrl-^ twice in a row causes a single Ctrl-^ character to be sent to the Telnet server. After
you press Ctrl-^, pressing any key other than X or Ctrl-^ returns you to the Telnet session.

Configuring an interface as the source for all
SSH 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 SSH 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 SSH packets originated from the Brocade device, enter commands such
as the following.

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 ssh 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 ssh source-interface ethernet portnum | loopback num | ve num

Configuring an interface as the source for all
TFTP 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 all TFTP packets it
sends.

For example, to specify the lowest-numbered IP address configured on a virtual routing interface as
the Brocade device’s source for all TFTP packets, enter commands such as the following.

Advertising