Category:

Edge-Core ES-3528M setup

es3528m-fast-ethernet-24-4g-combo-ports-managed-switch-rack-19-800x311

The post presents the initial configuration of the level 2 network switch from the company Edge-Core. Model ES-3528M. On models 3510, 3528 the setting is identical. This switch is configured through the console port with the following parameters:

Speed: 9600
Data bits: 8
Stop bits: 1
Parity: none

After connecting to the switch via HyperTerminal or Putty enter username and password: admin/admin.

Number of LP:
Position MUX:
IP LAN:

Note:
***************************************************************************

User Access Verification
Username: admin
Password: admin

After successful authentication, the switch will show:

User Access Verification

Username: admin
Password:

CLI Session with the ES3528M is opened.
To end CLI session, enter [Exit].

No configured settings for reloading.
Console#

To change password:

Console# configure
Console (config)# username admin password 0 ***********
Console (config)# end

Setting up Telnet and web interface:

Console# configure
Console (config)# interface vlan 1
Console (config-if)# ip address 172.16.0.1 255.255.255.0
Console (config-if)# exit 
Console (config)# ip default-gateway 172.16.0.254
Console (config)# end
Console# show ip interface

IP Address and Netmask: 172.16.0.1 255.255.255.0 on VLAN1,
Address Mode: User specified

Save the settings:

Console# copy running-config startup-config

Then you can connect via Telnet or web interface and continue to configure the switch.


Posted: 2013-06-23

Comments