https://support.juniper.net/support/downloads/
The Junos Space Virtual Appliance can be deployed on a VMware ESX server.
JSVA consists of preconfigured Junos Space Network Management Platform software with a built-in operating system and application stack that is easy to deploy, manage, and maintain.
qcow2 to intall on KVM HV ( NFX250 )
...
Code Block | ||
---|---|---|
| ||
in KVM HV: 4x CPU 32GB / 32768 MB RAM >>> 24576 MB ( 25165824 Mb) 4 interface: eth0 to eth3 set system memory hugepages page-size 1024 page-count 7 set virtual-network-functions myvsrx image /var/third-party/images/space-18.4R1.5.qcow2 #set virtual-network-functions myvsrx storage vdb type cdrom source file /var/third-party/ISO/myspaceconfig.iso set virtual-network-functions myvsrx virtual-cpu 0 physical-cpu 45 set virtual-network-functions myvsrx virtual-cpu 1 physical-cpu 118 set virtual-network-functions myvsrx virtual-cpu 2 physical-cpu 49 set virtual-network-functions myvsrx virtual-cpu count 3 set virtual-network-functions myvsrx memory size 25165824 set virtual-network-functions myvsrx memory features hugepages set virtual-network-functions myvsrx interfaces eth4 mapping hsxe0 virtual-function #Configure only the eth0 interface. set virtual-network-functions myvsrx interfaces eth5eth0 mapping hsxe1hsxe0 virtual-function |