Operations 3 min read

Configuring Web Services and VLAN on Quidway Network Devices

This guide explains how to load a web package, enable the HTTP server, configure a VLAN interface, resolve an AutoConfig conflict, and set up web login credentials on a Quidway device using CLI commands.

Practical DevOps Architecture
Practical DevOps Architecture
Practical DevOps Architecture
Configuring Web Services and VLAN on Quidway Network Devices

Enter the system view on a Quidway device (return to user view with Ctrl+Z).

Load the web package : http ser load s5700si-v200r001c00.001.web.zip Info: The loading process may take a few seconds. After completion you will see a message indicating the web file was loaded successfully.

Enable the web service : http ser en Info: The HTTP server starts successfully.

Configure VLAN interface :

int vlan 1
ip add 192.168.1.1 24

An error may appear: “Vlanif1 is being used by AutoConfig. Please stop AutoConfig manually (e.g., undo autoconfig enable).” Resolve it by disabling AutoConfig: undo autoconfig en Configure web login credentials and related AAA settings:

aaa
local admin pass ci admin
local admin ser http
local admin pr l 15
usr vty 0 4
auth aaa

Finally, return to the user view and save the configuration.

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

CLIweb-serviceVLANQuidway
Practical DevOps Architecture
Written by

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.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.