Got it

Huawei Wireless Access Controllers V200R003C00 Web Platform Configuration Guide-Using the Web Platform for the First Time

Latest reply: Oct 19, 2017 09:27:04 1517 1 0 0 0

3  Using the Web Platform for the First Time

Context

The device can obtain the web system file using the following modes:

3.1  Web Platform Overview

To help users to manage and maintain the access controller, the access controller provides a built-in web server to enable a connected terminal (for example, a PC) to access the web platform.

Figure 3-1 shows the running environment of the web platform.

Figure 3-1  Running environment of the web platform 
ab07ad764f434fea9b9ded14317040cb
21ac2846a66648bfac637b7411677a6b NOTE:

The preceding figure shows the networking when a user completes initial configurations through the console port. It is for reference only.

3.2  Logging In to the Device Through the Console Port

Context

To establish a local configuration environment through the Console port, you can connect your PC to the access controller using the Windows HyperTerminal.

21ac2846a66648bfac637b7411677a6b NOTE:
You can use the built-in terminal emulation software (such as the HyperTerminal of Windows 2000/XP) on the PC. If no built-in terminal emulation software is available, use the third-party terminal emulation software. For details, see the software user guide or online help.

Procedure

  1. Use the Console cable to connect the PC's COM port to the access controller's Console port.
  2. Start the HyperTerminal on the PC.

    This document takes Windows XP as example. Choose Start > All Programs > Accessories > Communications > HyperTerminal. The HyperTerminal is displayed.

  3. Create a connection.

    In the Name text box shown in Figure 3-2, enter the connection name, select an icon, and click OK.

    Figure 3-2  Creating a connection 
    ebc381777d2d494aa84e60d9588929f7

  4. Select a connection port.

    In the Connect To window shown in Figure 3-3, select a connection port from the Connect using drop-down list box, and click OK.

    Figure 3-3  Selecting a connection port 
    37fca7f9794840f89cb6a1f198ed6c6e

  5. Set the communication parameters.

    After the COM1 Properties window is displayed as shown in Figure 3-4, set parameters to values set on the access controller.

    In the COM1 Properties window shown in Figure 3-4, set the communication parameters to the default parameter values on the access controller.

    21ac2846a66648bfac637b7411677a6b NOTE:
    On other Windows operating systems, Bits per second may be described as Baud rate, and Flow control as Traffic control.
    Figure 3-4  Setting the communication parameters 
    ca30364bbb3a4ed1b5085c7484a3d61e

  6. Start the HyperTerminal and choose File > Properties. The window for connection properties is displayed, as shown in Figure 3-5. Click the Settings tab, select Auto detect or VT100 from the Emulation drop-down list box.

    Figure 3-5  Selecting a terminal type 
    1eb8b7ad5827408381216802aab3dbd0

    Input the login password, and press Enter. If the <AC6605> prompt is displayed, you have logged in to the access controller.

3.3  Configuring an IP Address for Web Platform Login

Procedure

  1. Run the system-view command to enter the system view.
  2. Run the vlan vlan-id command to create a VLAN and enter the VLAN view.
  3. Run the quit command to return to the system view.
  4. Run the interface vlanif vlanif-id command to create a VLANIF interface and enter the VLANIF interface view.
  5. Run the ip address ip-address { mask | mask-length } [ sub ] command to configure an IP address for the VLANIF interface.
  6. Run the quit command to return to the system view.
  7. Run the interface interface-type interface-number command to enter the interface view.
  8. Run the port link-type trunk command to configure the link type for the interface.
  9. Run the port trunk allow-pass vlan vlan-id command to add the interface to the VLAN created in step 2.

    For example, set the management IP address of GE0/0/0 to 192.168.200.161 and mask length to 24.

    <AC6605> system-view
    [AC6605] vlan 10
    [AC6605-vlan10] quit
    [AC6605] interface Vlanif 10
    [AC6605-Vlanif10] ip address 192.168.200.161 24
    [AC6605-Vlanif10] quit
    [AC6605] interface gigabitethernet 0/0/1
    [AC6605-GigabitEthernet0/0/1] port link-type trunk
    [AC6605-GigabitEthernet0/0/1] port trunk allow-pass vlan 10
    [AC6605-GigabitEthernet0/0/1] quit
    
    21ac2846a66648bfac637b7411677a6b NOTE:
    MEth0/0/1 is the management port of the AC6605. If you expect to use the IP address of MEth0/0/1 to log in to the web platform, run the following commands to configure the IP address:
    1. Run the system-view command to enter the system view.

    2. Run the interface MEth 0/0/1 command to enter the view of MEth0/0/1.

    3. Run the ip address ip-address { mask | mask-length } [ sub ] command to configure an IP address for MEth0/0/1.

3.4  (Optional) Uploading the Web System File Through FTP

Context

Ensure that the route between the access controller and the FTP server is reachable. If the new software package that contains the web system file has been uploaded to the access controller, you do not need to upload the web system file again.

21ac2846a66648bfac637b7411677a6b NOTE:

The FTP protocol will bring risk to device security. The SFTP V2 mode is recommended.

