FREE SHIPPING on Orders Over SGD99 GST excl.
Singapore

Search result for "344499"

Types

Types

All
Software
Release Note
User Manual
Data Sheet
Test Report
Compatibility List
FAQ
Configuration Guide
Deployment Guide

Sort by

Relevance

AmpCon-Campus Installation and Upgrade Guide

image

Feb 12, 2026 - AmpCon-Campus Installation and Upgrade Guide Supported Deployments The following AmpCon-Campus deployments are supported: Table 1. Supported Deployment Information Indicator Support information Deployment method VMware ESXi 6.7, 7.0, 8.0, QEMU / KVM for Ubuntu 22.04 LTS, Oracle VirtualBox for lab only, physical machine based on Ubuntu 22.04 LTS with Docker Maximum number of switches supported 1000 Maximum number of registered users 1000 Maximum number of online users 100 Storage duration of system logs 2 months Storage duration of operation logs 2 months Maximum storage of current alerts Unlimited Maximum storage of historical alerts 2 months Installation Requirements Before you install the AmpCon-Campus server, ensure that the following requirements are met. Server Requirements If you want to install the AmpCon-Campus server on a physical machine, ensure that the physical machine meets the following requirements: NOTE To install the AmpCon-Campus server on a virtual machine, ensure that the hypervisor has the following resources (CPU, memory, and hard disk) to be allocated when you import the AmpCon-Campus server image. Table 2. Server Requirement Details Indicators Requirements CPU Clock speed 2.0 GHz or faster Number of cores At least 4 CPU cores Memory At least 16 GB Hard disk At least 512 GB Operating systems Ubuntu 22.04 LTS (X86 architecture) with Docker Network Requirements Before you install AmpCon-Campus, set the firewall and proxy properly to allow the following network access: Table 3. Network Requirement for the AmpCon-Campus Server Machine TCP/UDP Port Protocol TCP 80 HTTP TCP 443 HTTPS UDP 69 TFTP UDP 80 OpenVPN NOTE On AmpCon-Campus, each managed switch has two IP addresses: Mgmt IP and VPN IP. Mgmt IP is the management IP address of a switch. Mgmt IP is used to connect to the AmpCon-Campus server during the switch onboarding process. However, Mgmt IP might be changed. To ensure uninterrupted connection between the AmpCon-Campus server and a switch after Mgmt IP is changed, OpenVPN is introduced to AmpCon-Campus. OpenVPN is an open-source virtual private network (VPN) solution designed to create secure, encrypted communication tunnels over networks. After a switch is onboarded to AmpCon-Campus successfully, a VPN tunnel between the AmpCon-Campus server and the switch is established, and a VPN IP, the IP address of the VPN tunnel, is assigned to the switch. Later, the AmpCon-Campus server and the switch will communicate through the VPN tunnel. The AmpCon-Campus server also functions as the OpenVPN server, and its OpenVPN IP address is 10.8.0.1. The default subnet for OpenVPN is 10.8.0.0/20. If the default subnet has conflicts with your network, AmpCon-Campus can’t work well. Contact the FS support team to resolve this issue. License Requirements Obtain an AmpCon-Campus license from the FS sale team. The following AmpCon-Campus license types are supported: Trial license: The trial period lasts for 90 days and an additional 14 days. After the trial license is expired, you must install a standard license to continue using AmpCon-Campus. Standard license: After a standard license is installed, you cannot install a trial license. Installing the AmpCon-Campus Server You can install the AmpCon-Campus server on a virtual machine or a physical machine by using one of the following methods: Installing on VMware ESXi Installing on QEMU or KVM Installing on VirtualBox for Lab Only Installing on Physical Machines (Ubuntu Docker) If multiple NICs are added to the virtual machine or physical machine, you must specify the NIC IP address used by the AmpCon-Campus server to establish connections with managed switches, in the configuration file (/usr/share/automation/server/.env). Otherwise, the connections between the AmpCon-Campus server and managed switches might fail. For more information, see Multi-NIC Deployment for Switch Connectivity. NOTE On AmpCon-Campus, each managed switch has two IP addresses: Mgmt IP and VPN IP. Mgmt IP is the management IP address of a switch. Mgmt IP is used to connect to the AmpCon-Campus server during the switch onboarding process. However, Mgmt IP might be changed. To ensure uninterrupted connection between the AmpCon-Campus server and a switch after Mgmt IP is changed, OpenVPN is introduced to AmpCon-Campus. OpenVPN is an open-source virtual private network (VPN) solution designed to create secure, encrypted communication tunnels over networks. After a switch is onboarded to AmpCon-Campus successfully, a VPN tunnel between the AmpCon-Campus server and the switch is established, and a VPN IP, the IP address of the VPN tunnel, is assigned to the switch. Later, the AmpCon-Campus server and the switch will communicate through the VPN tunnel. The AmpCon-Campus server also functions as the OpenVPN server, and its OpenVPN IP address is 10.8.0.1. The default subnet for OpenVPN is 10.8.0.0/20. If the default subnet has conflicts with your network, AmpCon-Campus can’t work well. Contact the FS support team to resolve this issue. Installing on VirtualBox for Lab Only You can install the AmpCon-Campus server on VirtualBox for lab purposes only. Production environments require a proper enterprise-scale virtualization solution as described in Supported Deployments. For how to use VirtualBox in general, see the Oracle VirtualBox documentation. Prerequisites Ensure that the installation requirements are met. Download the compressed AmpCon-Campus server image file by going to the FS AmpCon-Campus website and then clicking AmpCon-Campus for VirtualBox 2.3.x Software in the Resources section. Put the compressed AmpCon-Campus server image file to the machine where the hypervisor exists, and unzip the file. Installation Procedure 1. Open the VirtualBox console, and then click File > Import Appliance. image.png 2. Select Local File System, import the AmpCon-Campus server .ova image file, and then click Next. image.png 3. Confirm the settings for the .ova file, and then click Finish. image.png Wait for the importing process to finish. Once completed, the virtual machine is successfully imported, and the AmpCon-Campus server is installed. NOTE The AmpCon-Campus server is installed in the /usr/share/automation/server directory. Currently, you can’t customize the installation directory. image.png 4. Click Settings, and then check the settings of the imported virtual machine. image.png NOTE In the Network column, the default value of the Promiscuous Mode is Deny. You must change it to Allow All. image.png 5. Start the imported virtual machine by clicking the virtual machine and then clicking Start. image.png 6. Modify the network interface configuration. a. Log in to the virtual machine with the default username (pica8) and password (pica8). b. Modify the IP address with the real IP address of the virtual machine. sudo vi /etc/netplan/00-installer-config.yaml c. In the 00-installer-config.yaml file, modify the IP address with the real IP address of the virtual machine as follows: NOTE The Network Interface Card (NIC) name in the 00-installer-config.yaml file might not match the real NIC name of the virtual machine. Therefore, you must check the real NIC name of the virtual machine first by using the command ip addr show and then update the NIC name in the 00-installer-config.yaml file. image.png d. Apply the network interface configuration by running the following command: sudo netplan apply 7. Start the AmpCon-Campus server: a. Go to the AmpCon-Campus installation directory by running the following command: cd /usr/share/automation/server b. Start the AmpCon-Campus server by running the following command: sudo ./start.sh Now the AmpCon-Campus server is installed and started. What to Do Next If multiple NICs are added to the virtual machine or physical machine, you must specify the NIC IP address used by the AmpCon-Campus server to establish connections with managed switches, in the configuration file (/usr/share/automation/server/.env). Otherwise, the connections between the AmpCon-Campus server and managed switches might fail. For more information, see Multi-NIC Deployment for Switch Connectivity. To stop the AmpCon-Campus server, follow the steps: 1. Go to the AmpCon-Campus installation directory by running the cd /usr/share/automation/server command. 2. Stop the AmpCon-Campus server by running the sudo ./stop.sh command. To start the the AmpCon-Campus server after it is stopped, follow the steps: 1. Go to the AmpCon-Campus installation directory by running the cd /usr/share/automation/server command. 2. Start the AmpCon-Campus server by running the sudo ./start.sh command. Installing on VMware ESXi You can install the AmpCon-Campus server on VMware ESXi 6.7, 7.0, 8.0. For how to use VMware ESXi in general, see the VMware ESXi documentation. Prerequisites Ensure that the installation requirements are met. Download the compressed AmpCon-Campus server image file by going to the FS AmpCon-Campus website and then clicking AmpCon-Campus for VMWare ESXi 2.3.x Software in the Resources section. Put the compressed AmpCon-Campus server image file to the machine where the hypervisor exists, and unzip the file. Installation Procedure 1. Open the VMware ESXi console, and then click Create / Register VM. image.png 2. Select Deploy a virtual machine from an OVF or OVA file, and then click Next. image.png 3. Enter the virtual machine name, upload the AmpCon-Campus server .ovf and .vmdk files, and then click Next. image.png 4. Confirm the storage type and datastore, and then click Next. image.png 5. In the Network mappings drop-down list of the Deployment Options window, select the network adapter to which the virtual machine is connected, and then click Next. 6. Click Finish. image.png Wait for the importing process to finish. Once completed, the virtual machine is successfully imported, and the AmpCon-Campus server is installed. NOTE The AmpCon-Campus server is installed in the /usr/share/automation/server directory. Currently, you can’t customize the installation directory. 7. On the VMware ESXi console, click the new virtual machine name that you specified in step 3. image.png 8. Click Console to open the virtual machine console. image.png 9. Modify the network interface configuration. a. Log in to the virtual machine with the default username (pica8) and password (pica8). b. Modify the IP address with the real IP address of the virtual machine. sudo vi /etc/netplan/00-installer-config.yaml c. In the 00-installer-config.yaml file, modify the IP address with the real IP address of the virtual machine as follows: image.png d. Apply the network interface configuration by running the following command: sudo netplan apply 10. Start the AmpCon-Campus server: a. Go to the AmpCon-Campus installation directory by running the following command: cd /usr/share/automation/server b. Start the AmpCon-Campus server by running the following command: sudo ./start.sh Now the AmpCon-Campus server is installed and started. What to Do Next If multiple NICs are added to the virtual machine or physical machine, you must specify the NIC IP address used by the AmpCon-Campus server to establish connections with managed switches, in the configuration file (/usr/share/automation/server/.env). Otherwise, the connections between the AmpCon-Campus server and managed switches might fail. For more information, see Multi-NIC Deployment for Switch Connectivity. To stop the AmpCon-Campus server, follow the steps: 1. Go to the AmpCon-Campus installation directory by running the cd /usr/share/automation/server command. 2. Stop the AmpCon-Campus server by running the sudo ./stop.sh command. To start the the AmpCon-Campus server after it is stopped, follow the steps: 1. Go to the AmpCon-Campus installation directory by running the cd /usr/share/automation/server command. 2. Start the AmpCon-Campus server by running the sudo ./start.sh command. Installing on QEMU or KVM You can install the AmpCon-Campus server on QEMU or KVM. For how to use QEMU or KVM in general, see the KVM documentation and QEMU documentation. In this topic, KVM virt-manager is used to demonstrate the AmpCon-Campus server installation steps. Prerequisites Ensure that the installation requirements are met. Download the compressed AmpCon-Campus server image file by going to the FS AmpCon-Campus website and then clicking AmpCon-Campus for QEMU/KVM 2.3.x Software in the Resources section. Put the compressed AmpCon-Campus server image file to the machine where the hypervisor exists, and unzip the file. Installation Procedure 1. Open the virt-manager console by running the following command: virt-manager 2. Click the following button to start the importing process. image.png 3. Select Import existing disk image, and then click Forward. image.png 4. Click Browse to select the AmpCon-Campus server .qcow2 image file. image.png 5. Click Browse Local to add a local location. image.png 6. Find the location of the AmpCon-Campus server .qcow2 image file, and then click Open. image.png 7. Select Ubuntu 22.04 LTS, and then click Forward. NOTE Do not select other operating systems because AmpCon-Campus supports only Ubuntu 22.04 currently. image.png 8. Adjust the memory and CPU settings as needed, and then click Forward. NOTE The memory and CPU settings need to meet the Server Requirements. image.png 9. In the Network selection section, select Macvtap device, and enter the device name. Then, click Finish. image.png Wait for the importing process to finish. Once completed, the virtual machine is successfully imported, and the AmpCon-Campus server is installed. NOTE The AmpCon-Campus server is installed in the /usr/share/automation/server directory. Currently, you can’t customize the installation directory. image.png 10. Modify the network interface configuration. a. Log in to the virtual machine with the default username (pica8) and password (pica8). b. Modify the IP address with the real IP address of the virtual machine. sudo vi /etc/netplan/00-installer-config.yaml c. In the 00-installer-config.yaml file, modify the IP address with the real IP address of the virtual machine as follows:. image.png d. Apply the network interface configuration by running the following command: sudo netplan apply 11. Start the AmpCon-Campus server: a. Go to the AmpCon-Campus installation directory by running the following command: cd /usr/share/automation/server b. Start the AmpCon-Campus server by running the following command: sudo ./start.sh Now the AmpCon-Campus server is started. What to Do Next If multiple NICs are added to the virtual machine or physical machine, you must specify the NIC IP address used by the AmpCon-Campus server to establish connections with managed switches, in the configuration file (/usr/share/automation/server/.env). Otherwise, the connections between the AmpCon-Campus server and managed switches might fail. For more information, see Multi-NIC Deployment for Switch Connectivity. To stop the AmpCon-Campus server, follow the steps: 1. Go to the AmpCon-Campus installation directory by running the cd /usr/share/automation/server command. 2. Stop the AmpCon-Campus server by running the sudo ./stop.sh command. To start the the AmpCon-Campus server after it is stopped, follow the steps: 1. Go to the AmpCon-Campus installation directory by running the cd /usr/share/automation/server command. 2. Start the AmpCon-Campus server by running the sudo ./start.sh command. Installing on Physical Machines (Ubuntu Docker) You can install the AmpCon-Campus server on a physical machine based on Ubuntu 22.04 LTS with Docker installed. Prerequisites Prepare a physical machine based on Ubuntu 22.04 LTS with Docker installed. Ensure that the installation requirements are met. Download the compressed AmpCon-Campus server installation package AmpCon-Campus for Ubuntu Docker V2.3.x Software from the FS AmpCon-Campus website. Installation Procedure 1. Put the AmpCon-Campus server installation package to the prepared physical machine, and then extract the package by running the unzip .zip command. A .tar.gz file is generated in the current directory. Extract the generated .tar.gz file by running the tar -zxvf .tar.gz command. A directory is generated with AmpCon-Campus server installation files. NOTE Replace in the command with the name of the AmpCon-Campus server installation package. Replace in the command with the extracted .tar.gz file name. 2. On the physical machine, modify the network interface configuration as follows: a. Open the file named 00-installer-config.yaml by running the following command: sudo vi /etc/netplan/00-installer-config.yaml b. In the 00-installer-config.yaml file, modify the IP address with the real IP address of the physical machine. image.png c. Apply the network interface configuration by running the following command: sudo netplan apply 3. Go to the directory where the unzipped AmpCon-Campus server installation files exist. cd Replace with the name of the directory containing the unzipped AmpCon-Campus server installation files. 4. Install the AmpCon-Campus server by running the following command: sudo ./install_or_upgrade.sh Wait for the installation process to finish. Once completed, the AmpCon-Campus server is installed and started. NOTE The AmpCon-Campus server is installed in the /usr/share/automation/server directory. Currently, you can’t customize the installation directory. What to Do Next If multiple NICs are added to the virtual machine or physical machine, you must specify one NIC IP address, which is used by AmpCon-Campus server to establish connections with the switches to be managed, in the configuration file (/usr/share/automation/server/.env). Otherwise, the connections between the AmpCon-Campus server and the switches to be managed might fail. For more information, see Multi-NIC Deployment for Switch Connectivity. To stop the AmpCon-Campus server, follow the steps: a. Go to the AmpCon-Campus installation directory by running the cd /usr/share/automation/server command. b. Stop the AmpCon-Campus server by running the sudo ./stop.sh command. To start the the AmpCon-Campus server after it is stopped, follow the steps: a. Go to the AmpCon-Campus installation directory by running the cd /usr/share/automation/server command. b. Start the AmpCon-Campus server by running the sudo ./start.sh command. Multi-NIC Deployment for Switch Connectivity As described in Installing the AmpCon-Campus Server, you need to import the AmpCon-Campus image file to a virtual machine or unzip the AmpCon-Campus installation packet file on a physical machine to install the AmpCon-Campus server. If multiple NICs are added to the virtual machine or physical machine, you must specify one NIC IP address, which is used by the AmpCon-Campus server to establish connections with the switches to be managed, in the configuration file (/usr/share/automation/server/.env). Otherwise, the connections between the AmpCon-Campus server and the switches to be managed might fail. NOTE When you install the AmpCon-Campus server on a virtual machine, the imported AmpCon-Campus image file contains only one Network Interface Card (NIC). But you can manually add more NICs. When you install the AmpCon-Campus server on a physical machine, the AmpCon-Campus installation package file is not an image file, and thus no NIC is contained in the file. But you can manually add one or multiple NICs to the physical machine. Prerequisite Ensure that the AmpCon-Campus server is installed on a virtual machine or a physical machine. Procedure 1. Log in to the virtual machine or the physical machine, and then open the /usr/share/automation/server/.env file. sudo vim /usr/share/automation/server/.env 2. Locate the line containing PROD_IP= in the file, and add the NIC IP address of the AmpCon-Campus server machine, which is used to connect to the switches to be managed. image.png 3. Restart the AmpCon-Campus server by the following commands: cd /usr/share/automation/server/ sudo ./start.sh Upgrading the AmpCon-Campus Server To upgrade the AmpCon-Campus server to 2.3.0, see the following upgrading path and procedure. Upgrading Path If the AmpCon-Campus server that you are using is 2.1.0, 2.1.1, 2.2.0, 2.2.1, or 2.3.0E, you can upgrade it to 2.3.0. Upgrading Procedure 1. Download the AmpCon-Campus server upgrade package Software Upgrade Package for AmpCon-Campus V2.3.0 from the FS AmpCon-Campus website. Then, the upgrade package will be downloaded to your local machine. 2. Copy the upgrade package to the AmpCon-Campus server machine, and then extract the package by running the following command: unzip .zip Replace with the real upgrade package name. Then, a .tar.gz file is generated in the current directory. Run the following command to extract the .tar.gz file: tar -zxvf .tar.gz Replace with the real extracted .tar.gz file name. 3. After extracting the upgrade package, go to the extracted upgrade package directory, and then run the following upgrade command: image.png 4. Wait for the upgrade process to complete. Once you see a success message, the upgrade is finished. image.png 5. Log in to the AmpCon-Campus UI, and then click admin > Version to check the current AmpCon-Campus version. image.png Uninstalling the AmpCon-Campus Server To uninstall the AmpCon-Campus server, follow these steps: Procedure 1. Go to the root directory of the AmpCon-Campus server, and run the stop script with sudo privileges: cd /usr/share/automation/server sudo ./stop.sh 2. Clear the files in the server directory with sudo privileges: sudo rm -rf /usr/share/automation/server

