Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »


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 )

iso :  for HW install ( # CD / DVD )





code
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 24
 
set virtual-network-functions myspace184R18 image /var/third-party/images/space-18.4R1.5.qcow2
#set virtual-network-functions myspace184R18 storage vdb type cdrom source file /var/third-party/ISO/myspaceconfig.iso
set virtual-network-functions myspace184R18 virtual-cpu 0 physical-cpu 5
set virtual-network-functions myspace184R18 virtual-cpu 1 physical-cpu 8
set virtual-network-functions myspace184R18 virtual-cpu 2 physical-cpu 9
set virtual-network-functions myspace184R18 virtual-cpu count 3
set virtual-network-functions myspace184R18 memory size 25165824
set virtual-network-functions myspace184R18 memory features hugepages
#Configure only the eth0 interface.
set virtual-network-functions myspace184R18 interfaces eth0 mapping hsxe0 virtual-function vlan 100
set virtual-network-functions myspace184R18 no-default-interfaces

vjunos0
#applied via JCP
set vlans vlan-100 vlan-id 100

 
# LAN vlan100
set interfaces ge-0/0/0 unit 0 family ethernet-switching vlan members vlan-100
set interfaces sxe-0/0/0 unit 0 family ethernet-switching interface-mode trunk
set interfaces sxe-0/0/0 unit 0 family ethernet-switching vlan members vlan-100



  • No labels