Users Guide

Setting Up Cisco CSR100V VNF Package | Configuring Virtualization
802 OMNM 6.5.3 User Guide
5
Double-click the image from the Project > Compute > Images page.
The image details overview is displayed.
6
Boot up a VM from the OpenStack system using this image.
Here is an example command syntax:
Image file Used:\\192.168.51.11\it\VMs\vnf\vendor\cisco\CSR\
csr1000v-
universalk9.03.12.00.S.154-2.S-std.qcow2
Config file used - placed on OpenStack controller 10.101.170.3 (bare metal
ICEHOUSE via Fuel) in the root directory:
\\192.168.51.11\it\VMs\vnf\vendor\cisco\CSR\iosxe_config_MgtPlus8DataPort
s.txt -> copied to /root/iosxe_config_MgtPlus8DataPorts.txt on the
OpenStack Controller.
7
Log into the OpenStack controller.
8
Boot a new VM using the following nova command line syntax.
Make sure that you are using the image along with your iosxe_config.txt file and that the
instance is operational.
nova --os-username admin --os-password <
OpenStack admin password
> --os-
<
OpenStack Tenant Name
> admin --os-auth-url <
OpenStack Auth URL
> boot
<
VM Name
> --image <
OpenStack Image Name
> --flavor <
OpenStack Flavor
Name
>
--nic net-id=<OpenStack Network 1 UUID> --nic net-
id=<OpenStack Network 2 UUID>
--config-drive=true --file
iosxe_config.txt=<
default config file disk location/file name
>
This example command has two network connections. You can include additional network
connections by adding repetitions of the following:
–-nic net-id=<
value
>
9
Verify that the VM:
• Booted successfully.
Has the proper Cisco configuration file contents applied to its running configuration.
Is fully operational.