Home/
Documentation/
PicOS® Enterprise Switches/
AmpCon-Campus Management Platform/
LIS-AMPCON-CAM-FPSW-Foundation-3Y/
Configuration Guide/

AmpCon-Campus Quick Deployment Guide

image

Feb 12, 2026 - AmpCon-Campus Quick Deployment Guide The following topics provide quick start guides for AmpCon-Campus, detailing the workflows of AmpCon-Campus server installation, FSOS switch importing, PicOS switch onboarding, template-based switch configuration, campus network deployment (wireless and wired), and Ansible Automation. Platform Installation Workflow To use powerful features of AmpCon-Campus, you need to install the AmpCon-Campus server on a virtual machine or physical machine. This guide provides a comprehensive overview of AmpCon-Campus server installation procedures. Prerequisites If you want to install the AmpCon-Campus server on a physical machine, ensure that the physical machine meets the following requirements: NOTE: To install the AmpCon-Campus server on a virtual machine, ensure that the hypervisor has the following resources (CPU, memory, and hard disk) to be allocated when you import the AmpCon-Campus server image to the hypervisor. Table 1. Machine Requirements Resource Requirement CPU Clock speed: 2.0 GHz or faster Number of cores: At least 4 CPU cores Memory At least 16 GB Hard Disk At least 512 GB Operating System Ubuntu 22.04 LTS (X86 architecture) with Docker Whether you want to install the AmpCon-Campus server on a physical machine or virtual machine, if a firewall is used, configure the firewall properly to allow the following network access: Table 2. Network Requirements TCP/UDP Port Protocol TCP 80 HTTP TCP 443 HTTPS UDP 69 TFTP UDP 80 OpenVPN NOTE: On AmpCon-Campus, each managed switch has two IP addresses: Mgmt IP and VPN IP. Mgmt IP is the management IP address of a switch. Mgmt IP is used to connect to the AmpCon-Campus server during the switch onboarding process. However, Mgmt IP might be changed. To ensure uninterrupted connection between the AmpCon-Campus server and a switch after Mgmt IP is changed, OpenVPN is introduced to AmpCon-Campus. OpenVPN is an open-source virtual private network (VPN) solution designed to create secure, encrypted communication tunnels over networks. After a switch is onboarded to AmpCon-Campus successfully, a VPN tunnel between the AmpCon-Campus server and the switch is established, and a VPN IP, the IP address of the VPN tunnel, is assigned to the switch. Later, the AmpCon-Campus server and the switch will communicate through the VPN tunnel. The AmpCon-Campus server also functions as the OpenVPN server, and its OpenVPN IP address is 10.8.0.1. The default subnet for OpenVPN is 10.8.0.0/20. If the default subnet has conflicts with your network, AmpCon-Campus can’t work well. Contact the FS support team to resolve this issue. Installing on a Virtual Machine To install the AmpCon-Campus server on a virtual machine, complete the following tasks: Table 3. Tasks for Installation on Virtual Machines Task Description Preparing a Hypervisor Prepare the hypervisor used to create the virtual machine. The following hypervisors are supported: VMware ESXi 6.7, 7.0, or 8.0 QEMU for Ubuntu 22.04 LTS KVM for Ubuntu 22.04 LTS Oracle VirtualBox NOTE: The AmpCon-Campus server installed on Oracle VirtualBox can be used for lab purposes only. Downloading the AmpCon-Campus Server Image Download the compressed AmpCon-Campus server image by going to the FS AmpCon-Campus website and locating the image related to the hypervisor and the AmpCon-Campus version. Put the compressed AmpCon-Campus server image to the machine where the hypervisor exists, and then unzip the image. Importing the AmpCon-Campus Server Image Import the unzipped AmpCon-Campus server image to the hypervisor. For different hypervisors, the steps of importing the AmpCon-Campus server image are different. To check detailed importing steps on each hypervisor, see Installing on VMware ESXi, Installing on QEMU or KVM, and Installing on VirtualBox for Lab Only. Wait for the importing process to finish. Once completed, the virtual machine is successfully created, and the AmpCon-Campus server is installed. The AmpCon-Campus server is installed in the /usr/share/automation/server directory. Currently, you can’t customize the installation directory. Modifying the Network Interface Configuration Start the virtual machine. Log in to the virtual machine with the default username (pica8) and password (pica8). Open the file named 00-installer-config.yaml by running the sudo vi /etc/netplan/00-installer-config.yaml command. In the 00-installer-config.yaml file, modify the IP address with the real IP address of the virtual machine as follows: image.png The Network Interface Card (NIC) name in the 00-installer-config.yaml file might not match the real NIC name of the virtual machine. Therefore, you must check the real NIC name of the virtual machine first by using the command ip addr show and then update the NIC name in the 00-installer-config.yaml file. Apply the network interface configuration by running the sudo netplan apply command. Starting the AmpCon-Campus Server Go to the AmpCon-Campus installation directory by running the cd /usr/share/automation/server command. Start the AmpCon-Campus server by running the sudo ./start.sh command. Installing on a Physical Machine To install the AmpCon-Campus server on a physical machine (Ubuntu 22.04 LTS with Docker installed), complete the following tasks: Table 4. Tasks for Installation on Physical Machines Task Description Preparing a Physical Machine Prepare a physical machine based on Ubuntu 22.04 LTS with Docker installed. Downloading and Unzipping the AmpCon-Campus Server Installation Package Download the compressed AmpCon-Campus server installation package by going to the FS AmpCon-Campus website and locating the package related to the AmpCon-Campus version. Put the AmpCon-Campus server installation package to the prepared physical machine, and then extract the package by running the unzip .zip command. A .tar.gz file is generated in the current directory. Extract the generated .tar.gz file by running the tar -zxvf .tar.gz command. A directory is generated with AmpCon-Campus server installation files. NOTE: Replace in the command with the name of the AmpCon-Campus server installation package. Replace in the command with the extracted .tar.gz file name. Modifying the Network Interface Configuration On the physical machine, open the file named 00-installer-config.yaml by running the sudo vi /etc/netplan/00-installer-config.yaml command. In the 00-installer-config.yaml file, modify the IP address with the real IP address of the physical machine. image.png Apply the network interface configuration by running the sudo netplan apply command. Starting the AmpCon-Campus Server Go to the directory where the unzipped AmpCon-Campus server installation files exist. Install the AmpCon-Campus server by running the sudo ./install_or_upgrade.sh command. Wait for the installation process to finish. Once completed, the AmpCon-Campus server is installed and started. The AmpCon-Campus server is installed in the /usr/share/automation/server directory. Currently, you can’t customize the installation directory. What to Do Next After you install the AmpCon-Campus server, check the following tasks. These tasks are not mandatory and can be used only when needed. Table 5. Post-Installation Tasks Task Description Configuring for Multi-NIC Deployment If multiple NICs are added to the virtual machine or physical machine, you must specify the NIC IP address used by the AmpCon-Campus server to establish connections with managed switches, in the configuration file (/usr/share/automation/server/.env). Otherwise, the connections between the AmpCon-Campus server and managed switches might fail. For more information, see Multi-NIC Deployment for Switch Connectivity Stopping the AmpCon-Campus Server To stop the AmpCon-Campus server, follow the steps: Go to the AmpCon-Campus installation directory by running the cd /usr/share/automation/server command. Stop the AmpCon-Campus server by running the sudo ./stop.sh command. Uninstalling the AmpCon-Campus Server To uninstall the AmpCon-Campus server, follow the steps: Go to the AmpCon-Campus installation directory by running the cd /usr/share/automation/server command. Stop the AmpCon-Campus server by running the sudo ./stop.sh command. Clear the files in the server directory by running the sudo rm -rf /usr/share/automation/server command. Logging In to the AmpCon-Campus UI The first time you log in to the AmpCon-Campus UI, use the default username admin and password admin. For more information, see Working with the User Interface. NOTE: The user admin is a built-in account of the SuperAdmin role. It has all operation permissions on AmpCon-Campus. For security purposes, change the password upon the first login, update it periodically, and keep it secure. For how to update the password, see User Self-Management. You can add other user accounts and enable limited access for the personnel who are working with you. For more information, see Managing User Access. FSOS Switch Importing Workflow AmpCon-Campus supports monitoring FSOS switches and doesn’t support managing FSOS switches. To monitor FSOS switches with AmpCon-Campus, you need to import these switches to AmpCon-Campus through Simple Network Management Protocol (SNMP). This guide provides a comprehensive overview of FSOS switch import procedures. Prerequisites Before you import FSOS switches, ensure that the following prerequisite tasks have been completed: Table 6. Prerequisite Tasks and Links Category Task Reference Link Platform Requirement Install the AmpCon-Campus server successfully. Platform Installation Workflow Log in to the AmpCon-Campus UI with the SuperAdmin, Admin, or Operator role. Working with the User Interface Switch Requirement Ensure that the FSOS switches are supported to be managed by AmpCon-Campus. Supported FSOS Switches for 2.3.0 Ensure that you have enabled SNMP and configured SNMP authentication on the FSOS switches. No Reference Link Ensure that the OIDs (Sysname, Serial Number, Model, and Version) are not blocked on the switch side. These OIDs must be accessible for the SNMP View feature. Network Requirement Ensure that the AmpCon-Campus server can connect with the FSOS switches and no network timeout issues exist due to reasons like unreachable IP, disabled SNMP, firewall blockage, or Access Control List (ACL) restrictions. No Reference Link Procedure Click Wired > Switches from the navigation bar, and then click the FSOS tab. In this tab, you can import a single FSOS switch or import multiple FSOS switches in batches. Table 7. FSOS Switch Import Tasks and Links Category Task Reference Link Importing a Single FSOS Switch To import a single FSOS switch, hover your mouse over Import Actions, and then click Single Import. image.png Importing a Switch Importing Multiple FSOS Switches in Batches To import multiple FSOS switches in batches, hover your mouse over Import Actions, and then click Batch Import. image.png Importing Switches in Batches Checking Import Status In the FSOS tab, click View Import Details. In the pop-up window, check the Import Status column. image.png Checking Importing Results What to Do Next After you import FSOS switches, you can monitor these switches in the AmpCon-Campus UI. Category Task Reference Link Monitoring FSOS Switches Click Wired > Switches from the navigation bar. Click the FSOS tab, and then you can see the list of imported FSOS switches. image.png Viewing the Switch List In the FSOS tab, locate an FSOS switch, and click the SN or service tag of the switch. Then, you can see detailed metrics of the switch. image.png Viewing FSOS Switch Details Click Monitor > SNMP Management > SNMP Visualization from the navigation bar. On the “SNMP Visualization” page, you can add and view item-based trend graphs for imported FSOS switches. image.png Viewing SNMP Trend Graphs Click Monitor > SNMP Management > SNMP Data Filtering from the navigation bar. On the “SNMP Data Filtering” page, you can filter SNMP data of all the imported FSOS switches. image.png Filtering SNMP Data PicOS Switch Onboarding Workflow Onboard PicOS switches to bring them under AmpCon-Campus management. Once successfully onboarded, the PicOS switches are classified as managed devices and can be used to deploy wired networks. This guide provides a comprehensive overview of the procedures for onboarding PicOS switches to AmpCon-Campus. Guidelines To onboard PicOS switches, two options are provided: importing switches to AmpCon-Campus and deploying switches through Zero Touch Provisioning (ZTP). If the switches to be managed have PicOS installed, you can onboard these switches by importing them to AmpCon-Campus directly. If the switches to be managed don’t have PicOS installed, or though the switches have PicOS installed but you want to onboard these switches through ZTP, you can use AmpCon-Campus to deploy these switches through ZTP. NOTE: Importing switches is not a ZTP method, which means that you still need to connect to the switches and do some operations on the switch side, such as obtaining IP addresses from the switches. The importing switch process doesn’t push switch configurations. Deploying switches through ZTP is a ZTP method used for automated deployment of switches. After you reboot the switches, AmpCon-Campus will deploy the switches automatically. During the ZTP process, AmpCon-Campus will push pre-configured configurations to the switches. Integrated hardware and software switches have PicOS installed. To onboard these switches, you can import these switches to AmpCon-Campus directly, or you can deploy these switches through ZTP. Prerequisites Before you onboard PicOS switches, ensure that the following prerequisite tasks have been completed: Table 8. Prerequisite Tasks and Links Category Task Reference Link Platform Requirement Install the AmpCon-Campus server successfully. Platform Installation Workflow Log in to the AmpCon-Campus UI with an account of the SuperAdmin role. Working with the User Interface Switch Requirement Ensure that the switches to be onboarded are supported by AmpCon-Campus. Supported PicOS Switches for 2.3.0 For switches that have PicOS installed, ensure that the Secure Shell (SSH) protocol is enabled on these switches. SSH is enabled on PicOS switches by default. No Reference Link Network Requirement Ensure that the switches are able to connect to the AmpCon-Campus server. No Reference Link If a firewall is configured between the AmpCon-Campus server and the switches, allow outbound access on the following ports to the management port of each switch. TCP: 22 TCP: 9339 TCP: 830 No Reference Link Importing a PicOS Switch To onboard a PicOS switch by importing it to AmpCon-Campus, complete the following tasks: Table 9. Switch Importing Tasks and Links Category Task Reference Link Importing Licenses Obtain an AmpCon-Campus license (containing hardware IDs of the switches to be onboarded) from the FS sale team. Import the AmpCon-Campus license (containing hardware IDs of the switches to be imported) to AmpCon-Campus. Importing Licenses for Imported Switches Adding System Configurations Click Wired > Wired Profiles from the navigation bar of the AmpCon-Campus UI. Click the System Configuration tab. In this tab, configure the global system configuration. If the global system configuration doesn’t match with the switch, create a non-global system configuration. Adding System Configurations Importing PicOS Switches If you have obtained the IP address of the switch, you can use the automatic import method. Automatically Importing a Switch If you haven’t obtained the IP address of the switch, you can use the manual import method. Manually Importing a Switch Verifying Switch Status Click Wired > Switches from the navigation bar. In the PicOS tab, check whether the imported switch is displayed in Imported status. Checking Importing Results Deploying a Switch through ZTP Deploying a White-Box Switch To onboard a white-box switch by deploying it through ZTP, complete the following tasks: Table 10. White-Box Switch Deployment Tasks and Links Category Task Reference Link System Configuration Click Wired > Wired Profiles from the navigation bar of the AmpCon-Campus UI. Click the System Configuration tab. In this tab, configure the global system configuration. If the global system configuration doesn’t match with the switch, create a non-global system configuration. Adding System Configurations Switch Model Click the Switch Model tab. In this tab, configure the switch model related to the switch. Configuring Switch Models Global Configuration Click the Global Configuration tab. In this tab, prepare the global configuration to be pushed to the switch. Configuring Global Configurations Configuration Template Click Wired > Config Templates from the navigation bar. Click the Template List tab. In this tab, check whether an existing configuration template meets your need. If not, click the New Template tab, and then add a new configuration template. Managing Configuration Templates Adding Configuration Templates Switch Configuration Click Wired > Wired Profiles from the navigation bar. Click the Switch Configuration tab. In this tab, add a switch configuration for the switch. Adding Switch Configurations DHCP Server Configure a DHCP server. If the DHCP server is not configured correctly, the switch deployment will fail. Configuring a DHCP Server Switch Provisioning through ZTP Provision the switch through ZTP to complete the switch deployment. Provisioning a White-Box Switch NOTE: Pay attention to the following points. Or else, the switch will fail to be deployed. These points are also applicable to integrated hardware and software switch deployment. Be careful when you configure system configurations: Ensure that the entered Device Default Login User and Device Default Password are correct and can be used to log in to the switch. If the switch don’t use the Device Default Login User and Device Default Password in the global system configuration, create a non-global system configuration for the switch, and ensure the Device Default Login User and Device Default Password match with the switch. Ensure that the AmpCon-Campus server can connect with the License Portal through the entered License Portal URL, License Portal User, and License Portal Password. For more information, see Checking License Portal Connectivity. Ensure that the uploaded Security Config File and Parking Security Config File don’t contain wrong configurations or underlay/overlay related configurations. If you configure the DHCP server before adding a switch configuration, the switch will go to the AmpCon-Campus parking lot. For more information, see Managing the Parking Lot. To continue deploying the switches in the parking lot, follow these steps: a. In the AmpCon-Campus UI, click Device > Switches from the navigation bar. b. On the “Switches” page, click Parking Lot. c. Locate the switch to be deployed, and then click Create Config to add a switch configuration. After you add the switch configuration, the switch will be listed on the “Switches” page with the Configured status. d. Continue to provision the switch through ZTP to complete the switch deployment. Deploying an Integrated Hardware and Software Switch To onboard an integrated hardware and software switch by deploying it through ZTP, complete the following tasks: Table 11. Integrated Hardware and Software Switch Deployment Tasks and Links Category Task Reference Link System Configuration Click Wired > Wired Profiles from the navigation bar of the AmpCon-Campus UI. Click the System Configuration tab. In this tab, configure the global system configuration. If the global system configuration doesn’t match with the switch, create a non-global system configuration. Adding System Configurations Global Configuration Click the Global Configuration tab. In this tab, prepare the global configuration to be pushed to the switch. Configuring Global Configurations Configuration Template Click Wired > Config Templates from the navigation bar. Click the Template List tab. In this tab, check whether an existing configuration template meets your need. If not, click the New Template tab, and then add a new configuration template. Managing Configuration Templates Adding Configuration Templates Switch Configuration Click Wired > Wired Profiles from the navigation bar. Click the Switch Configuration tab. In this tab, add a switch configuration for the switch. Adding Switch Configurations DHCP Server Configure a DHCP server. If the DHCP server is not configured correctly, the switch deployment will fail. Configuring a DHCP Server Switch Provisioning through ZTP Provision the switch through ZTP to complete the switch deployment. Provisioning an Integrated Hardware and Software Switch What to Do Next After you onboard PicOS switches, check the following tasks. These tasks are not mandatory and can be used only when needed. Table 12. Post-Onboarding Tasks and Links Category Task Reference Link Deploying Wired Networks Deploy wired campus networks (fabrics) with PicOS switches. Wired Network Deployment Workflow Configuring PicOS Switches Use switch templates to satisfy general switch configuration through a full graphical interface. Switch Templates Use configuration templates to push specific configurations that can’t be pushed through switch templates. Configuration Templates Managing PicOS Switches Manage the lifecycle of PicOS switches to reduce the complexity and workload of switch management while improving efficiency: Check the switch inventory and telemetry data of each switch. Upgrade PicOS on a single switch or on multiple switches at scale. Use Returning Merchandise Authorization (RMA) to replace a switch with another switch of the same switch model. Decommission (DECOM) a deployed switch to clear the configurations pushed by AmpCon-Campus from the switch. Remove a switch from the AmpCon-Campus database and the AmpCon-Campus UI. Check or update PicOS licenses with the latest support entitlements. Managing Switches Managing PicOS Licenses Monitoring PicOS Switches Monitor PicOS switches as follows: Monitor metrics and topologies of PicOS switches. Monitor terminal devices connected to PicOS switches. Check alerts in the AmpCon-Campus UI. Receive real-time email notifications when alerts are triggered. Monitoring and Alerting Accessing Devices through SSH Sessions Connect to PicOS switches from the AmpCon-Campus UI by creating SSH sessions. Accessing Devices through SSH Sessions PicOS Switch Configuration Workflow AmpCon-Campus simplifies the whole switch configuration process through the template-based configuration model, and allows you to apply consistent and standardized configurations across switches in one or multiple sites, making the configuration process more efficient and streamlined. This guide provides a comprehensive overview of PicOS switch configuration procedures. Guidelines AmpCon-Campus supports two types of templates: switch templates and configuration templates. These two template types have different purposes: Table 13. Template Types Type Description Switch Template Used to satisfy general switch configurations through a full graphical interface. You can provide parameter values for each input field in a switch template and select the switches to be configured. The configurations mapping these parameters will be pushed to the selected PicOS switches automatically by AmpCon-Campus. Configuration Template Used to push specific configurations that can’t be pushed through switch templates. AmpCon-Campus provides pre-built CLI commands in a hierarchical way in the user interface. You can create configuration templates with different CLI commands. When pushing configurations to PicOS switches, select the configuration templates containing the required CLI commands, and select the switches to be configured. Then, these CLI commands will be run on the selected PicOS switches automatically. Prerequisites Before you configure PicOS switches, ensure that the following prerequisite tasks have been completed: Table 14. Prerequisite Tasks and Links Category Task Reference Link Platform Requirement Install the AmpCon-Campus server successfully. Platform Installation Workflow Log in to the AmpCon-Campus UI with an account of the SuperAdmin, Admin, or Operator role. Working with the User Interface Switch Requirement Onboard PicOS switches to bring them under AmpCon-Campus management. PicOS Switch Onboarding Workflow Ensure that the PicOS switches are up and connected to the AmpCon-Campus server. You can check the connectivity by clicking Wired > Switches from the navigation bar and viewing the VPN IP column of the PicOS tab: ✓: The switch is up and connected to the AmpCon-Campus server. x: The switch is down or not connected to the AmpCon-Campus server. No Reference Link Procedure To configure PicOS switches, check whether the required configurations can be pushed through switch templates first. If not, use configuration templates to achieve your goal. Table 15. Configuration Tasks and Links Category Task Reference Link Configuring through Switch Templates Click Network Design > Switch Templates from the navigation bar. On the “Switch Templates” page, configure switches through a full graphical interface. The workflow is as follows: Add a switch template. Specify the switches to be configured. Input configuration parameter values in the switch template as needed. Apply the switch template. Verify the template application result. Adding Switch Templates Configuring through Configuration Templates Click Wired > Config Templates from the navigation bar. In the New Template tab, create configuration templates with one or multiple required CLI commands. Click the Push Config tab. In this tab, create a configuration node, select the configuration templates containing the required CLI commands, enter variable values for the CLI commands, and select the switches to be configured. Verify the configuration pushing status and logs. Adding Configuration Templates Pushing Configurations to Switches Wireless Network Deployment Workflow AmpCon-Campus supports deploying and managing wireless networks and access points (APs), providing flexible and secure network deployment and management through enhanced wireless configuration, advanced radio frequency optimization, and robust management capabilities. This guide provides a comprehensive overview of wireless network deployment procedures. NOTE: The guide lists only the workflow of wireless network deployment. You need to check the reference links for detailed steps. Pay attention to the notes in each reference link. Or else, the deployment might fail. Prerequisites Before you configure a wireless network, ensure that the following prerequisite tasks have been completed: Table 16. Prerequisite Tasks and Links Category Task Reference Link Platform Requirement Install the AmpCon-Campus server successfully. Platform Installation Workflow Log in to the AmpCon-Campus UI with an account of the SuperAdmin role. Working with the User Interface Site Requirement Ensure that you have added the site where you will deploy the wireless network. Managing Sites AP Requirement Ensure that the APs to be added are supported by AmpCon-Campus. Supported APs for 2.3.0 IP Address Requirement Install a DHCP server, and configure the DHCP server to reserve an IP range for the APs to be added. No Reference Link Pre-configure the IP address of the AmpCon-Campus server by using one of the following ways: Configure DHCP Option 138 as the IP address of the AmpCon-Campus server. Add the IP address of the AmpCon-Campus server in the Redirector IP/URL field of each AP webpage. See the following DHCP Option 138 configuration example: image.png See the following AP webpage configuration example: image.png No Reference Link Network Requirement Ensure that the APs to be added are able to access the IP address of the AmpCon-Campus server. No Reference Link Procedure To deploy a wireless network, complete the following tasks: Table 17. Deployment Tasks and Links Category Task Reference Link Understanding Wireless Concepts and Highlights and AP ZTP Workflow Learn about wireless network related concepts, highlights of wireless network management, and the Zero-Touch Provisioning (ZTP) workflow of APs. Wireless Overview Concepts Adding APs to AmpCon-Campus Add APs to AmpCon-Campus one by one or import multiple APs in batches. Adding APs Adding SSID Configurations After adding APs to AmpCon-Campus, you must add SSID configurations for these APs. Adding SSID Configurations Optional Configurations On the “Wireless Profiles” page, configure some profiles, such as RADIUS servers, Multiple Pre-Shared Key (MPSK), Captive Portal, and the enabling time ranges for SSIDs or radio. Then, when you add SSID or radio configurations, you can use these pre-defined profiles. Adding Wireless Profiles AmpCon-Campus provides some default values for radio configurations. Check these default configuration values to see whether they meet your needs. If not, you must change the radio configurations as needed. NOTE Wireless regulatory requirements vary by country. Ensure that the country code in the radio configurations is consistent with the location of the AP. Adding Radio Configurations AmpCon-Campus provides some default values for advanced configurations. Check these default configuration values to see whether they meet your needs. If not, you must change the advanced configurations as needed. Adding Advanced Configurations Plugging In and Powering On APs Plug in and power on the added APs. Then, the ZTP process will start. Once completed, the wireless network is deployed, and the AP configurations will be pushed to the APs automatically. No Reference Link What to Do Next After you deploy a wireless network, check the following tasks for network monitoring and maintaining. These tasks are not mandatory and can be used only when needed. Table 18. Maintaining and Monitoring Tasks and Links Category Task Reference Link Maintaining Wireless Networks When an AP goes offline, has signal anomalies, or requires maintenance or replacement, you can remotely trigger its LED to blink, enabling quick on-site localization. Positioning APs You can reboot one AP or all the APs in a site. Rebooting APs After a wireless network is deployed, you can edit configurations of each AP in the wireless network. Editing Configurations of an AP After a wireless network is deployed, you might need to edit configurations of an AP or update SSID, radio, or advanced configurations of a site. In these cases, you must manually push configurations to APs. Pushing Configurations to APs You can upgrade AP firmware one by one or in batches. In addition, you can upgrade AP firmware immediately or at a scheduled date and time. Upgrading AP Firmware You can capture remote packets from target ports of APs for rapid troubleshooting. Capturing Remote Port Packets You can optimize wireless networks immediately or at a fixed time. You can also customize network optimization configurations. Optimizing Wireless Networks You can restore managed APs to factory settings. Restoring to Factory Settings You can export APs to a .csv file, delete APs, or move APs from one site to another. Exporting, Deleting, and Moving APs You can connect to an AP from the AmpCon-Campus UI through remote TTY shell (RTTY). Accessing APs If some issues can be resolved only through CLI configurations or some advanced functions can be achieved only through CLI configurations, you can contact FS support engineers to do AP debugging or configuration for you through this feature. Advanced CLI Configurations Monitoring Wireless Networks Click Dashboard > Wireless View from the navigation bar. On the “Wireless View” page, you can have a quick understanding of deployed wireless networks, such as managed APs, AP health status, and connected Stations (STAs). Wireless View Click Wireless > Access Points from the navigation bar. On the “Access Points” page, you can check detailed metrics of each managed AP. Monitoring APs Click Monitor > Wireless Clients from the navigation bar. On the “Wireless Clients” page, you can monitor STAs connected to each managed AP. Monitoring STAs Click Wireless > Manage from the navigation bar. In the Monitor tab, you can monitor the overall running status of each wireless site. Monitoring Wireless Sites Wired Network Deployment Workflow AmpCon-Campus offers flexible wired campus network (fabric) deployment to meet different networking requirements. You can design and deploy MLAG fabrics for small or mid-size campus networks or IP Clos fabrics for large-scale campus networks, eliminating complex networking configurations and enhancing deployment efficiency. This guide provides a comprehensive overview of wired network deployment procedures. NOTE: The guide lists only the workflow of wired network deployment. You need to check the reference links for detailed steps. Pay attention to the notes in each reference link. Or else, the deployment might fail. Prerequisites Before you deploy a wired campus network, ensure that the following prerequisite tasks have been completed: Table 19. Prerequisite Tasks and Links Category Task Reference Link Platform Requirement Install the AmpCon-Campus server successfully. Platform Installation Workflow Log in to the AmpCon-Campus UI with an account of the SuperAdmin role. Working with the User Interface Network Requirement Ensure that the PicOS switches are able to connect to the AmpCon-Campus server. No Reference Link If a firewall is configured between the AmpCon-Campus server and the PicOS switches, allow outbound access on the following ports to the management port of each switch. TCP: 22 TCP: 9339 TCP: 830 No Reference Link Switch Onboarding Ensure that the PicOS switches used for wired network deployment are supported for campus fabrics. Supported Switches for Campus Fabrics Ensure that the PicOS switches retain only basic routing configurations, without any other service configurations. No Reference Link For switches that have PicOS installed, ensure that the Secure Shell (SSH) protocol is enabled on these switches. SSH is enabled on PicOS switches by default. No Reference Link Create a site in the AmpCon-Campus UI, and add the PicOS switches to the site. Managing Sites Onboard PicOS switches to bring them under AmpCon-Campus management. Once successfully onboarded, the PicOS switches are classified as managed devices and can be used to deploy wired networks. PicOS Switch Onboarding Workflow Ensure that the PicOS switches are up and connected to the AmpCon-Campus server. You can check the connectivity by clicking Wired > Switches from the navigation bar and viewing the VPN IP column of the PicOS tab: ✓: The switch is up and connected to the AmpCon-Campus server. x: The switch is down or not connected to the AmpCon-Campus server. No Reference Link Procedure To design and deploy a wired campus network, complete the following tasks: Table 20. Fabric Deployment Tasks and Links Category Task Reference Link Understanding MLAG Fabrics and IP Clos Fabrics Understand the use cases, components, and architecture of MLAG fabrics and IP Clos fabrics. Fabric Overview Understanding Key Concepts Understand the concepts related to campus fabrics. Key Concepts Deploying MLAG Fabrics Design a two-layer MLAG fabric for small or mid-size campus networking. Designing MLAG Fabrics Deploying IP Clos Fabrics Design a 5-stage IP Clos fabric for large-scale campus networking. Designing IP Clos Fabrics Provisioning Overlay Services After you deploy an IP Clos fabric, if overlay configurations (VRF, VNI, and DHCP relay configurations) for the IP Clos fabric need to be changed, you can quickly modify these configurations on the “Overlay Service Activation” page. Provisioning Overlay Services Ansible Automation Workflow Ansible is an open-source tool to automate configuration management, application deployment, and task automation. Ansible uses the simple, declarative language written in YAML, which is called playbook, to automate your tasks. By using AmpCon-Campus, you can write, run, and schedule Ansible playbooks on managed PicOS switches and added Linux servers, reducing manual work, eliminating configuration errors, and improving network management efficiency. This guide provides a comprehensive overview of Ansible playbook running procedures. Prerequisites Before you run Ansible playbooks for automation, ensure that the following prerequisite tasks have been completed: Table 21. Prerequisite Tasks and Links Category Task Reference Link Platform Requirement Install the AmpCon-Campus server successfully. Platform Installation Workflow Log in to the AmpCon-Campus UI with an account of the SuperAdmin, Admin, or Operator role. Working with the User Interface Switch Requirement (Applicable only for running playbooks on PicOS switches) Ensure that each PicOS switch to run Ansible playbooks has been onboarded to AmpCon-Campus. PicOS Switch Onboarding Workflow Ensure that the Device Default Login User and Device Default Password in the global system configuration can be used to log in to the PicOS switches. NOTE: If the default username and password of a switch don’t match the Device Default Login User and Device Default Password specified in the global system configuration, the playbook will fail to be run on the switch. Adding a Global System Configuration Ensure that the PicOS switches are up and connected to the AmpCon-Campus server. You can check the connectivity by clicking Wired > Switches from the navigation bar and viewing the VPN IP column of the PicOS tab: ✓: The switch is up and connected to the AmpCon-Campus server. x: The switch is down or not connected to the AmpCon-Campus server. No Reference Link Linux Server Requirement (Applicable only for running playbooks on Linux servers) Ensure that the Linux servers have been added to AmpCon-Campus. Adding Other Devices Procedure To run an Ansible playbook with AmpCon-Campus, complete the following tasks: Table 22. Playbook Running Tasks and Links Category Task Reference Link Checking Pre-Built Playbooks AmpCon-Campus offers a series of pre-built Ansible playbooks. Click Maintain > Automation > Playbooks. On the “Playbooks” page, click the Show Pre-built Playbooks toggle. Check whether these pre-built Ansible playbooks meet your needs. If yes, click Save AS on the “Playbooks” page to create a copy playbook, and then run the playbook. No Reference Link Writing or Importing Playbooks If the pre-built Ansible playbooks don’t meet your needs, write or import a playbook on the “Playbooks” page as follows: Click + Playbook, and then write a playbook in the AmpCon-Campus UI. Click Import, and then import a local playbook to AmpCon-Campus. Examples for Ansible Playbooks Using Ansible playbooks Writing a Playbook on AmpCon-Campus Importing a Playbook Checking Playbook Syntax Before you run a playbook, check whether the playbook syntax is valid. On the “Playbooks” page, locate a playbook, and then click Check. No Reference Link Running Playbooks On the “Playbooks” page, locate the playbook, and then click Run to complete the automation operation. Running a Playbook Checking Ansible Job Results and Output An Ansible job is a single execution of an Ansible playbook. Click Maintain > Automation > Ansible Jobs from the navigation bar. On the “Ansible Jobs” page, check the playbook execution result and output. Managing Ansible Jobs What to Do Next After you run an Ansible playbook, check the following tasks. These tasks are not mandatory and can be used only when needed. Table 23. Post-Running Tasks and Links Category Task Reference Link Viewing Playbook Scheduling View executed playbooks based on months, weeks, or days. Viewing Playbook Scheduling Troubleshooting for Failed Ansible Jobs If a playbook fails to be run on PicOS switches or Linux servers, check the possible reasons and solutions for troubleshooting. Troubleshooting

