When the Eudemon is configured through the Web-based mode, see the following operations. Procedure -
The serial port of a PC is connected to the Eudemon through a serial cable. The network interface of the PC is connected to GigabitEthernet 2/0/0 on the Eudemon, as shown in Figure 1. Figure 1: Establishing the local configuration environment through the console port -
Run the terminal emulation program (such as the HyperTerminal in Windows) on your computer. In this way, you can establish a connection. Figure 2 shows the interface that is displayed. Figure 2: Establishing a connection - Click OK.
-
Select the RS-232 serial port on your computer. If the serial cable is connected to COM1,Figure 3 shows the interface that is displayed. Figure 3: Selecting the serial port - Click OK.
-
Configure the terminal communications parameters. Figure 4 shows the interface that is displayed. Figure 4: Configuring communications parameters of the port -
Click OK. The HyperTerminal configuration is completed. - When the Eudemon performs the power on self-test (POST), the system automatically performs the configuration. After the test is complete, press Enter as the system prompts and then enter user name admin and password Admin@123. Until the system displays the command line prompt <Eudemon>, you can enter commands to query the running status of the Eudemon. If you need any help when configuring theEudemon, enter ?.
-
Configure the IP address of the Eudemon, and add the IP address to the security zone. <Eudemon> system-view [Eudemon] interface GigabitEthernet 2/0/0 [Eudemon-GigabitEthernet2/0/0] ip address 10.1.1.1 24 [Eudemon-GigabitEthernet2/0/0] quit [Eudemon] firewall zone trust [Eudemon-zone-trust] add interface GigabitEthernet 2/0/0 [Eudemon-zone-trust] quit -
Configure the IP addresses of the PC on the same network segment where the IP address of GigabitEthernet 2/0/0 resides. The configuration details are not mentioned here. -
Configure the interzone packet-filtering. [Eudemon] acl 2001 [Eudemon-acl-basic-2001] rule permit source 10.1.1.1 0.0.0.0 [Eudemon-acl-basic-2001] quit [Eudemon] acl 2002 [Eudemon-acl-basic-2002] rule permit source 10.1.1.2 0.0.0.0 [Eudemon-acl-basic-2002] quit [Eudemon] firewall interzone trust local [Eudemon-interzone-local-trust] packet-filter 2001 outbound [Eudemon-interzone-local-trust] packet-filter 2002 inbound [Eudemon-interzone-local-trust] quit -
Enable the Web management function. -
When the Web browser communicates with the Eudemon through HTTP, run the following command to enable the Web management function. [Eudemon] web-manager enable -
When the Web browser communicates with the Eudemon through HTTPS, run the following command to enable the Web management function. [Eudemon] web-manager security enable -
Configure a Web user. [Eudemon] aaa [Eudemon-aaa] local-user admin password simple Admin@123 [Eudemon-aaa] local-user admin service-type web [Eudemon-aaa] local-user admin level 15 - Log in to the Web.
|