Enabling root account on SLX OS

By default, the root account on the virtual machine (VM) is disabled. To log into root, you can log into the SLX-OS CLI and enable the root account from global configuration mode by using this command. In rare cases, SLX-OS CLI may not be available to enable the root account. NoteThe default password for the root account on the VM […]

Create user ssh on Huawei Switch

In Huawei Switch by default, no ssh user is created. The ssh user command creates an SSH user. The undo ssh user command deletes an SSH user. You can create a user using either of the following methods: By default, no authentication mode is configured for an SSH user. The ssh user authentication-type command configures the authentication mode for an SSH […]

Device Status Checking Commands

display cpu The display cpu command displays the CPU usage of the device. display cpu monitor The display cpu monitor command displays the CPU overloading status. display cpu monitor history The display cpu monitor history command displays the historical CPU overloading records. display cpu threshold The display cpu threshold command displays the CPU usage thresholds on the device. display device The display device command displays […]

Format OS Version Number of Huawei Switch Product

This article will explain the format of OS Version Number that Huawei uses within their product. The OS version number format of Huawei products is similar.The product name (or model) is followed by: For example: Here is the explanation about the OS version number format. Vxxx V is referred to as the platform version. Vxxx […]

Automation Cumulus with Playbook-Ansible

Preparation Memberikan akses “root/sudo” pada user user tanpa password pada semua perangkat, baik di dalam server maupun switch yang terhubung dalam ansible. Dalam kasus ini menggunakan user ubuntu dan dapat diubah sesuai kebutuhan. update dan upgrade system install python3-dev dan virtual environment install git dan copy repository file git ‘nvue’ yang dibutuhkan dari gitlab cumulus […]