Configuring Management Interface and Telnet Access on Quidway Devices
This guide explains how to set the system name, configure the Ethernet management interface, assign an IP address, and enable Telnet with privileged access and AAA authentication on Quidway network equipment, including notes on chassis versus box port differences.
<Quidway>system-view
[Quidway] sysname Server
[Server] interface ethernet 0/0/0 // The management ports differ between chassis and box models; the chassis uses Ethernet 0/0/0 and the box uses MEth 0/0/1. Some box devices lack a management port, so a VLANIF interface can be used to configure the management IP address.
[Server-Ethernet0/0/0] ip address 10.10.10.10 24
[Server-Ethernet0/0/0] quit
Configure the Telnet user privilege level and authentication method.
[Server] telnet server enable
[Server] user-interface vty 0 4
[Server-ui-vty0-4] user privilege level 15
[Server-ui-vty0-4] authentication-mode aaa
[Server-ui-vty0-4] quit
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.