User Guide

Table Of Contents
Configuring and Managing IP Interfaces and Services 151
Nortel WLAN Security Switch 2300 Series Configuration Guide
Logging In to a Remote Device
From within an WSS Software console session or Telnet session, you can use the Telnet client to establish a Telnet client
session from a WSS switch’s CLI to another device. To establish a Telnet client session with another device, use the
following command:
telnet {ip-addr | hostname} [port port-num]
To establish a Telnet session from WSS 2370 to 10.10.10.90, type the following command:
23x0# telnet 10.10.10.90
Session 0 pty tty2.d Trying 10.10.10.90...
Connected to 10.10.10.90
Disconnect character is '^t'
Copyright (c) 2002, 2003
Nortel , Inc.
Username:
When you press Ctrl+t or type exit to end the client session, the management session returns to the local WSS prompt:.
WSS-2370-remote> Session 0 pty tty2.d terminated tt name tty2.d
WSS-2370#
Use the following commands to manage Telnet client sessions:
show sessions telnet client
clear sessions telnet client [session-id]
These commands display and clear Telnet sessions from a WSS’s Telnet client to another device.
To display the Telnet client sessions on a WSS, type the following command:
23x0# show sessions telnet client
Session Server Address Server Port Client Port
------- -------------- ------------ -----------
0 192.168.1.81 23 48000
1 10.10.1.22 23 48001
To clear Telnet client session 0, type the following command:
23x0# clear sessions telnet client 0
You also can clear a Telnet client session by typing exit from within the client session.