Using a telnet console, Telnet – Comtrol ES7510 User Manual

Page 125

Advertising
background image

RocketLinx ES7510 User Guide: 2000544 Rev. B

Using a Telnet Console - 125

Configuration Using the Command Line Interface (CLI)

HyperTerminal (Windows XP, unless installed manually)

-

Windows XP: Go to Start -> Program -> Accessories -> Communications -> HyperTerminal

-

Enter a name for the new console connection and click OK.

-

Enter the IP address in the Host Address text box.

-

Select TCP/IP (Winsock) in the Connect using drop-list and click Ok.

-

Set the serial settings using the

Serial Settings

table (above).

-

Press the Enter key in the Terminal window.

-

After it is connected, you can see the Switch login request, go to

Step 3.

3.

Log in to the switch. The default user name is admin, password, admin.

4.

If necessary, configure the IP address for your network. The following example shows how to program an
IP address of 192.168.11.252 with a Class B subnet mask (255.255.0.0).

Using a Telnet Console

The ES7510 supports a Telnet console or SSH console with the Command Line Interface (CLI), which is the
same as what you see using the RS-232 console port. The SSH connection can secure all the configuration
commands you send to the ES7510.

SSH is a client/server architecture while the ES7510 is the SSH server. When you want to make SSH
connection with the ES7510, you may need to download an SSH client tool.

The following subsections provide information for

Telnet

or an

SSH Client

.

Telnet

The following shows how to open a Telnet
connection to the ES7510 using Windows
XP.

1.

Go to Start -> Run -> cmd and then
press Enter.

2.

Type Telnet 192.168.250.250 (or the IP
address of the ES7510) and then press
Enter.

3.

Enter the Login Name and Password.
The default login name and password
are admin.

Switch login: admin

Password:

Switch (version 1.0-20110503-10:26:14).

Switch>

Switch> enable

Switch# configure terminal

Switch(config)# int vlan1

Switch(config-if)# ip address 192.168.11.252/16

Advertising