190 Configuring and managing IP interfaces and services
NN47250-500 (Version 03.01)

Logging in to a remote device

From within a WSS Software console session or Telnet session, you can use the Telnet client to establish a Telnet client
session from a WSS’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 WSS to 10.10.10.90, type the following command:
WSS# 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-remote> Session 0 pty tty2.d terminated tt name tty2.d
WSS#
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:
WSS# 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:
WSS# clear sessions telnet client 0
You also can clear a Telnet client session by typing exit from within the client session.