Adding Huawei Switch node on the NCE-Campus

First go to tab Design>Site Design>Site Management, then list site screen will appear: in this case we use lab-30 site, it will open this screen site like this: Click on Add device to add new device on the selected site, and it will appear this screen: Set the option protocol type to NETCONF/COAP, and mode […]

Upgrading OS on the Huawei Switch

In this case we use CE6800 Huawei Switch Series, here is the list of action that need to do for upgrading OS/System Software on the Huawei Switch: Before the upgrade, use the terminal monitor command to enable the terminal to display logs, traps, and debugging information sent from the information center. In the user view, […]

Setup / Staging Huawei Device V600 OS before added to Huawei NCE Campus

This is a staging setup for the Huawei switch device V600 OS-based (Taishan OS) before being added to the NCE Campus Controller. First, we configure the Netconf feature in the switch (for connection to the NCE Controller). Then, we set the source interface for this Netconf connection type to the NCE controller. In this case, […]

Error installing Netris agent on Cumulus

Installing netris agent in Mellanox Switch with new cumulus it might there are some trouble while in progress. first you need to check date on the switch, is it real-time date? If it isn’t, you can change the timezone with command timedatectl set-timezone. In this case my timezone GMT+7 which is Asia/Jakarta time. next, you […]

Checking Manageable Switch Infiniband on Subnet Manager

You can checking Infiniband Subnet Manager (SM) via web by login in with ip address of SM. First, check on status Summary of SM. It will display the Uptime of SM, State of SM, counter failures, SM Priority(HA), Autostart status, and SM version. Then check on Base SM tab, it will display detected SM node […]

PPPoE ipv6 6wind BNG using Radius Auth with SNAT64 Translation.

In this case we will use this topology: PPPoE Server First setup uplink for the internet side and link pppoe-client side, in this case we use dhcp on interface eth0 and just enable interface eth1 for pppoe-client. Next, setup pppoe-tunnel instance inside ppp-server menu with link-interface eth1. After setup pppoe-tunnel, it mandatory to setup authentication […]

Check topology Layer 2 change real time in Cumulus (STP issue related)

In Layer 2 network topology, when there is changes within the topology or new device connected with Layer 2 feature, the spanning tree feature will calculated again which device is gonna be root switch, which port is gonna be designated port, alternate port, etc. In Cumulus, we can check which port is triggered by that […]

PPPoE ipv4 6wind BNG using Radius Auth

In this case we will use this topology: PPPoE Server First setup uplink for the internet side and link pppoe-client side, in this case we use dhcp on interface eth0 and just enable interface eth1 for pppoe-client. Next, setup pppoe-tunnel instance inside ppp-server menu with link-interface eth1. After setup pppoe-tunnel, it mandatory to setup authentication […]

Integrate Authenticate 6wind using Radius.

Server Radius run the apt update and upgrade command below to update and refresh the package index on your system.  Install Linux, Apache, MySQL, PHP (LAMP) stack on server. First, install Apach and once the installation is finished, you’ll need to adjust your firewall settings to allow HTTP traffic. Since this is a fresh Apache installation and […]