Procedure

  1. Run the system-view command to enter the system view.
  2. Run the ftp server enable command to start the FTP server.
  3. Run the aaa command to enter the AAA view.
  4. Run the local-user user-name password irreversible-cipher password command to set the local user name and password.
  5. Run the local-user User name service-type ftp command to set the service type of the local user to FTP.
  6. Run the local-user User name ftp-directory directory command to set the FTP directory.
  7. Run the local-user user-name privilege level level command to set the local user level.

    21ac2846a66648bfac637b7411677a6b NOTE:

    The local user level must be set to 3 or higher. Otherwise, users cannot log in to the device through FTP.

  8. On the FTP server, choose Start > All Programs > Accessories > Command Prompt. The command-line interface (CLI) is displayed.
  9. Access the directory that stores the web system file, for example, D:\ftp.
  10. Run the ftp IP address command to log in to the access controller using FTP.

    In the preceding command, IP address indicates the management IP address of the access controller.

    Enter the user name and password, and press Enter. If the command prompt in the FTP client view is displayed, for example, ftp>, you have accessed the FTP directory, as shown in Figure 3-6.
    Figure 3-6  Logging in to the FTP server 
    a8f73e3f721e4f08933d1f2429baf499

  11. Run the binary command to enter the binary mode.

    21ac2846a66648bfac637b7411677a6b NOTE:

    The FTP supports the following transmission modes:

    • ASCII: Text files are transmitted using ASCII characters, separated by a new-line character.

    • Binary: Binary files are transmitted directly.

    The default transmission mode is ASCII, but the binary mode is recommended here. You can run the ascii or binarycommand to switch between the two modes.

  12. Run the put **.zip command to upload the web system file from the FTP server to the access controller. In the preceding command, **.zip indicates the name of the web system file, as shown in Figure 3-7.

    Figure 3-7  Uploading the web system file 
    d69adb4f970a44649a8a73cf1f54f63a

  13. On the access controller, run the dir command to check whether the web system file exists in the current directory.

    21ac2846a66648bfac637b7411677a6b NOTE:

    If the size of the web system file on the access controller is different from that on the FTP file server, a transmission exception may occur. Upload the web system file again.

3.5  (Optional) Loading the Web System File

Context

Before loading the web system file, ensure that the file has been uploaded to the access controller. The web system file is in .zip format. If the router has loaded the new software package that contains the web system file, you can simply enable the HTTP service and do not need to load the web system file again.

Procedure

  1. Run the system-view command to enter the system view.
  2. Run the http server load file-name command to load the web system file.

    By default, the device loads the default web file contained in the system software when the HTTP service is enabled.

  3. Run the http server enable command to enable the HTTP service.

    By default, the HTTP server is enabled.

3.6  (Optional) Creating User Accounts for the Web Platform

Procedure

  1. Run the system-view command to enter the system view.
  2. Run the aaa command to enter the AAA view.
  3. Run the local-user user-name password irreversible-cipher password command to set the web user name and password.
  4. Run the local-user user name privilege level level command to set the local user level.

    21ac2846a66648bfac637b7411677a6b NOTE:

    The default user name and password are admin and admin@huawei.com. You are advised to change the password after logging in to the device for security.

    Users with level 0 or without a level configured cannot log in to the web platform. Mappings between user levels and users are as follows:
    • 1: common user
    • 2: enterprise administrator
    • 3-15: super administrator

  5. Run the local-user user name service-type http command to set the user access type to HTTP.
  6. Run the quit command to return to the system view.
  7. (Optional) Run the http timeout timeout command to set the timeout interval for HTTP sessions. In the command, timeout is in minutes.

    The default timeout interval is 10 minutes.

3.7  (Optional) Configuring an HTTPS Server

Context

In some insecure scenarios where attacks may occur, you can use the Hypertext Transfer Protocol Secure (HTTPS) protocol to log in to the web platform. The HTTPS protocol encrypts data, ensuring data transmission security.

Procedure

  1. Configure a server SSL policy.

    # Specify the PKI domain default in the client SSL policy.

    The device provides a default SSL policy, and the web page file contains the SSL certificate. Therefore, you do not need to upload the certificate or configure the SSL policy. To ensure security, it is recommended that you obtain a new digital certificate from the certificate authority (CA) and manually configure an SSL policy.

    [AC6605] ssl policy userserver type server
    [AC6605-ssl-policy-userserver] pki-realm default
    

  2. Configure an HTTPS server.

    # Apply the SSL policy userserver to the HTTPS service.

    [AC6605] http secure-server ssl-policy userserver

    # Enable the HTTPS server function on the AC.

    [AC6605] http secure-server enable
      This operation will take several minutes, please wait.........................................................
    Info: Succeeded in starting the HTTPS server
    [AC6605] quit

  3. Start the browser on a host, and enter https://IP address in the address box. The host access web pages of the AC using HTTPS, and you can manage the AC on the web pages.
From group: WLAN

Huawei Wireless Access Controllers V200R003C00 Web Platform Configuration Guide-Using the Web Platform for the First Time
View more
  • x
  • convention:

Comment

You need to log in to comment to the post Login | Register
Comment

Notice: To protect the legitimate rights and interests of you, the community, and third parties, do not release content that may bring legal risks to all parties, including but are not limited to the following:
  • Politically sensitive content
  • Content concerning pornography, gambling, and drug abuse
  • Content that may disclose or infringe upon others ' commercial secrets, intellectual properties, including trade marks, copyrights, and patents, and personal privacy
Do not share your account and password with others. All operations performed using your account will be regarded as your own actions and all consequences arising therefrom will be borne by you. For details, see " User Agreement."

My Followers

Login and enjoy all the member benefits

Login

Block
Are you sure to block this user?
Users on your blacklist cannot comment on your post,cannot mention you, cannot send you private messages.
Reminder
Please bind your phone number to obtain invitation bonus.