Deploy SAE Solution QCOW2 in CSP
Recommended Resources, Pre-requisites, and Packages
Recommended resources for the qcow2 service is as follows:
-
CPU: 4 CPU's
-
RAM: 32 gigabytes
-
Hard Disk: 300 gigabytes or more
Prerequisites
-
CSP version should be greater than 2.5.1
-
Have the host information like hostname, IP address, netmask, gateway, DNS IP address handy.
-
VLAN # and Management Network for VNF running in the CSP where this host is going to be deployed.
Packages
The sae-solution image and sae-sol-2-2-0-1.qcow2, is an image that packages the following OS/applications.
-
Harmon CentOS 7: CentOS provided by Harmon with Linux kernel hardened up.
-
NSO Platform version: 5.2.3.6
-
SAE Core Function Pack (CFP) version: 2.2
-
Network Element Driver (NED): Beside the NEDs that come with SAE CFP, additional NEDs are bundled in this qcow2.
-
CSRv: cisco-ios-cli-6.66 version 6.66.1
-
ASAv: cisco-asa-cli-6.11 version 6.11
-
Palo Alto: paloalto-panos_cli-cli-4.7 version 4.7.4
-
Tailf-HCC: tailf-hcc version 4.5.0
-
Quagga: quagga-bgp-cli-4.2 version 4.2.6
-
-
SAE GUI: version 2.2.0-2020-Dec-21-15_09
Note |
For more information, on how to deploy the QCOW2 image on CSP, connect to our CISCO Support/Service team. |
SAE Upgrade Procedure
Upgrade and Install SAE RPM package
Run the following command to check and remove previous version of RPM and Debian before installing new RPM.
For RPM
-
Verify if any previous RPM's are present on your VM by running the following command.
rpm -qa saeui
-
Remove the previous RPM's by running the following command.
sudo rpm -e <package name>
Example is as follow:
sudo rpm -e saeui-2-1.0.noarch
For Debian
-
Verify if any previous Debian's are present on your VM by running the following command.
dpkg -l saeui
-
Remove previous Debian's by running the following command.
sudo dpkg -r <package name>
Example is as follow:
sudo dpkg -r saeui