Home/
Documentation/
PicOS® Enterprise Switches/
AmpCon-Campus Management Platform/
LIS-AMPCON-CAM-FPSW-Foundation-3Y/
Deployment Guide/

AmpCon-Campus User Manual V2.3

image

Feb 12, 2026 - For details, please click the attachment icon below to view or download for a good reading experience or resources.

Home/
Documentation/
PicOS® Enterprise Switches/
AmpCon-Campus Management Platform/
LIS-AMPCON-CAM-FPSW-Foundation/
User Manual/

Software Upgrade Package for AmpCon-Campus V2.3.0

image

Feb 12, 2026 - For details, please click the attachment icon below to view or download for a good reading experience or resources.

Home/
Documentation/
PicOS® Enterprise Switches/
AmpCon-Campus Management Platform/
LIS-AMPCON-CAM-FPSW-Foundation/
Software/

AmpCon-Campus for VMWare ESXi V2.3.0 Software

image

Feb 12, 2026 - For details, please click the attachment icon below to view or download for a good reading experience or resources.

Home/
Documentation/
PicOS® Enterprise Switches/
AmpCon-Campus Management Platform/
LIS-AMPCON-CAM-FPSW-Foundation/
Software/

AmpCon-Campus for VirtualBox V2.3.0 Software

