Commands
3.68 telnet
Log in to a remote host. Users can telnet to the Vxworks shell (port 322) or CLI session of a
remote MBM/PBM.
Syntax
telnet <ip_address> [port]
Arguments
ip_address
IP address of MBM or PBM
port The port number to connect to. The default is 23.
Options
None
Examples
1. Telnet to a CLI session, then exit using escape sequence.
MBM>
MBM> telnet 10.254.2.0
Connecting to 10.254.2.0.
Exit sequence is ^[^[MBM.
Welcome - GS1280 Server Manager - T2.1-6
MBM>
MBM> # type ^[^[MBM to close the connection
Closed connection.
MBM>
2. Telnet to a CLI session, then exit using logout command.
MBM>
MBM> telnet 10.254.2.0
Connecting to 10.254.2.0.
Exit sequence is ^[^[MBM.
Welcome - GS1280 Server Manager - T2.1-6
MBM>
MBM> logout
Closed connection.
MBM>
3-117