Configuring VLAN, AAA, and HTTP Server on a Quidway Switch
This guide walks through creating VLAN 10, assigning an IP address, setting up local AAA users, enabling telnet access, and activating the HTTP server on a Quidway switch, including file management commands and verification steps.
This article provides step‑by‑step CLI commands for configuring a Quidway switch. It starts by creating VLAN 10 and assigning it to interface GigabitEthernet0/0/1, then configures the VLAN interface with IP address 192.168.6.100/24.
Next, it sets up AAA with a local admin user (password encrypted, telnet service, level 3), configures VTY lines 0‑4 to use AAA authentication, and saves the configuration.
Afterwards, the guide shows how to enable the HTTP server, list the flash directory, and load the HTTP server image (S5700SI‑V100R005C01SPC100.web.zip) before finally enabling the HTTP service.
All command lines are presented below for direct copy‑and‑paste:
[Quidway]vlan 10
[Quidway-vlan10]quit
[Quidway]interface gigabitethernet0/0/1
[Quidway-GigabitEthernet0/0/1]port link-type access/hybrid
[Quidway-GigabitEthernet0/0/1]port hybrid untagged vlan 10
[Quidway-GigabitEthernet0/0/1]quit
[Quidway]interface vlanif10
[Quidway-vlanif10]ip address 192.168.6.100 255.255.255.0
[Quidway-vlanif10] quit
[Quidway] aaa
[Quidway-aaa] local-user admin password cipher admin
[Quidway-aaa] local-user admin service-type telnet
[Quidway-aaa] local-user admin level 3
[Quidway-aaa] quit
[Quidway] user-interface vty 0 4
[Quidway-ui-vty0-4] authentication-mode aaa
[Quidway-ui-vty0-4]quit
[Quidway]quit
save
[Quidway- Vlanif10] shutdown
[Quidway- Vlanif10] undo shutdown
dir
[Quidway]http server load S5700SI-V100R005C01SPC100.web.zip
[Quidway]http server enableAn image illustrating the configuration interface is included in the original source.
Practical DevOps Architecture
Hands‑on DevOps operations using Docker, K8s, Jenkins, and Ansible—empowering ops professionals to grow together through sharing, discussion, knowledge consolidation, and continuous improvement.
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.