image

Feb 12, 2026 - For details, please click the attachment icon below to view or download for a good reading experience or resources.

Home/
Documentation/
PicOS® Enterprise Switches/
AmpCon-Campus Management Platform/
LIS-AMPCON-CAM-FPSW-Foundation/
Software/

AmpCon-Campus for Ubuntu Docker V2.3.0 Software

image

Feb 12, 2026 - For details, please click the attachment icon below to view or download for a good reading experience or resources.

Home/
Documentation/
PicOS® Enterprise Switches/
AmpCon-Campus Management Platform/
LIS-AMPCON-CAM-FPSW-Foundation/
Software/

AmpCon-Campus for QEMU KVM V2.3.0 Software

image

Feb 12, 2026 - For details, please click the attachment icon below to view or download for a good reading experience or resources.

Home/
Documentation/
PicOS® Enterprise Switches/
AmpCon-Campus Management Platform/
LIS-AMPCON-CAM-FPSW-Foundation/
Software/

AmpCon-Campus Compatible Hardware Matrix

image

Feb 11, 2026 - AmpCon-Campus Compatible Hardware Matrix AmpCon-Campus Management Platform is designed for PicOS® enterprise switches and FS PicOS® access poins (APs), offering automated Zero Touch Provisioning (ZTP), real-time telemetry monitoring, topology auto-discovery, and automated lifecycle management. Deployed as a software appliance on a virtual machine (VM) or Docker, AmpCon-Campus operates seamlessly in enterprise or cloud environments. With an intuitive web-based UI, AmpCon-Campus automates routine workflows, eliminating costly downtime and time-consuming manual tasks. By using AmpCon-Campus to manage switches, you can efficiently deploy, orchestrate, and manage High Performance Computing (HPC) and enterprise networks at scale. AmpCon-Campus supports FS, Edgecore, DELL, Delta, and HPE hardwares. Before you deploy, check the supported hardwares on AmpCon-Campus. Supported Hardware for 2.3.0 AmpCon-Campus 2.3.0 supports managing the following switches with PicOS installed, including FS, Edgecore, DELL, Delta, and HPE switches, supports monitoring FSOS switches and supports deploying and managing wireless networks and access points (APs). For the detailed support list, see the following information: NOTE For PicOS® switches of FS models, you are recommended to install PicOS 4.7.1 M or later. But for switches of the model S5440-12S, you are recommended to install PicOS 4.7.2E, and for switches of the model N8550-64C and N5850-48X6C, you are recommended to install PicOS 4.6.0E. Or else, some features of AmpCon-Campus might not work. For PicOS® switches of Edgecore, Dell, Delta, and HPE models, you are recommended to install PicOS 4.6.0E or later. Or else, some features of AmpCon-Campus might not work. FS Hardware FS PicOS® Switches AmpCon-Campus 2.3.0 supports managing the following FS PicOS® switches: Table 1. Supported FS PicOS® Switches Category Model Port Configuration Switch ASIC CPU 1G Switch Portfolio S3410-24TS 24 x 1G/100M/10M copper, 4 x 10G/1G SFP+ Hurricane2 ARM Cortex A9 1G Switch Portfolio S3410-24TS-P 24 x 1G/100M/10M copper PoE, 2 x 10G/1G SFP+ Hurricane2 ARM Cortex A9 1G Switch Portfolio S3410-48TS 48 x 1G/100M/10M copper,4 x 10G/1G SFP+ Hurricane2 ARM Cortex A9 1G Switch Portfolio S3410-48TS-P 48 x 1G/100M/10M copper PoE,4 x 10G/1G SFP+ Hurricane2 ARM Cortex A9 1G Switch Portfolio S3410C-16TF 16 x 1G/100M/10M copper, 2 x 1G SFP Hurricane2 ARM Cortex A9 1G Switch Portfolio S3410C-16TF-P 2 x 1G SFP, 16 x 1G/10M/100M copper The first 8 copper ports support PoE. Hurricane2 ARM Cortex A9 1G Switch Portfolio S3410C-16TMS-P 2 x 10G/1G SFP+, 2 x 5G/2.5G/1G copper PoE, 16 x 1G/100M/10M copper The first 6 x 1G/100M/10M copper ports support PoE. Hurricane2 ARM Cortex A9 1G Switch Portfolio S3410C-8TMS-P 2 x 10G/1G SFP+,2 x 5G/2.5G/1G copper PoE, 8 x 1G/100M/10M copperThe first 6 x 1G copper ports support PoE. Hurricane2 ARM Cortex A9 1G Switch Portfolio S3410L-24TF 24 x 1G/100M/10M copper, 4 x 1G SFP Hurricane2 ARM Cortex A9 1G Switch Portfolio S3410L-24TF-P 24 x 1G/100M/10M copper PoE, 4 x 1G SFP Hurricane2 ARM Cortex A9 1G Switch Portfolio S3410L-48TF 48 x 1G/100M/10M copper, 4 x 10G/1G SFP+ Hurricane2 ARM Cortex A9 1G Switch Portfolio S3270-10TM 10 x 1G/100M/10M copper, 2 x 2.5G/1G SFP Hurricane2 ARM Cortex A9 1G Switch Portfolio S3270-24TM 24 x 1G/100M/10M copper, 4 x 2.5G/1G SFP Hurricane2 ARM Cortex A9 1G Switch Portfolio S3270-48TM 48 x 1G/100M/10M copper, 4 x 2.5G/1G SFP Hurricane2 ARM Cortex A9 1G Switch Portfolio S3270-10TM-P 10 x 1G/100M/10M copper PoE, 2 x 2.5G/1G SFP Hurricane2 ARM Cortex A9 1G Switch Portfolio S3270-24TM-P 24 x 1G/100M/10M copper PoE, 4 x 2.5G/1G SFP Hurricane2 ARM Cortex A9 1G Switch Portfolio S5870-48T6S 48 x 1G-T, 6 x 10G Trident3-X2 Intel x86 1G Switch Portfolio S5870-48T6S-U 48 x 1G PoE, 6 x 10G Trident3-X2 Intel x86 1G Switch Portfolio S5870-48T6BC 48 x 1G, 4 x 25G,2 x 100G Trident3-X3 Intel x86 1G Switch Portfolio S5870-48T6BC-U 48 x 1G PoE, 4 x 25G, 2 x 100G Trident3-X3 Intel x86 1G Switch Portfolio S5870-48MX6BC-U 36 x 1/2.5G PoE, 12 x 1/2.5/5/10G PoE, 4 x 25G, 2 x 100G Trident3-X3 Intel x86 1G Switch Portfolio S5810-48TS-P 48 x 1G copper, 4 x 10G SFP+ Helix4 ARM Cortex A9 1G Switch Portfolio S5810-28TS 28 x 1G copper, 4 x 1G SFP, 4 x 10G SFP+ The last 4 x 1G copper ports and 4 x 1G SFP ports are combo ports. Helix4 ARM Cortex A9 1G Switch Portfolio S5810-28FS 8 x 1G copper, 28 x 1G SFP, 4 x 10G SFP+ The 8 x 1G copper ports and the first 8 x 1G SFP ports are combo ports. Helix4 ARM Cortex A9 1G Switch Portfolio S5810-48TS 48 x 1G copper,4 x 10G SFP+ Helix4 ARM Cortex A9 1G Switch Portfolio S5810-48FS 48 x 1G SFP,4 x 10G SFP+ Helix4 ARM Cortex A9 5G Switch Portfolio S5860-24MG-U 24 x 5G copper UPOE,4 x 25G SFP28 Hurricane3-MG ARM Cortex A9 5G Switch Portfolio S5860-48MG-U 48 x 5G copper UPOE, 4 x 25G SFP28, 2 x 40G QSFP+ Hurricane3-MG ARM Cortex A9 10G Switch Portfolio S5440-12S 4 x 10M/100M/1G BASE-T RJ45, 12 x 1G/10G SFP+ FSC0440 ARM 64 10G Switch Portfolio S5860-48XMG-U 48 x 10G copper UPOE, 4 x 25G SFP28, 2 x 40G QSFP+ Hurricane3-MG ARM Cortex A9 10G Switch Portfolio S5860-24XMG 24 x 10G copper, 4 x 10G SFP+, 4 x 25G SFP28 Hurricane3-MG ARM Cortex A9 10G Switch Portfolio S5860-48XMG 48 x 10G copper, 4 x 25G SFP28, 2 x 40G QSFP+ Hurricane3-MG ARM Cortex A9 10G Switch Portfolio S5860-20SQ 20 x 10G SFP+, 4 x 25G SFP28, 2 x 40G QSFP+ Hurricane3-MG ARM Cortex A9 10G Switch Portfolio S5860-24XB-U 24 x 10G copper UPOE, 4 x 10G SFP+, 4 x 25G SFP28 Hurricane3-MG ARM Cortex A9 25G Switch Portfolio S5580-48Y 48 x 25G, 8 x 100G Trident3-X7 Intel x86 100G Switch Portfolio S5890-32C 32 x 100G QSFP28 Trident3-X7 Intel x86 100G Switch Portfolio N8550-64C 64 x 100G Trident3-X5 Intel x86 10G Switch Portfolio N5850-48X6C 48 x 10G-T, 6 x 100G Tomahawk2 Intel x86 FS FSOS Switches Before you import FSOS switches to AmpCon-Campus through SNMP, ensure that the FSOS switches are supported by AmpCon-Campus. See the following support list: Table 2. Supported FS FSOS Switches Switch Series Model S3100 S3100-8TMS-P, S3100-16TMS-P, S3100-16TF, S3100-16TF-P S3270 S3270-10TM, S3270-10TM-P, S3270-24TM, S3270-24TM-P, S3270-48TM S3410 S3410-24TS-P, S3410-48TS-P, S3410-24TF-P S3910 S3910-24TS, S3910-24TF, S3910-48TF, S3910-48TS S5810 S5810-48FS, S5810-28FS, S5810-28TS, S5810-48TS, S5810-48TS-P S5860 S5860-20SQ, S5860-48SC, S5860-24XMG, S5860-24MG-U, S5860-48XMG, S5860-48XMG-U, S5860-24XB-U S5800 S5800-48T4S, S5800-48MBQ S5850 S5850-48S6Q-R, S5850-48B8C, S5850-24B4C, S5850-24XMG-U S3950 S3950-4T12S-R S5850C S5850C-24XMG2C, S5850C-24S2C S8050 S8050-20Q4C S8550 S8550-16Q8C S3150 S3150-8T2FP S3260 S3260-8T2FP S3400 S3400-24T4FP S3700 S3700-24T4F S3900-R S3900-48T6S-R S5500 S5500-48T6SP-R FS Access Points (APs) Before you add access points (APs) to AmpCon-Campus, ensure that the APs are supported by AmpCon-Campus. See the following support list: Table 3. Supported APs Product Product Description AP-N716 AP-N716, Wi-Fi 7 802.11be 9300 Mbps Indoor Access Point, Seamless Roaming & 2 x 2 MU-MIMO Three Radios, PicOS®, Manageable via AmpCon-Campus (Without PoE Injector) AP-N516 AP-N516, Wi-Fi 6 802.11ax 3000 Mbps Indoor Access Point, Seamless Roaming & 4 x 4 MU-MIMO Dual Radios, PicOS®, Manageable via AmpCon-Campus (Without PoE Injector) AP-N506 AP-N506, Wi-Fi 6 802.11ax 1800 Mbps Indoor Access Point, Seamless Roaming & 2 x 2 MU-MIMO Dual Radios, PicOS®, Manageable via AmpCon-Campus (Without PoE Injector) AP-N506H AP-N506H, Wi-Fi 6 802.11ax 3000 Mbps Indoor Access Point, Seamless Roaming & 2 x 2 MU-MIMO Dual Radios, PicOS®, Manageable via AmpCon-Campus (Without PoE Injector) AP-T566D AP-T566D, Wi-Fi 6 802.11ax 1800 Mbps Outdoor Access Point, Seamless Roaming & 2 x 2 MU-MIMO Dual Radios, PicOS®, Manageable via AmpCon-Campus (Without PoE Injector) Edgecore Hardware Table 4. Supported Edgecore Switches Category Model Port Configuration Switch ASIC CPU 1G Switch Portfolio AS4610-30P 24 x 1G PoE, 4 x 10G Helix4 ARM Cortex A9 1G Switch Portfolio AS4610-30T 24 x 1G-T, 4 x 10G Helix4 ARM Cortex A9 1G Switch Portfolio AS4610-54P 48 x 1G PoE, 4 x 10G Helix4 ARM Cortex A9 1G Switch Portfolio AS4610-54T(B) 48 x 1G-T, 4 x 10G Helix4 ARM Cortex A9 1G Switch Portfolio AS4625-54P 48 x 1G PoE, 6 x 10G Trident3-X2 Intel x86 1G Switch Portfolio AS4625-54T 48 x 1G-T, 6 x 10G Trident3-X2 Intel x86 1G Switch Portfolio AS4630-54PE (EPS202) 48 x 1G PoE, 4 x 25G Trident3 Intel x86 1G Switch Portfolio AS4630-54TE (EPS201) 48 x 1G PoE, 4 x 25G Trident3 Intel x86 10G Switch Portfolio AS5812-54T (DCS209) 48 x 10G-T, 6 x 100G Trident3 Intel x86 10G Switch Portfolio AS5812-54X (DCS208) 48 x 10G, 6 x 100G Trident2+ Intel x86 10G Switch Portfolio AS5835-54T (DCS202) 48 x 10G RJ-45, 6 x 100G QSFP28 Trident3 Intel x86 10G Switch Portfolio AS5835-54X (DCS201) 48 x 10G SFP+, 6 x 100G QSFP28 Trident3 Intel x86 10G Switch Portfolio AS5712-54X 48 x 10G, 6 x 40G Trident2 Intel x86 25G Switch Portfolio AS7312-54X(S) 48 x 25G, 6 x 100G Tomahawk+ Intel x86 25G Switch Portfolio AS7326-56X (DCS203) 48 x 25G, 8x 100G Trident3-X7 Intel x86 40G Switch Portfolio AS6812-32X 32 x 40G Trident2+ Intel x86 100G Switch Portfolio AS7712-32X (DCS501) 32 x 100G Tomahawk Intel x86 100G Switch Portfolio AS7726-32X (DCS204) 32 x 100G Trident3-X7 Intel x86 100G Switch Portfolio AS7816-64X (DCS500) 64 x 100G Tomahawk2 Intel x86 Multi- Gig SwitchPortfolio AS4630-54NPE (EPS203) 36 x 1/2.5G PoE,12 x 1/2.5/5/10G PoE Trident3 Intel x86 DELL Hardware Table 5. Supported DELL Switches Category Model Port Configuration Switch ASIC CPU 10G Switch Portfolio S4048-ON 48 x 10G, 6 x 40G Trident2 Intel x86 10G Switch Portfolio S4128F-ON 28 x 10G, 2 x 100G Maverick Intel x86 10G Switch Portfolio S4128T-ON 28 x 10G, 2 x 100G Maverick Intel x86 10G Switch Portfolio S4148F-ON 48 x 10G SFP, 2 x 40G, 4 x 100G Maverick Intel x86 10G Switch Portfolio S4148T-ON 48 x 10G BASE-T, 2 x 40G, 4 x 100G Maverick Intel x86 25G Switch Portfolio S5212F-ON 12 x 25G, 3 x 100G Trident3-X5 Intel x86 25G Switch Portfolio S5224F-ON 24 x 25G, 4 x 100G Trident3-X5 Intel x86 25G Switch Portfolio S5248F-ON 48 x 25G, 8 x 100G Trident3-X7 Intel x86 25G Switch Portfolio S5296F-ON 96 x 25G, 8 x 100G Trident3-X7 Intel x86 100G Switch Portfolio S5232F-ON 32 x 100G Trident3-X7 Intel x86 1G Switch Portfolio N3024EP-ON 24 x 1G PoE, 4 x 10G Helix4 ARM Cortex A9 1G Switch Portfolio N3024ET-ON 24 x 1G, 4 x 10G Helix4 ARM Cortex A9 1G Switch Portfolio N3048EP-ON 48 x 1G PoE, 4 x 10G Helix4 ARM Cortex A9 1G Switch Portfolio N3048ET-ON 48 x 1G, 4 x 10G Helix4 ARM Cortex A9 1G Switch Portfolio N3224F-ON 24 x 1G SFP, 4 x 10 G Trident3-X3 Intel x86 1G Switch Portfolio N3224P-ON 24 x 1G 30W PoE, 4 x 10G Trident3-X3 Intel x86 1G Switch Portfolio N3224T-ON 24 x 1G, 4 x 10G Trident3-X3 Intel x86 1G Switch Portfolio N3248P-ON 48 x 1G 30W PoE, 4 x 10G Trident3-X3 Intel x86 1G Switch Portfolio N3248TE-ON 48 x 1G, 4 x 10G Trident3-X3 Intel x86 Multi-Gig Switch Portfolio N2224PX-ON 24 x 1G/2.5G30W/60W PoE, 4 x 25G Hurricane3-MG Intel x86 Multi-Gig Switch Portfolio N2224X-ON 24 x 1G/2.5G, 4 x 25G Hurricane3-MG Intel x86 Multi-Gig Switch Portfolio N2248PX-ON 48 x 1G/2.5G30W/60W PoE, 4 x 25G Hurricane3-MG Intel x86 Multi-Gig Switch Portfolio N2248X-ON 48 x 1G/2.5G, 4 x 25G Hurricane3-MG Intel x86 Multi-Gig Switch Portfolio N3132PX-ON 24 x 1G PoE,8 x 1/2.5/5G PoE, 4 x 10G Firebolt 4 FS ARM Cortex A9 Multi-Gig Switch Portfolio N3208PX-ON 4 x 1/2.5/5G PoE,4 x 1G PoE, 2 x 10G SFP+ Hurricane3-MG Intel x86 Multi-Gig Switch Portfolio N3224PX-ON 24 x 1/2.5/5/10G 90W PoE, 4 x 25G Trident3-X3 Intel x86 Multi-Gig Switch Portfolio N3248PXE-ON 48 x 1/2.5/5/10G 90W PoE, 4 x 25G Trident3-X5 Intel x86 Multi-Gig Switch Portfolio N3248X-ON 48 x 1/2.5/5/10G, 4 x 25G Trident3-X5 Intel x86 100G Switch Portfolio Z9100-ON 32 x 100G Tomahawk Intel x86 100G Switch Portfolio Z9264F-ON 64 x 100G Tomahawk2 Intel x86 Delta Hardware Table 6 Supported Delta Switches Category Model Port Configuration Switch ASIC CPU 10G Switch Portfolio AG7648 48 x 10G Trident2 Intel x86 25G Switch Portfolio AG5648 v1-R 48 x 25G Tomahawk+ Intel x86 100G Switch Portfolio AG9032 v1 32 x 100G Tomahawk Intel x86 HPE Hardware Table 7. Supported HPE Switches Category Model Port Configuration Switch ASIC CPU 10G Switch Portfolio HPE AL 6921-54T 48 x 10G-T, 6 x 40G Trident2+ Intel x86 10G Switch Portfolio HPE AL 6921-54X 48 x 10G-T, 6 x 40G Trident2+ Intel x86 Supported Hardware for 2.2 AmpCon-Campus 2.2.0 and 2.2.1 supports managing the following switches: NOTE You are recommended to install PicOS 4.6.0E or later. Or else, some features of AmpCon-Campus might not work. For switches with S3410 and S3270 switch models, the recommended PicOS version is 4.4.5.24 or later. FS Hardware Table 1. Supported FS Switches Category Model Port Configuration Switch ASIC CPU 1G Switch Portfolio S3410-24TS 24 x 1G/100M/10M copper, 4 x 10G/1G SFP+ Hurricane2 ARM Cortex A9 1G Switch Portfolio S3410-24TS-P 24 x 1G/100M/10M copper PoE, 2 x 10G/1G SFP+ Hurricane2 ARM Cortex A9 1G Switch Portfolio S3410-48TS 48 x 1G/100M/10M copper,4 x 10G/1G SFP+ Hurricane2 ARM Cortex A9 1G Switch Portfolio S3410-48TS-P 48 x 1G/100M/10M copper PoE,4 x 10G/1G SFP+ Hurricane2 ARM Cortex A9 1G Switch Portfolio S3410C-16TF 16 x 1G/100M/10M copper, 2 x 1G SFP Hurricane2 ARM Cortex A9 1G Switch Portfolio S3410C-16TF-P 2 x 1G SFP,16 x 1G/10M/100M copper The first 8 copper ports support PoE. Hurricane2 ARM Cortex A9 1G Switch Portfolio S3410C-16TMS-P 2 x 10G/1G SFP+, 2 x 5G/2.5G/1G copper PoE, 16 x 1G/100M/10M copper The first 6 x 1G/100M/10M copper ports support PoE. Hurricane2 ARM Cortex A9 1G Switch Portfolio S3410C-8TMS-P 2 x 10G/1G SFP+,2 x 5G/2.5G/1G copper PoE, 8 x 1G/100M/10M copperThe first 6 x 1G copper ports support PoE. Hurricane2 ARM Cortex A9 1G Switch Portfolio S3410L-24TF 24 x 1G/100M/10M copper, 4 x 1G SFP Hurricane2 ARM Cortex A9 1G Switch Portfolio S3410L-24TF-P 24 x 1G/100M/10M copper PoE, 4 x 1G SFP Hurricane2 ARM Cortex A9 1G Switch Portfolio S3410L-48TF 48 x 1G/100M/10M copper, 4 x 10G/1G SFP+ Hurricane2 ARM Cortex A9 1G Switch Portfolio S3270-10TM 10 x 1G/100M/10M copper, 2 x 2.5G/1G SFP Hurricane2 ARM Cortex A9 1G Switch Portfolio S3270-24TM 24 x 1G/100M/10M copper, 4 x 2.5G/1G SFP Hurricane2 ARM Cortex A9 1G Switch Portfolio S3270-48TM 48 x 1G/100M/10M copper, 4 x 2.5G/1G SFP Hurricane2 ARM Cortex A9 1G Switch Portfolio S3270-10TM-P 10 x 1G/100M/10M copper PoE, 2 x 2.5G/1G SFP Hurricane2 ARM Cortex A9 1G Switch Portfolio S3270-24TM-P 24 x 1G/100M/10M copper PoE, 4 x 2.5G/1G SFP Hurricane2 ARM Cortex A9 1G Switch Portfolio S5870-48T6S 48 x 1G-T, 6 x 10G Trident3-X2 Intel x86 1G Switch Portfolio S5870-48T6S-U 48 x 1G PoE, 6 x 10G Trident3-X2 Intel x86 1G Switch Portfolio S5870-48T6BC 48 x 1G, 4 x 25G,2 x 100G Trident3-X3 Intel x86 1G Switch Portfolio S5870-48T6BC-U 48 x 1G PoE, 4 x 25G, 2 x 100G Trident3-X3 Intel x86 1G Switch Portfolio S5870-48MX6BC-U 36 x 1/2.5G PoE, 12 x 1/2.5/5/10G PoE, 4 x 25G, 2 x 100G Trident3-X3 Intel x86 1G Switch Portfolio S5810-48TS-P 48 x 1G copper, 4 x 10G SFP+ Helix4 ARM Cortex A9 1G Switch Portfolio S5810-28TS 28 x 1G copper, 4 x 1G SFP, 4 x 10G SFP+ The last 4 x 1G copper ports and 4 x 1G SFP ports are combo ports. Helix4 ARM Cortex A9 1G Switch Portfolio S5810-28FS 8 x 1G copper, 28 x 1G SFP, 4 x 10G SFP+ The 8 x 1G copper ports and the first 8 x 1G SFP ports are combo ports. Helix4 ARM Cortex A9 1G Switch Portfolio S5810-48TS 48 x 1G copper,4 x 10G SFP+ Helix4 ARM Cortex A9 1G Switch Portfolio S5810-48FS 48 x 1G SFP,4 x 10G SFP+ Helix4 ARM Cortex A9 5G Switch Portfolio S5860-24MG-U 24 x 5G copper UPOE,4 x 25G SFP28 Hurricane3-MG ARM Cortex A9 5G Switch Portfolio S5860-48MG-U 48 x 5G copper UPOE, 4 x 25G SFP28, 2 x 40G QSFP+ Hurricane3-MG ARM Cortex A9 10G Switch Portfolio S5860-48XMG-U 48 x 10G copper UPOE, 4 x 25G SFP28, 2 x 40G QSFP+ Hurricane3-MG ARM Cortex A9 10G Switch Portfolio S5860-24XMG 24 x 10G copper, 4 x 10G SFP+, 4 x 25G SFP28 Hurricane3-MG ARM Cortex A9 10G Switch Portfolio S5860-48XMG 48 x 10G copper, 4 x 25G SFP28, 2 x 40G QSFP+ Hurricane3-MG ARM Cortex A9 10G Switch Portfolio S5860-20SQ 20 x 10G SFP+, 4 x 25G SFP28, 2 x 40G QSFP+ Hurricane3-MG ARM Cortex A9 10G Switch Portfolio S5860-24XB-U 24 x 10G copper UPOE, 4 x 10G SFP+, 4 x 25G SFP28 Hurricane3-MG ARM Cortex A9 25G Switch Portfolio S5580-48Y 48 x 25G, 8 x 100G Trident3-X7 Intel x86 100G Switch Portfolio S5890-32C 32 x 100G QSFP28 Trident3-X7 Intel x86 10G Switch Portfolio N5850-48S6Q 48 x 10G, 6 x 40G Trident2+ Intel x86 10G Switch Portfolio N5850-48S6C 48 x 10G, 6 x 100G Trident3-X5 Intel x86 10G Switch Portfolio N5850-48X6C 48 x 10G-T, 6 x 100G Trident3-X5 Intel x86 25G Switch Portfolio N8550-48B8C 48 x 25G, 8 x 100G Trident3-X7 Intel x86 100G Switch Portfolio N8550-32C 32 x 100G Trident3-X7 Intel x86 100G Switch Portfolio N8550-64C 64 x 100G Tomahawk2 Intel x86 100G Switch Portfolio N8560-32C 32 x 100G QSFP28 Trident3 Intel x86 Edgecore Hardware Table 2. Supported Edgecore Switches Category Model Port Configuration Switch ASIC CPU 1G Switch Portfolio AS4610-30P 24 x 1G PoE, 4 x 10G Helix4 ARM Cortex A9 1G Switch Portfolio AS4610-30T 24 x 1G-T, 4 x 10G Helix4 ARM Cortex A9 1G Switch Portfolio AS4610-54P 48 x 1G PoE, 4 x 10G Helix4 ARM Cortex A9 1G Switch Portfolio AS4610-54T(B) 48 x 1G-T, 4 x 10G Helix4 ARM Cortex A9 1G Switch Portfolio AS4625-54P 48 x 1G PoE, 6 x 10G Trident3-X2 Intel x86 1G Switch Portfolio AS4625-54T 48 x 1G-T, 6 x 10G Trident3-X2 Intel x86 1G Switch Portfolio AS4630-54PE (EPS202) 48 x 1G PoE, 4 x 25G Trident3 Intel x86 1G Switch Portfolio AS4630-54TE (EPS201) 48 x 1G PoE, 4 x 25G Trident3 Intel x86 10G Switch Portfolio AS5812-54T (DCS209) 48 x 10G-T, 6 x 100G Trident3 Intel x86 10G Switch Portfolio AS5812-54X (DCS208) 48 x 10G, 6 x 100G Trident2+ Intel x86 10G Switch Portfolio AS5835-54T (DCS202) 48 x 10G RJ-45, 6 x 100G QSFP28 Trident3 Intel x86 10G Switch Portfolio AS5835-54X (DCS201) 48 x 10G SFP+, 6 x 100G QSFP28 Trident3 Intel x86 10G Switch Portfolio AS5712-54X 48 x 10G, 6 x 40G Trident2 Intel x86 25G Switch Portfolio AS7312-54X(S) 48 x 25G, 6 x 100G Tomahawk+ Intel x86 25G Switch Portfolio AS7326-56X (DCS203) 48 x 25G, 8x 100G Trident3-X7 Intel x86 40G Switch Portfolio AS6812-32X 32 x 40G Trident2+ Intel x86 100G Switch Portfolio AS7712-32X (DCS501) 32 x 100G Tomahawk Intel x86 100G Switch Portfolio AS7726-32X (DCS204) 32 x 100G Trident3-X7 Intel x86 100G Switch Portfolio AS7816-64X (DCS500) 64 x 100G Tomahawk2 Intel x86 Multi- Gig SwitchPortfolio AS4630-54NPE (EPS203) 36 x 1/2.5G PoE,12 x 1/2.5/5/10G PoE Trident3 Intel x86 DELL Hardware Table 3. Supported DELL Switches Category Model Port Configuration Switch ASIC CPU 10G Switch Portfolio S4048-ON 48 x 10G, 6 x 40G Trident2 Intel x86 10G Switch Portfolio S4128F-ON 28 x 10G, 2 x 100G Maverick Intel x86 10G Switch Portfolio S4128T-ON 28 x 10G, 2 x 100G Maverick Intel x86 10G Switch Portfolio S4148F-ON 48 x 10G SFP, 2 x 40G, 4 x 100G Maverick Intel x86 10G Switch Portfolio S4148T-ON 48 x 10G BASE-T, 2 x 40G, 4 x 100G Maverick Intel x86 25G Switch Portfolio S5212F-ON 12 x 25G, 3 x 100G Trident3-X5 Intel x86 25G Switch Portfolio S5224F-ON 24 x 25G, 4 x 100G Trident3-X5 Intel x86 25G Switch Portfolio S5248F-ON 48 x 25G, 8 x 100G Trident3-X7 Intel x86 25G Switch Portfolio S5296F-ON 96 x 25G, 8 x 100G Trident3-X7 Intel x86 100G Switch Portfolio S5232F-ON 32 x 100G Trident3-X7 Intel x86 1G Switch Portfolio N3024EP-ON 24 x 1G PoE, 4 x 10G Helix4 ARM Cortex A9 1G Switch Portfolio N3024ET-ON 24 x 1G, 4 x 10G Helix4 ARM Cortex A9 1G Switch Portfolio N3048EP-ON 48 x 1G PoE, 4 x 10G Helix4 ARM Cortex A9 1G Switch Portfolio N3048ET-ON 48 x 1G, 4 x 10G Helix4 ARM Cortex A9 1G Switch Portfolio N3224F-ON 24 x 1G SFP, 4 x 10 G Trident3-X3 Intel x86 1G Switch Portfolio N3224P-ON 24 x 1G 30W PoE, 4 x 10G Trident3-X3 Intel x86 1G Switch Portfolio N3224T-ON 24 x 1G, 4 x 10G Trident3-X3 Intel x86 1G Switch Portfolio N3248P-ON 48 x 1G 30W PoE, 4 x 10G Trident3-X3 Intel x86 1G Switch Portfolio N3248TE-ON 48 x 1G, 4 x 10G Trident3-X3 Intel x86 Multi-Gig Switch Portfolio N2224PX-ON 24 x 1G/2.5G30W/60W PoE, 4 x 25G Hurricane3-MG Intel x86 Multi-Gig Switch Portfolio N2224X-ON 24 x 1G/2.5G, 4 x 25G Hurricane3-MG Intel x86 Multi-Gig Switch Portfolio N2248PX-ON 48 x 1G/2.5G30W/60W PoE, 4 x 25G Hurricane3-MG Intel x86 Multi-Gig Switch Portfolio N2248X-ON 48 x 1G/2.5G, 4 x 25G Hurricane3-MG Intel x86 Multi-Gig Switch Portfolio N3132PX-ON 24 x 1G PoE,8 x 1/2.5/5G PoE, 4 x 10G Firebolt 4 FS ARM Cortex A9 Multi-Gig Switch Portfolio N3208PX-ON 4 x 1/2.5/5G PoE,4 x 1G PoE, 2 x 10G SFP+ Hurricane3-MG Intel x86 Multi-Gig Switch Portfolio N3224PX-ON 24 x 1/2.5/5/10G 90W PoE, 4 x 25G Trident3-X3 Intel x86 Multi-Gig Switch Portfolio N3248PXE-ON 48 x 1/2.5/5/10G 90W PoE, 4 x 25G Trident3-X5 Intel x86 Multi-Gig Switch Portfolio N3248X-ON 48 x 1/2.5/5/10G, 4 x 25G Trident3-X5 Intel x86 100G Switch Portfolio Z9100-ON 32 x 100G Tomahawk Intel x86 100G Switch Portfolio Z9264F-ON 64 x 100G Tomahawk2 Intel x86 Delta Hardware Table 4. Supported Delta Switches Category Model Port Configuration Switch ASIC CPU 10G Switch Portfolio AG7648 48 x 10G Trident2 Intel x86 25G Switch Portfolio AG5648 v1-R 48 x 25G Tomahawk+ Intel x86 100G Switch Portfolio AG9032 v1 32 x 100G Tomahawk Intel x86 HPE Hardware Table 5. Supported HPE Switches Category Model Port Configuration Switch ASIC CPU 10G Switch Portfolio HPE AL 6921-54T 48 x 10G-T, 6 x 40G Trident2+ Intel x86 10G Switch Portfolio HPE AL 6921-54X 48 x 10G-T, 6 x 40G Trident2+ Intel x86 Supported Hardware for 2.1.0 AmpCon-Campus 2.1.0 supports managing the following switches: NOTE You are recommended to install PicOS 4.5.0 or later. Or else, the telemetry and automatic discovery of topology features might not work. FS Hardware Table 1. Supported FS Switches Category Model Configuration Switch ASIC CPU 1G Switch Portfolio S5870-48T6BC 48 x 1G 4 x 25G Broadcom Trident III Intel Atom C3558 1G Switch Portfolio S5870-48T6BC-U 48 x 1G PoE++ 4 x 25G 2 x 100G Broadcom Trident III Intel Atom C3558 2.5G Switch Portfolio S5870-48MX6BC-U 36 x 2.5G PoE++ 12 x 10G PoE++ 4 x 25G 2 x 100G BCM56370 Intel Atom C3558 1G Switch Portfolio S5810-48TS-P 48 x 1G PoE+ 4 x 10G BCM56340 ARM A9 1G Switch Portfolio S5810-28TS 24 x 1000BASE-T 4 x 1G 4 x 10G BCM56342 ARM A9 1G Switch Portfolio S5810-28FS 8x 1000BASE-T 28 x 1G 4 x 10G BCM56342 ARM A9 1G Switch Portfolio S5810-48TS 48 x 1G 4 x 10G BCM56340 ARM A9 1G Switch Portfolio S5810-48FS 48 x 1G 4 x 10G BCM56340 ARM A9 5G Switch Portfolio S5860-24MG-U 24 x 5GBASE-T/Multi-Gigabit PoE++ 4 x 25G BCM56170 ARM A9 5G Switch Portfolio S5860-48MG-U 48 x 5GBASE-T/Multi-Gigabit PoE++ 4 x 25G2 x 40G BCM56170 ARM A9 10G Switch Portfolio S5860-48XMG-U 48 x 10GBASE-T/Multi-GigabitPoE++ 4 x 25G 2 x 40G BCM56170 ARM A9 10G Switch Portfolio S5860-24XMG 24 x 10GBASE-T/Multi-Gigabit 4 x 10G 4 x 25G BCM56170 ARM A9 10G Switch Portfolio S5860-48XMG 48 x 10GBASE-T/Multi-Gigabit 4 x 25G 2 x 40G BCM56170 ARM A9 10G Switch Portfolio S5860-20SQ 20 x 10G 4 x 25G 2 x 40G BCM56170 ARM A9 10G Switch Portfolio S5860-24XB-U 24 x 10GBASE-T/Multi-Gigabit PoE++ 4 x 10G 4 x 25G BCM56170 ARM A9 10G Switch Portfolio N5850-48S6Q 48 x10G 6 x 40G Broadcom Trident II+ Intel Atom C2538 10G Switch Portfolio N5850-48S6C 48 x 10G 6 x 100G Broadcom Trident III Intel Atom C3558 10G Switch Portfolio N5850-48X6C 48 x 10G 6 x 100G Broadcom Trident III Intel Atom C3558 25G Switch Portfolio N8550-48B8C 48 x 25G 2 x 10G 8 x 100G Broadcom Trident III Intel Xeon D- 1518 100G Switch Portfolio N8550-32C 32 x 100G 2 x 10G Broadcom Trident III Intel Xeon D- 1518 100G Switch Portfolio N8560-32C 32 x 100G BCM56870 Intel Xeon D- 1527 100G Switch Portfolio N8550-64C 64 x 100G Broadcom Tomahawk II Intel XeonD- 1518 Edgecore Hardware Table 2. Supported Edgecore Switches Category Model Configuration Switch ASIC CPU 1G Switch Portfolio AS4610-30P 24 x 1G PoE 4 x 10G Helix4 ARM Cortex A9 1G Switch Portfolio AS4610-30T 24 x 1G- T 4 x 10G Helix4 ARM Cortex A9 1G Switch Portfolio AS4610-54P 48 x 1G PoE 4 x 10G Helix4 ARM Cortex A9 1G Switch Portfolio AS4610-54T(B) 48 x 1G- T 4 x 10G Helix4 ARM Cortex A9 1G Switch Portfolio AS4625-54P 48 x 1G PoE 6 x 10G Trident3-X2 Intel x86 1G Switch Portfolio AS4625-54T 48 x 1G-T 6 x 10G Trident3-X2 Intel x86 1G Switch Portfolio AS4630-54PE (EPS202) 48 x 1G PoE 4 x 25G Trident III Intel x86 1G Switch Portfolio AS4630-54TE (EPS201) 48 x 1G 4 x 25G Trident III Intel x86 Multi- Gig SwitchPortfolio AS4630-54NPE (EPS203) 36 x 1/2.5G PoE 12 x 1/2.5/5/10G PoE Trident III Intel x86 10G Switch Portfolio AS5712-54X 48 x 10G 6 x 40G Trident II Intel x86 10G Switch Portfolio AS5812-54T 48 x 10G- T 6 x 40G Trident II+ Intel x86 10G Switch Portfolio AS5812-54X 48 x 10G 6 x 40G Trident II+ Intel x86 10G Switch Portfolio AS5835-54T (DCS209) 48 x 10G- T 6 x 100G Trident III Intel x86 10G Switch Portfolio AS5835-54X (DCS208) 48 x 10G 6 x 100G Trident III Intel x86 25G Switch Portfolio AS7312-54X(S) 48 x 25G 6 x 100G Tomahawk Intel x86 25G Switch Portfolio AS7326-56X (DCS203) 48 x 25G 8x 100G Trident 3 × 7 Intel x86 40G Switch Portfolio AS6812-32X 32 x 40G Trident II+ Intel x86 100G Switch Portfolio AS7712-32X (DCS501) 32 x 100G Tomahawk Intel x86 100G Switch Portfolio AS7726-32X (DCS204) 32 x 100G Trident 3× 7 Intel x86 100G Switch Portfolio AS7816-64X (DCS500) 64 x 100G Tomahawk 2 Intel x86 DELL Hardware Table 3. Supported DELL Switches Category Model Configuration Switch ASIC CPU 1G Switch Portfolio N3024EP-ON 24 x 1G PoE 4 x 10G Helix4 ARM Cortex A9 1G Switch Portfolio N3024ET-ON 24 x 1G 4 x 10G Helix4 ARM Cortex A9 1G Switch Portfolio N3048EP-ON 48 x 1G PoE 4 x 10G Helix4 ARM Cortex A9 1G Switch Portfolio N3048ET-ON 48 x 1G 4 x 10G Helix4 ARM Cortex A9 1G Switch Portfolio N3224F-ON 24 x 1G SFP 4 x 10 G Trident 3×3 Intel x86 1G Switch Portfolio N3224P-ON 24 x 1G 30W PoE 4 x 10 G Trident 3×3 Intel x86 1G Switch Portfolio N3224T-ON 24 x 1G 4 x 10G Trident 3×3 Intel x86 1G Switch Portfolio N3248P-ON 48 x 1G 30W PoE 4 x 10G Trident 3×3 Intel x86 1G Switch Portfolio N3248TE-ON 48 x 1G 4 x 10G Trident 3×3 Intel x86 Multi-Gig Switch Portfolio N2224PX-ON 24 x 1G/2.5G30W/60W PoE 4 x 25G Hurricane 3 MG Intel x86 Multi-Gig Switch Portfolio N2224X-ON 24 x 1G/2.5G 4 x 25G Hurricane 3 MG Intel x86 Multi-Gig Switch Portfolio N2248PX-ON 48 x 1G/2.5G30W/60W PoE 4 x 25G Hurricane 3 MG Intel x86 Multi-Gig Switch Portfolio N2248X-ON 48 x 1/ 2.5/ 5/10G 4 x 25G Trident 3×3 Intel x86 Multi-Gig Switch Portfolio N3132PX-ON 24 x 1G PoE8 x 1/2.5/5G PoE 4 x 10G Firebolt 4 FS ARM Cortex A9 Multi-Gig Switch Portfolio N3208PX-ON 4 x 1/2.5/5G PoE 4 x 1G PoE 2 x 10G SFP+ Hurricane 3 MG Intel x86 Multi-Gig Switch Portfolio N3224PX-ON 24 x 10G 90W PoE 4 x 25 G Trident 3×3 Intel x86 Multi-Gig Switch Portfolio N3248PXE-ON 48 x 10G 90W PoE 4 x 25 G Trident 3×5 Intel x86 Multi-Gig Switch Portfolio N3248X-ON 48 x 1/ 2.5/ 5/10G 4 x 25G Trident 3×3 Intel x86 10G Switch Portfolio S4048-ON 48 x 10G 6 x 40G Trident II Intel x86 10G Switch Portfolio S4128F-ON 28 x 10G 2 x 100G Maverick Intel x86 10G Switch Portfolio S4128T-ON 28 x 10G 2 x 100G Maverick Intel x86 10G Switch Portfolio S4148F-ON 48 x 10G 2 x 40G 4 x 100G Maverick Intel x86 10G Switch Portfolio S4148T-ON 48 x 10G 2 x 40G 4 x 100G Maverick Intel x86 25G Switch Portfolio S5212F-ON 12 x25G 3 x 100G Trident 3×5 Intel x86 25G Switch Portfolio S5224F-ON 12 x 25G 4 x 100G Trident 3×5 Intel x86 25G Switch Portfolio S5248F-ON 48 x 25G 8 x 100G Trident 3× 7 Intel x86 25G Switch Portfolio S5296F-ON 96 x 25G 8 x 100G Trident 3× 7 Intel x86 100G Switch Portfolio Z9100-ON 32 x 100G Tomahawk Intel x86 100G Switch Portfolio Z9264F-ON 64 x 100G Tomahawk 2 Intel x86 100G Switch Portfolio S5232F-ON 32 x 100G Trident 3×7 Intel x86 Delta Hardware Table 4. Supported Delta Switches Category Model Configuration Switch ASIC CPU 10G Switch Portfolio AG7648 48 x 10G Trident II Intel x86 25G Switch Portfolio AG5648 v1-R 48 x 25G Tomahawk + Intel x86 100G Switch Portfolio AG9032v1 32 x 100G Tomahawk Intel x86 HPE Hardware Table 5. Supported HPE Switches Category Model Configuration Switch ASIC CPU 10G Switch Portfolio HPE AL 6921-54T 48 x 10G-T6 x 40G Trident II+ Intel x86 10G Switch Portfolio HPE AL 6921-54X 48 x 10G-T6 x 40G Trident II+ Intel x86 Supported Hardware for 2.1.1 AmpCon-Campus 2.1.1 supports managing the following switches: NOTE You are recommended to install PicOS 4.5.0 or later. Or else, the telemetry and automatic discovery of topology features might not work. FS Hardware Table 1. Supported FS Switches Category Model Configuration Switch ASIC CPU 1G Switch Portfolio S3410-48TS-P 48x1G/100M/10M copper PoE 4x10G/1G SFP+ Broadcom Hurricane2 ARM Cortex A9 1G Switch Portfolio S3410-48TS 48x1G/100M/10M copper 4x10G/1G SFP+ Broadcom Hurricane2 ARM Cortex A9 1G Switch Portfolio S3410L-48TF 48x1G/100M/10M copper 4x10G/1G SFP+ Broadcom Hurricane2 ARM Cortex A9 1G Switch Portfolio S3410L-24TF 24x1G/100M/10M copper 4x1G SFP Broadcom Hurricane2 ARM Cortex A9 1G Switch Portfolio S3410-24TS 24x1G/100M/10M copper 4x10G/1G SFP+ Broadcom Hurricane2 ARM Cortex A9 1G Switch Portfolio S3410L-24TF-P 24x1G/100M/10M copper POE 4x1G SFP Broadcom Hurricane2 ARM Cortex A9 1G Switch Portfolio S3410-24TS-P 24x1G/100M/10M copper POE 2x10G/1G SFP+ Broadcom Hurricane2 ARM Cortex A9 1G Switch Portfolio S3410C-16TF 16x1G/100M/10M copper 2x1G SFP Broadcom Hurricane2 ARM Cortex A9 1G Switch Portfolio S3410C-16TF-P 16x1G/100M/10M copper (First 8 copper port support POE) 2x1G SFP Broadcom Hurricane2 ARM Cortex A9 1G Switch Portfolio S3410C-16TMS-P 2x5G/2.5G/1G copper POE 16x1G/100M/10M copper (First 6x1G/100M/10M copper port support POE) 2x10G/1G SFP+ Broadcom Hurricane2 ARM Cortex A9 1G Switch Portfolio S3410C-8TMS-P 2x5G/2.5G/1G copper POE 8x1G/100M/10M copper (First 6x1G copper port support POE) 2x10G/1G SFP+ Broadcom Hurricane2 ARM Cortex A9 1G Switch Portfolio S5870-48T6BC 48 x 1G 4 x 25G Broadcom Trident III Intel Atom C3558 1G Switch Portfolio S5870-48T6BC-U 48 x 1G PoE++ 4 x 25G 2 x 100G Broadcom Trident III Intel Atom C3558 2.5G Switch Portfolio S5870-48MX6BC-U 36 x 2.5G PoE++ 12 x 10G PoE++ 4 x 25G 2 x 100G BCM56370 Intel Atom C3558 1G Switch Portfolio S5810-48TS-P 48 x 1G PoE+ 4 x 10G BCM56340 ARM A9 1G Switch Portfolio S5810-28TS 24 x 1000BASE-T 4 x 1G 4 x 10G BCM56342 ARM A9 1G Switch Portfolio S5810-28FS 8x 1000BASE-T 28 x 1G 4 x 10G BCM56342 ARM A9 1G Switch Portfolio S5810-48TS 48 x 1G 4 x 10G BCM56340 ARM A9 1G Switch Portfolio S5810-48FS 48 x 1G 4 x 10G BCM56340 ARM A9 5G Switch Portfolio S5860-24MG-U 24 x 5GBASE-T/Multi-Gigabit PoE++ 4 x 25G BCM56170 ARM A9 5G Switch Portfolio S5860-48MG-U 48 x 5GBASE-T/Multi-Gigabit PoE++ 4 x 25G2 x 40G BCM56170 ARM A9 10G Switch Portfolio S5860-48XMG-U 48 x 10GBASE-T/Multi-GigabitPoE++ 4 x 25G 2 x 40G BCM56170 ARM A9 10G Switch Portfolio S5860-24XMG 24 x 10GBASE-T/Multi-Gigabit 4 x 10G 4 x 25G BCM56170 ARM A9 10G Switch Portfolio S5860-48XMG 48 x 10GBASE-T/Multi-Gigabit 4 x 25G 2 x 40G BCM56170 ARM A9 10G Switch Portfolio S5860-20SQ 20 x 10G 4 x 25G 2 x 40G BCM56170 ARM A9 10G Switch Portfolio S5860-24XB-U 24 x 10GBASE-T/Multi-Gigabit PoE++ 4 x 10G 4 x 25G BCM56170 ARM A9 10G Switch Portfolio N5850-48S6Q 48 x10G 6 x 40G Broadcom Trident II+ Intel Atom C2538 10G Switch Portfolio N5850-48S6C 48 x 10G 6 x 100G Broadcom Trident III Intel Atom C3558 10G Switch Portfolio N5850-48X6C 48 x 10G 6 x 100G Broadcom Trident III Intel Atom C3558 25G Switch Portfolio N8550-48B8C 48 x 25G 2 x 10G 8 x 100G Broadcom Trident III Intel Xeon D- 1518 100G Switch Portfolio N8550-32C 32 x 100G 2 x 10G Broadcom Trident III Intel Xeon D- 1518 100G Switch Portfolio N8560-32C 32 x 100G BCM56870 Intel Xeon D- 1527 100G Switch Portfolio N8550-64C 64 x 100G Broadcom Tomahawk II Intel XeonD- 1518 Edgecore Hardware Table 2. Supported Edgecore Switches Category Model Configuration Switch ASIC CPU 1G Switch Portfolio AS4610-30P 24 x 1G PoE 4 x 10G Helix4 ARM Cortex A9 1G Switch Portfolio AS4610-30T 24 x 1G- T 4 x 10G Helix4 ARM Cortex A9 1G Switch Portfolio AS4610-54P 48 x 1G PoE 4 x 10G Helix4 ARM Cortex A9 1G Switch Portfolio AS4610-54T(B) 48 x 1G- T 4 x 10G Helix4 ARM Cortex A9 1G Switch Portfolio AS4625-54P 48 x 1G PoE 6 x 10G Trident3-X2 Intel x86 1G Switch Portfolio AS4625-54T 48 x 1G-T 6 x 10G Trident3-X2 Intel x86 1G Switch Portfolio AS4630-54PE (EPS202) 48 x 1G PoE 4 x 25G Trident III Intel x86 1G Switch Portfolio AS4630-54TE (EPS201) 48 x 1G 4 x 25G Trident III Intel x86 Multi- Gig SwitchPortfolio AS4630-54NPE (EPS203) 36 x 1/2.5G PoE 12 x 1/2.5/5/10G PoE Trident III Intel x86 10G Switch Portfolio AS5712-54X 48 x 10G 6 x 40G Trident II Intel x86 10G Switch Portfolio AS5812-54T 48 x 10G- T 6 x 40G Trident II+ Intel x86 10G Switch Portfolio AS5812-54X 48 x 10G 6 x 40G Trident II+ Intel x86 10G Switch Portfolio AS5835-54T (DCS209) 48 x 10G- T 6 x 100G Trident III Intel x86 10G Switch Portfolio AS5835-54X (DCS208) 48 x 10G 6 x 100G Trident III Intel x86 25G Switch Portfolio AS7312-54X(S) 48 x 25G 6 x 100G Tomahawk Intel x86 25G Switch Portfolio AS7326-56X (DCS203) 48 x 25G 8x 100G Trident 3 × 7 Intel x86 40G Switch Portfolio AS6812-32X 32 x 40G Trident II+ Intel x86 100G Switch Portfolio AS7712-32X (DCS501) 32 x 100G Tomahawk Intel x86 100G Switch Portfolio AS7726-32X (DCS204) 32 x 100G Trident 3× 7 Intel x86 100G Switch Portfolio AS7816-64X (DCS500) 64 x 100G Tomahawk 2 Intel x86 DELL Hardware Table 3. Supported DELL Switches Category Model Configuration Switch ASIC CPU 1G Switch Portfolio N3024EP-ON 24 x 1G PoE 4 x 10G Helix4 ARM Cortex A9 1G Switch Portfolio N3024ET-ON 24 x 1G 4 x 10G Helix4 ARM Cortex A9 1G Switch Portfolio N3048EP-ON 48 x 1G PoE 4 x 10G Helix4 ARM Cortex A9 1G Switch Portfolio N3048ET-ON 48 x 1G 4 x 10G Helix4 ARM Cortex A9 1G Switch Portfolio N3224F-ON 24 x 1G SFP 4 x 10 G Trident 3×3 Intel x86 1G Switch Portfolio N3224P-ON 24 x 1G 30W PoE 4 x 10 G Trident 3×3 Intel x86 1G Switch Portfolio N3224T-ON 24 x 1G 4 x 10G Trident 3×3 Intel x86 1G Switch Portfolio N3248P-ON 48 x 1G 30W PoE 4 x 10G Trident 3×3 Intel x86 1G Switch Portfolio N3248TE-ON 48 x 1G 4 x 10G Trident 3×3 Intel x86 Multi-Gig Switch Portfolio N2224PX-ON 24 x 1G/2.5G30W/60W PoE 4 x 25G Hurricane 3 MG Intel x86 Multi-Gig Switch Portfolio N2224X-ON 24 x 1G/2.5G 4 x 25G Hurricane 3 MG Intel x86 Multi-Gig Switch Portfolio N2248PX-ON 48 x 1G/2.5G30W/60W PoE 4 x 25G Hurricane 3 MG Intel x86 Multi-Gig Switch Portfolio N2248X-ON 48 x 1/ 2.5/ 5/10G 4 x 25G Trident 3×3 Intel x86 Multi-Gig Switch Portfolio N3132PX-ON 24 x 1G PoE8 x 1/2.5/5G PoE 4 x 10G Firebolt 4 FS ARM Cortex A9 Multi-Gig Switch Portfolio N3208PX-ON 4 x 1/2.5/5G PoE 4 x 1G PoE 2 x 10G SFP+ Hurricane 3 MG Intel x86 Multi-Gig Switch Portfolio N3224PX-ON 24 x 10G 90W PoE 4 x 25 G Trident 3×3 Intel x86 Multi-Gig Switch Portfolio N3248PXE-ON 48 x 10G 90W PoE 4 x 25 G Trident 3×5 Intel x86 Multi-Gig Switch Portfolio N3248X-ON 48 x 1/ 2.5/ 5/10G 4 x 25G Trident 3×3 Intel x86 10G Switch Portfolio S4048-ON 48 x 10G 6 x 40G Trident II Intel x86 10G Switch Portfolio S4128F-ON 28 x 10G 2 x 100G Maverick Intel x86 10G Switch Portfolio S4128T-ON 28 x 10G 2 x 100G Maverick Intel x86 10G Switch Portfolio S4148F-ON 48 x 10G 2 x 40G 4 x 100G Maverick Intel x86 10G Switch Portfolio S4148T-ON 48 x 10G 2 x 40G 4 x 100G Maverick Intel x86 25G Switch Portfolio S5212F-ON 12 x25G 3 x 100G Trident 3×5 Intel x86 25G Switch Portfolio S5224F-ON 12 x 25G 4 x 100G Trident 3×5 Intel x86 25G Switch Portfolio S5248F-ON 48 x 25G 8 x 100G Trident 3× 7 Intel x86 25G Switch Portfolio S5296F-ON 96 x 25G 8 x 100G Trident 3× 7 Intel x86 100G Switch Portfolio Z9100-ON 32 x 100G Tomahawk Intel x86 100G Switch Portfolio Z9264F-ON 64 x 100G Tomahawk 2 Intel x86 100G Switch Portfolio S5232F-ON 32 x 100G Trident 3×7 Intel x86 Delta Hardware Table 4. Supported Delta Switches Category Model Configuration Switch ASIC CPU 10G Switch Portfolio AG7648 48 x 10G Trident II Intel x86 25G Switch Portfolio AG5648 v1-R 48 x 25G Tomahawk + Intel x86 100G Switch Portfolio AG9032v1 32 x 100G Tomahawk Intel x86 HPE Hardware Table 5. Supported HPE Switches Category Model Configuration Switch ASIC CPU 10G Switch Portfolio HPE AL 6921-54T 48 x 10G-T6 x 40G Trident II+ Intel x86 10G Switch Portfolio HPE AL 6921-54X 48 x 10G-T6 x 40G Trident II+ Intel x86

