ASN Package Installation
Prerequisites
Enable internet and DNS to install packages via Ubuntu apt
Packages to Install in Server
Extract the image
tar -xf
asn-image-v1-*.tar.gz
Change to the extracted directory
cd asn-image-v1-*
Run the installation script for the ASN server
install-asn-server.sh
Reboot the server
sudo reboot
After rebooting, install DPDK ports
install-dpdk-ports.sh
Execute the ASN script
sudo ./run-asn.sh
Use the FV GUI to control/manage ASN
To check the Dev console of ASN-Server
sudo conspy 20
Press ESC three times to exit
If any prerequisite or dependency is installed after completing the ASN installation, the following script must be re-executed:
Last updated