- 1 -
Chapter 1 Basic Configuration
1.1 HTTP protocol configuration
Switches support not only can be configured by CLI and SNMP protocol, it also supports being
configured by web. HTTP service port configuration and time configuration of abnormal message
overtime and etc are also supported.
1.1.1 Language Selection
Currently, there are two languages in ISM-P series Industrial Switch: you may choose English or
Chinese. User can set the language in the global configuration mode through the command line as
below:
Enter the command as shown as below in global configuration mode and then system language
changed.
Command
Description
[no] ip http language {english}
Setting the Web language to English. The
Web interface will turn into the English
version.
1.1.2 HTTP service port configuration
Generally, the HTTP port is port 80 by default, and users can access a switch by entering the IP
address directly; however, switches also support users to change the service port and after the
service port is changed you have to use the IP address and the changed port to access switches.
For example, if you set the IP address and the service port to
192.168.2.1
and
1234
respectively,
the HTTP access address should be changed to
http:// 192.168.2.1:1234
. You’d better not use
other common protocols’ ports so that access collision would not happen. For example,
ftp-20
,
telnet-23
,
dns-53
,
snmp-161
. Because the ports used by a lot of protocols are hard to remember,
you’d better use port IDs following port 1024.
Command
Purpose
ip http port {
portNumber
}
Configuring HTTP service port
1.1.3 Enabling the HTTP service
Switches support to control the HTTP access. Only when the HTTP service is enabled can HTTP
exchange happen between switch and PC and, when the HTTP service is closed, HTTP exchange
stops. Configure global mode by the following command:
Command
Purpose