100% found this document useful (7 votes)
5K views2 pages

Huawei Switch Config Steps

The document provides configuration steps for a network switch including setting the console parameters, creating VLANs, configuring switch and port settings, enabling HTTP, and saving and viewing the configuration.

Uploaded by

johnmathai_16
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100% found this document useful (7 votes)
5K views2 pages

Huawei Switch Config Steps

The document provides configuration steps for a network switch including setting the console parameters, creating VLANs, configuring switch and port settings, enabling HTTP, and saving and viewing the configuration.

Uploaded by

johnmathai_16
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

1.

Set Console baud rate 9600


2. Set Console Password as - admin123
3. <Quidway>system-view ##[Quidway]
4. Vlan Creation

[Quidway] vlan batch 4084 to 4085 4090 to 4092

5. Switch Management IP Setting

[Quidway] interface Vlanif4092


ip address 10.4.183.230 255.255.255.0
quit
ip route-static 10.4.0.0 255.255.0.0 10.4.183.1 #gateway
6. telnet Enable

[Quidway]aaa
local-user huawei password cipher huawei ##Enter Y (Password Weak)
local-user huawei privilege level 15
local-user huawei service-type telnet
quit
[Quidway] user-interface vty 0 4
authentication-mode aaa
quit
7. Port Configuration

[Quidway] interface Ethernet0/0/1


port link-type access
port default vlan 4092
quit

[Quidway] interface Ethernet0/0/2


port link-type access
port default vlan 4090
quit

[Quidway] interface Ethernet0/0/3


port link-type access
port default vlan 4090
quit

[Quidway] interface Ethernet0/0/4


port link-type access
port default vlan 4090
quit

[Quidway] interface Ethernet0/0/5


port link-type access
port default vlan 4091
quit

[Quidway] interface Ethernet0/0/6


port link-type access
port default vlan 4091
quit

[Quidway] interface Ethernet0/0/7


port link-type access
port default vlan 4091
quit

//interface Ethernet0/0/8 ## no need to config//

[Quidway] interface GigabitEthernet0/0/1


port link-type trunk
port trunk allow-pass vlan 4084 to 4085 4090 to 4092
quit

8. http Enable

[Quidway] http server load s2700ei-v100r006c05.web.zip


http secure-server enable
http server enable
[Quidway]aaa
local-user huaweiweb password cipher huawei ##Enter Y (Password Weak)
local-user huaweiweb privilege level 15
local-user huaweiweb service-type http
quit

9. Saving Config

<Quidway> save

10.View Config

<Quidway>display current-config

You might also like