Users Guide

Setting Up the Juniper Firefly VNF Package | Configuring Virtualization
OMNM 6.5.3 User Guide 851
ge-0/0/0: net-mgmt network port
ge-0/0/1: net-data-1 network port
ge-0/0/2: net-data-2 network port
For example, configure the ge-0/0/0 port (repeat this process for ge-0/0/1 and ge-0/0/2) “set
unit 0 family inet dhcp” as follows:
[edit]
admin@vSRX1# show interfaces ge-0/0/0
unit 0 {
family inet {
dhcp;
}
}
11
Configure security zones.
a. Delete ge-0/0/0 interface from security-zone untrust (default settings).
b. Add the ge-0/0/0 interface to security-zone trust and add host-inbound-traffic settings as
follows:
[edit]
admin@vSRX1# show security zones
security-zone trust {
tcp-rst;
interfaces {
ge-0/0/0.0 {
host-inbound-traffic {
system-services {
all;
}
protocols {
all;
}
}
}
}
}
security-zone untrust {
screen untrust-screen;
}
[edit]
admin@vSRX1#
Next you need to create a VM snapshot.
Creating a VM Snapshot
The VM snapshot is used to create and export a Virtualized Infrastructure Manager (VIM) software
image descriptor from the OpenManage Network Manager (OMNM) application and then the
VIM software image descriptor is used to manage, deploy, or migrate images.
Gracefully shutdown the VM manually in the OpenStack environment and then take a snapshot
produced as a qcow2 image file.