AC Configuration Initialization
Hello everyone,
Today I would like to present a practical method on how to perform basic settings on a Huawei access controller using the eNSP simulator.
Learning Objectives:
• Configure the initialization password;
• Configure VLAN and routing in the AC;
• Configure telnet service of the AC;
• Save the configuration in the AC.
Topology:

Experiment Task:
Let's carry out the configurations in stages:
Step 1 Configuring a Switch
Configure the S5700 access switch. Add GE0/0/10 and GE0/0/11 to VLAN10 (management VLAN) and set the port VLAN ID (PVID) to VLAN10. Add GE0/0/8 to VLANs 10 through 13 (Connect to AC).
Below the name configuration and creation of vlans 10, 11, 12 and 13:

Below is the configuration of G0/0/10-11 and G0/0/1 interfaces:


Create a Loopback1 interface, and set its IP address to 101.101.101.101 to simulate a public network interface. Create VLAINF interfaces to function as gateways of service VLANs.


Step 2 Configuring Basic AC Parameters:
Below the name configuration and creation of vlans 10, 11, 12 and 13:


Configure G0/0/8 to connect to the S5700.

After the configuration is complete, run the display port vlan command to check whether the configuration is correct.

Configure the IP address of the layer 3 interface corresponding to the VLAN.

Check wheter the interface status is up.

Check that the route between the AC and the Layer 3 switch is reachable. The following command output indicates that 101.101.101.101 (the simulated public network interface on the switch) cannot be pinged.

Configure a static route for the switch:

IP address 101.101.101.101.101 can be pinged.

Step 3 - Configuring and Testing the Telnet/SSH Service (AAA Authentication)
Enable and configure telnet service in the AC, add account huawei for AAA authentication.

Configure user huawei in AAA:

Configure user-interface vty 0 4:
Step 4 - Save the configuration

Verification:
Telnet AC
After Configure telnet, test the telnet service on S5700:

-END-
Reference:
HCIA-WLAN_V2.0_Experiment_Guide(CLI-based)