Home/
Documentation/
PicOS® Enterprise Switches/
AmpCon-Campus Management Platform/
LIS-AMPCON-CAM-FPSW-Foundation-3Y/
Compatibility List/

AmpCon-Campus License Application Guide

image

Feb 11, 2026 - AmpCon-Campus License Application Guide You can import a new or updated AmpCon-Campus license to manage more switches, view all imported AmpCon-Campus licenses, convert a trial AmpCon-Campus license to a standard AmpCon-Campus license, invalidate the AmpCon-Campus license on a switch to release the license, or check license related logs and alerts. NOTE: Before you import AmpCon-Campus licenses, pay attention to the following guidelines: The following AmpCon-Campus license types are supported: Trial license: The trial period lasts for 90 days and an additional 14 days. After the trial license is expired, you must install a standard license to continue using AmpCon-Campus. Standard license: After a standard license is installed, you cannot install a trial license. Each AmpCon-Campus server supports managing only switches with the same license type. If AmpCon-Campus licenses are not imported or the imported AmpCon-Campus licenses are expired, some of the AmpCon-Campus features will not work, such as Onboarding PicOS Switches. During the grace period of a trial AmpCon-Campus license, the AmpCon-Campus login interface displays "License is expired, you have a 14-day grace period". You can purchase a standard license to continue using AmpCon-Campus. Within 14 days before a standard AmpCon-Campus license expires, when you log in to the AmpCon-Campus UI, you will see the notification message “License ID: xx Some of the licenses are about to expire. If you wish to continue using this device, please renew the license. You can view the relevant information through the “License Alert” function.” In this case, go to the License Alert section of the AmpCon-Campus UI to check the expiring AmpCon-Campus license, and ask the sale team to renew the license in the License Portal. Then, download the renewed license, and import it to AmpCon-Campus. Importing Licenses for Deployed Switches To onboard switches through ZTP, you must import AmpCon-Campus licenses (containing the Hardware IDs of the switches) to AmpCon-Campus automatically or manually so that AmpCon-Campus can manage these switches. Prerequisites For white-box switches to be deployed, ensure that all the preparations in Before You Begin and Step 1 to Step 6 in Provisioning a White-Box Switch are completed. For integrated hardware and software switches to be deployed, ensure that all the preparations in Before You Begin and Step 1 to Step 4 in Provisioning an Integrated Hardware and Software Switch are completed. Importing Licenses Automatically When AmpCon-Campus is stably connected to the License Portal, you can import AmpCon-Campus licenses to AmpCon-Campus automatically, eliminating the need for complex manual processes. This feature significantly reduces time and operational costs, streamlines management, and is especially beneficial for large-scale switch license management scenarios. To import an AmpCon-Campus license automatically, follow these steps: 1. Click System > Software Licenses > Licenses Management from the navigation bar, and then click Quick Activate. You can see all switches provisioned with ZTP and without AmpCon-Campus license assigned. image.png 2. Optional: To manually refresh the list of switches with no AmpCon-Campus license assigned, click Refresh. NOTE: You are recommended to manually refresh the list of switches with no AmpCon-Campus license assigned. Reasons are as follows: If the network is available and stable, AmpCon-Campus will automatically retrieve the latest Expiration Date and Quantity information from the License Portal and display the latest switch list in the AmpCon-Campus UI. But if AmpCon-Campus fails to retrieve information from the License Portal due to network issues, you can manually refresh the latest Expiration Date and Quantity information and the list of switches with no AmpCon-Campus license assigned. 3. Check the quantity of Hardware IDs that can be bound with the AmpCon-Campus license for a specific expiration date: a. In the Expiration Date drop-down list, select an expiration date. NOTE: Trial licenses are marked with the string "(trial)". b. In the Quantity field, check the quantity of Hardware IDs that can be bound with the AmpCon-Campus license for the selected expiration date. 4. Select one or multiple switches to which you want to assign AmpCon-Campus licenses. NOTE: The total number of selected switches must be no longer than the value of Quantity. Or else, the Activate button cannot be clicked. 5. Click Activate. Then, AmpCon-Campus uploads the information, including the switches and expiration date you selected, to the License Portal. The License Port will create the corresponding AmpCon-Campus license, which will be automatically imported to AmpCon-Campus. Importing Licenses Manually When AmpCon-Campus cannot connect to the License Portal or the connection is unstable, you need to import AmpCon-Campus licenses to AmpCon-Campus manually. To import an AmpCon-Campus license manually, follow these steps: Obtaining Hardware IDs in Batches To manually import licenses to all switches, you need to obtain the hardware IDs of each switch that you want to manage first. 1. Click System > Software Licenses > License Management from the navigation bar, and then click Quick Activate. You can see all switches provisioned with ZTP and without AmpCon-Campus license assigned. 2. Click Download. In the Download Content section, the Hardware ID is selected by default. image.png 3. Select one or multiple switches you want to retrieve hardware IDs. 4. Click Download. Then AmpCon-Campus will generate a .xlsx file with the hardware IDs of these switches. NOTE: Don’t modify the generated .xlsx file. Or else, the license creating process might fail. Creating an AmpCon-Campus License To create an AmpCon-Campus license, follow these steps: 1. Log in to the License Portal, and then click AmpCon Licenses > New AmpCon License. NOTE: You can get the username and password of the License Portal from the sale team. 2. Input the following information: Software Type: Select AmpCon-Campus. Software Version: Select AmpCon-Campus 2.3.0. Device Type: From the drop-down list, select a device type. Feature Type: Select Foundation. Currently, only the Foundation feature type is supported. License Type: Select Trial License or Standard License. License Name: The name of the license. 3. In the Addition Method section, click Form input. 4. Click Analysis Excel to upload the .xlsx file generated in the 1. Obtaining Hardware IDs in Batches section, and select the expiration date. image.png Tip: To apply a specific expiration date to all blank drop-down lists, locate the expiration date, and then click Batch-Sync. 5. Click Add AmpCon License. Importing an AmpCon-Campus License to AmpCon-Campus To import an AmpCon-Campus license to AmpCon-Campus, follow these steps: 1. Get the updated or new license from the License Portal. a. Log in to the License Portal, and then click AmpCon Licenses. b. Click Copy to copy the license string or click Download to download the .lic license file. image.png 2. In the AmpCon-Campus UI, click System > Software Licenses > License Management from the navigation bar. 3. On the “License Management” page, click Import. 4. Select either of the following ways to import licenses: Select Copy License.txt, and paste the license strings that you copied in step 1.b to the License Key box. image.png Select Copy License.lic, and then upload the .lic license file that you downloaded in step 1.b in the License Key selection box. image.png 5. Click Apply. After you import the new license, the All Licenses table is refreshed. Optional: Editing an AmpCon-Campus License After you create an AmpCon-Campus license, if you want to manage new switches with AmpCon-Campus, you can edit the AmpCon-Campus license. Follow these steps: 1. Log in to the License Portal, and click AmpCon Licenses. 2. Locate the license that you want to edit, and click the edit icon in the Total hw-ids column. 3. Click the Add Device icon, enter the Hardware ID of each new switch that you want to manage, and select the expiration date. image.png 4. Click Save. NOTE: After you edit a license, import the updated AmpCon-Campus license to AmpCon-Campus so that newly added switches can be managed by AmpCon-Campus. Importing Licenses for Imported Switches To onboard switches through importing switches, you must import AmpCon-Campus licenses (containing the Hardware IDs of the switches) to AmpCon-Campus manually so that AmpCon-Campus can manage these switches. Obtaining Hardware IDs To manually import the licenses to all switches, you need to obtain the Hardware ID of each switch that you want to manage first. Follow these methods: 1. SSH log in to each switch and run the following commands: run start shell sh sudo license -s image.png 2. SSH log in to each switch and run the following command: show version image.png Creating an AmpCon-Campus License To create an AmpCon-Campus license, follow these steps: 1. Log in to the License Portal, and then click AmpCon Licenses > New AmpCon License. NOTE: You can get the username and password of the License Portal from the sale team. 2. Input the following information: Software Type: Select AmpCon-Campus. Software Version: Select AmpCon-Campus 2.3.0. Device Type: From the drop-down list, select a device type. Feature Type: Select Foundation. Currently, only the Foundation feature type is supported. License Type: Select Trial License or Standard License. License Name: The name of the license. 3. In the Addition Method section, select either of the following ways: Form input: Enter the Hardware IDs of switches to be managed with AmpCon-Campus, and select the expiration date. image.png Tip: To apply a specific expiration date to all blank drop-down lists, locate the expiration date, and then click Batch-Sync. File upload: Click Upload to upload a .xlsx file with the Hardware IDs of switches to be managed with AmpCon-Campus and the expiration date. You can click Blank template to download a .xlsx template file. 4. Click Add AmpCon License. Importing an AmpCon-Campus License to AmpCon-Campus To import an AmpCon-Campus license to AmpCon-Campus, follow these steps: 1. Get the updated or new license from the License Portal. a. Log in to the License Portal, and then click AmpCon Licenses. b. Click Copy to copy the license string or click Download to download the .lic license file. image.png 2. In the AmpCon-Campus UI, click System > Software Licenses > Licenses Management from the navigation bar. 3. On the “Licenses Management” page, click Import. 4. Select either of the following ways to import licenses: Select Copy License.txt, and paste the license strings that you copied in step 1.b to the License Key box. image.png Select Copy License.lic, and then upload the .lic license file that you downloaded in step 1.b in the License Key selection box. image.png 5. Click Apply. After you import the new license, the All Licenses table is refreshed. Optional: Editing an AmpCon-Campus License After you create an AmpCon-Campus license, if you want to manage new switches with AmpCon-Campus, you can edit the AmpCon-Campus license. Follow these steps: 1. Log in to the License Portal, and click AmpCon Licenses. 2. Locate the license that you want to edit, and click the edit icon in the Total hw-ids column. 3. Click the Add Device icon, enter the Hardware ID of each new switch that you want to manage, and select the expiration date. image.png 4. Click Save. NOTE: After you edit a license, import the updated AmpCon-Campus license to AmpCon-Campus so that newly added switches can be managed by AmpCon-Campus. Troubleshooting for License Importing If you fail to import AmpCon-Campus licenses, refer to the following reasons and solutions: Automatic License Importing Issues When you automatically import an AmpCon-Campus license, you might see the following errors in the AmpCon-Campus UI. To resolve these issues, check related solutions: Abnormal Network Connection Error: Abnormal network connection. Failed to obtain the License Key. Please try again later. Root Cause: The network between the License Portal and the AmpCon-Campus server is unavailable or unstable. Solution: Check and resolve the network connection issues between the License Portal and the AmpCon-Campus server. Insufficient AmpCon-Campus Licenses Error: The number of selected switches can't be more than the number of Hardware IDs that can be bound with the AmpCon license for the selected expiration date. Root Cause: The total number of selected switches is more than the number of Hardware IDs that can be bound with the AmpCon-Campus license for the selected expiration date. Solution: Click System > Software Licenses > Licenses Management from the navigation bar, and then click Quick Activate. Click Refresh to manually refresh the number of remaining Hardware IDs that can be bound with the AmpCon-Campus license for the selected expiration date. Reduce the total number of switches selected with the expiration date specified. Select a different expiration date to activate the remaining switches. Purchase more AmpCon-Campus licenses. License Portal Authentication Failed Error: The License Portal authentication failed. Please try again after updating license portal information in the global system configuration. Root Cause: The License Portal information that you entered in the global system configuration is incorrect. Solution: Re-enter the License Portal URL, License Portal User, and License Portal Password in the global system configuration, and then check the connectivity. For more information, see Checking License Portal Connectivity. Outdated Information Error: xxx.xxx.xxx (HW ID) has bound the license. Please check and try again. Root Cause: The switch that you are activating has been assigned with an AmpCon-Campus license. Solution: Click Refresh to manually refresh the list of switches with no AmpCon-Campus licenses. Resolve network issues between the AmpCon-Campus server and the License Portal. Manual License Importing Issues When you manually import an AmpCon-Campus license, you might see the following errors in the AmpCon-Campus UI. To resolve these issues, check related solutions: Abnormal Network Connection Error: Failed to obtain the License Key. Please try again later. Root Cause: The network between the License Portal and the AmpCon-Campus server is unavailable or unstable. Solution: Check and resolve the network connection issue between the License Portal and the AmpCon-Campus server. Insufficient AmpCon-Campus Licenses Error: The number of selected switches can't be more than the number of Hardware IDs that can be bound with the AmpCon license for the selected expiration date. Root Cause: The total number of selected switches is more than the number of Hardware IDs that can be bound with the AmpCon-Campus license for the selected expiration date. Solution: Reduce the total number of switches specified with the expiration date. Select a different expiration date to activate the remaining switches. Purchase more AmpCon-Campus licenses. License Portal Authentication Failed Error: The License Portal account or password does not match. Please check and try again. Root Cause: The License Portal information that you entered in the License Portal is incorrect or does not match. Solution: Re-enter the username and password you input to log in to the License Portal. Outdated Information Error: xxx.xxx.xxx (HW ID) has bound the license. Please check and try again. Root Cause: The switch that you are activating has been assigned with an AmpCon-Campus license. Solution: Click Refresh to manually refresh the list of switches AmpCon-Campus PicOS licenses. Resolve network issues between the AmpCon-Campus server and the License Portal. Wrong Hardware ID in the Uploaded File Error: There is no HW ID in the table. Please check and try again. xxx.xxx (HW ID) is repeated. Please check and try again. The format of the Hardware ID filled in is incorrect. Please check. Root Cause: The hardware IDs are not entered, are repeated, or are in wrong format. Solution: Ensure hardware IDs are correctly entered and not duplicated in the uploaded file. Converting a Trial License to Standard Licenses You can convert a trial AmpCon-Campus license to one or multiple standard AmpCon-Campus licenses automatically when AmpCon-Campus is stably connected to the License Portal. NOTE: On AmpCon-Campus, you have only one chance to convert trial licenses to standard licenses. If more switches need trial license conversion, perform the operation in the License Portal. Prerequisites Ensure that AmpCon-Campus can connect with the License Portal through the entered username and password. Or else, switch deployment will fail. For more information, see Checking License Portal Connectivity. Ensure that the sale team have created standard AmpCon-Campus licenses for you in the License Portal. Procedure To convert a trial AmpCon-Campus license to one or multiple standard licenses automatically, follow these steps: 1. Click System > Software Licenses > Licenses Management from the navigation bar, and then click Trial License Conversion. You can view all switches managed by AmpCon-Campus with a trial license assigned. NOTE: The Trial License Conversion button is visible only when a trial license has been imported into AmpCon-Campus and no standard license has been imported. image.png 2. Optional: To manually refresh the list of switches with a trial license assigned, click Refresh. NOTE: You are recommended to manually refresh the list of switches with a trial license assigned. Reasons are as follows: If the network is available and stable, AmpCon-Campus will automatically retrieve the latest Expiration Date and Quantity information from the License Portal and display the latest switch list in the AmpCon-Campus UI. But if AmpCon-Campus fails to retrieve information from the License Portal due to network issues, manually refresh the latest Expiration Date and Quantity information and the list of switches with a trial license assigned. 3. Check the quantity of Hardware IDs that can be bound with the AmpCon-Campus license for a specific expiration date: image.png a. In the Available Expiration Date drop-down list, select an expiration date. b. In the Quantity field, check the quantity of Hardware IDs allowed by the selected expiration date. 4. For switches with different expiration dates, locate each switch, and then select an expiration date in the Expiration Date drop-down list. 5. For switches with the same expiration date, select the expiration date in the Available Expiration Date drop-down list, and then click Apply Expiration Date. For how expiration dates are applied, see Guidelines of Applying Expiration Date. 6. Click Convert to complete the conversion. NOTE: The switches without Expiration Date specified will be removed from AmpCon-Campus after the operation. Guidelines of Applying Expiration Date After you click Apply Expiration Date, AmpCon-Campus will analyze the following counts first: Count A: The count of the switches without Expiration Date specified. Count B: The count of Hardware IDs allowed by the selected expiration date in the Available Expiration Date drop-down list. If Count A is less than Count B, AmpCon-Campus will automatically apply the selected expiration date to all the switches without Expiration Date specified. If Count A is more than Count B, AmpCon-Campus will automatically apply the selected expiration date to switches without Expiration Date specified from top to bottom. For the remaining switches without Expiration Date specified, the Expiration Date drop-down list are blank. You can do as follows: Select another expiration date in the Available Expiration Date drop-down list, and then click Apply Expiration Date. This expiration date will be assigned to the remaining switches by AmpCon-Campus automatically. Select another expiration date in the Expiration Date drop-down list manually. Example: image.png The count of the switches without Expiration Date specified is 5, the selected expiration date (2025-08-29) allows for 4 Hardware IDs. In this case, you click the Apply Expiration Date button. AmpCon-Campus will assign the selected expiration date (2025-08-29) to the first 4 switches. For the remaining 1 switch without an Expiration Date specified, you can do as follows: Select another expiration date in the Available Expiration Date drop-down list, and then click Apply Expiration Date. This expiration date will be assigned to the remaining 1 switch by AmpCon-Campus automatically. Select another expiration date in the Expiration Date drop-down list manually. Viewing AmpCon-Campus Licenses In the AmpCon-Campus UI, click System > Software Licenses > License View. You can see the AmpCon-Campus licenses that are imported to AmpCon-Campus. In addition, you can see the status and usage information of these AmpCon-Campus licenses. License Status In the License File Status section, you can see the numbers of “all“, “invalid“, and “expired“ AmpCon-Campus licenses. All Indicates all licenses Invalid Indicates that the license is invalid Expired Indicates that the license has expired image.png License Usage In the License Usage section, you can see the numbers of normal, abnormal, and expired AmpCon-Campus licenses. Abnormal licenses include both invalid licenses and expired licenses. image.png License Details In the License Information section, you can view the following columns. All columns support ascending and descending sorting. License ID: The ID of the AmpCon-Campus license Hardware ID: The ID of the switch hardware Model Name: The name of the switch model License Type: Includes standard license (formal License) and trial license (temporary License) License File Status: The status of the AmpCon-Campus license for the switch Valid Date: The date from when the switch can be managed by AmpCon-Campus Expiration Date: The date until when the switch can be managed by AmpCon-Campus You can filter licenses with the license status file keywords. In the License Information table, click the License File Status column, and select a status to view relevant licenses. image.png Fuzzy Search for License Information In the search box of the License Information table, enter keywords to search for specific licenses. image.png Invalidating a License If you don’t need to deploy and manage a switch with AmpCon-Campus, you can invalidate the AmpCon-Campus license on the switch to release this license. NOTE: The Hardware ID of a switch might exist in multiple AmpCon-Campus licenses. Ensure that you invalidate all AmpCon-Campus licenses on the switch. After you invalidate all AmpCon-Campus licenses on a switch, the switch can’t be deployed and managed with AmpCon-Campus. The switch that has been deployed will be removed from the switch list on the “Switches” page. You can perform three invalidation operations at most. Procedure 1. In the AmpCon-Campus UI, click System > Software Licenses > Licenses Management. 2. Click the license file, and click the Hardware ID to be invalidated. Then, click Invalid License. image.png 3. In the pop-up window, click Yes. You can see the invalid code is displayed in a pop-up window. The status of the license is changed to Invalid, and show invalid code in the Operation column is shown as clickable instead of grayed out. If the license status is not displayed as Invalid, click Refresh to update the license status. image.png 4. Click Show Invalid Code to copy the invalid code. 5. Release the invalidated license in the License Portal. a. Log in to the License Portal, and then click AmpCon Licenses > Verify Revoke Code. b. In the Software Type drop-down list, select AmpCon-Campus. c. Use either of the following ways: - In the Addition Method section, select Form Input. In the Revoke Code field, paste the invalid code that you copied in step 4. image.png - In the Addition Method section, select File Upload. Click Blank template to download a template file. Open the template file, and enter the invalid code in the .xlsx template file. Then, upload the file. image.png 6. Click Save. Checking License Logs and Alerts In the AmpCon-Campus UI, click System > Software Licenses > License Log. You can check the operation logs and alerts that are related to AmpCon-Campus licenses. Viewing License Operation Logs On the “License Log” page, you can view license-related operation records (such as license import operations and license invalidation operations), the time of each operation, and the status of each operation. image.png Exporting License Operation Logs To export license logs as a .csv file, select one or more entries, and then click Export in the License Log section. image.png Searching for License Operation Logs To perform a fuzzy search for logs, enter keywords in the search box of the License Log section. image.png Checking License Alerts To check license alert information, check the License Alert section. NOTE: During the grace period of a trial AmpCon-Campus license, the AmpCon-Campus login interface displays "License is expired, you have a 14-day grace period". If a standard AmpCon-Campus license expires, you can see the license status is expired in the License Alert section of the AmpCon-Campus UI. Within 14 days before a standard AmpCon-Campus license expires, when you log in to the AmpCon-Campus UI, you will see the notification message “License ID: xx Some of the licenses are about to expire. If you wish to continue using this device, please renew the license. You can view the relevant information through the “License Alert” function.” In this case, ask the sale team to renew the AmpCon-Campus license in the License Portal. Then, download the renewed license, and import it to AmpCon-Campus as described in Importing Licenses for Deployed Switches. image.png Exporting License Alerts To export alerts as a .csv file, select one or more alert entries, and then click Export in the License Alert section. image.png Searching for License Alerts To perform a fuzzy search for alerts, enter keywords in the search box of the License Alert section. image.png

Home/
Documentation/
PicOS® Enterprise Switches/
AmpCon-Campus Management Platform/
LIS-AMPCON-CAM-FPSW-Foundation-90D/
Configuration Guide/
  • 1
  • 2
  • 3
  • 4