ASN Package Installation
Prerequisites
Enable internet and DNS to install packages via Ubuntu apt
Packages to Install in Server
Extract the image
tar -xfasn-image-v*.tar.gzChange to the extracted directory
cd asn-image-v*Run the installation script for the ASN server
install-asn-server.shReboot the server
sudo rebootAfter rebooting, install DPDK ports
install-dpdk-ports.shExecute the ASN script
sudo ./run-asn.shUse the FV GUI to control/manage ASN
To check the Dev console of ASN-Server
sudo conspy 20Press 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
Was this helpful?