Junos Space is available for download as a virtual appliance and can be deployed on a number of virtual host infrastructures including a customer’s own vSphere infrastructure. vCloud Director is a web portal that can be used as a managed end-user interface to a vSphere infrastructure. vCloud can be used within an enterprise infrastructure, but it is also commonly used by cloud-based virtual machine (VM) hosting providers. For customers who wish to run Junos Space on a cloud provided platform, they will need to use a provider which allows OVF upload, static IP assignment, and video console access. For these requirements a VMware hosting provider can be used. Commodity cloud providers may not be able to meet these requirements. In this guide, the examples are utilizing VM Hosting provided by StratoGen . They currently offer a trial period which can be used to trial Junos Space in a cloud hosted environment. This document outlines deploying Junos Space in a VMware vCloud environment and provides instructions for requesting a free trial from StratoGen to deploy and evaluate Junos Space. For more information on VMware’s vCloud Director, please see this overview from VMWare.
• Run Junos Space virtual appliance on enterprise vCloud Director • Run Junos Space virtual appliance on provider cloud hosted vCloud Director
interfaces { ge-0/0/0 { description "DMZ"; unit 0 { family inet { filter { input protectRE; } address 152.14.12.11/28; } } } ge-0/0/1 { unit 0 { family ethernet-switching { vlan { members vlan101; } } } } vlan { unit 101 { family inet { address 10.192.101.1/24; } } } st0 { unit 101 { family inet { address 1.1.1.1/30; } } } } routing-options { static { route 192.168.2.0/24 next-hop st0.101; } } security { ike { policy ike_policy { mode main; proposal-set standard; pre-shared-key ascii-text "$9$7vNV..."; } gateway ike_gateway { ike-policy ike_policy; address 212.54.145.70; external-interface ge-0/0/0.0; } } ipsec { policy ipsec-policy { proposal-set standard; } vpn ipsec_vpn { bind-interface st0.101; ike { gateway ike_gateway; ipsec-policy ipsec-policy; } } } policies { from-zone v101 to-zone v101 { policy ok { match { source-address any; destination-address any; application any; } then { permit; } } } } zones { security-zone untrust { host-inbound-traffic { system-services { ping; ssh; snmp; ntp; ike; } } interfaces { ge-0/0/0.0; } } security-zone v101 { interfaces { vlan.101; st0.101; } } } } vlans { vlan101 { vlan-id 101; l3-interface vlan.101; } }
jboyle@poi> show security ike security-associations Index State Initiator cookie Responder cookie Mode Remote Address 5584150 UP 72120af2504c8bf8 546bfd3b5d266895 Main 212.54.145.70 jboyle@poi> show security ipsec security-associations Total active tunnels: 1 ID Algorithm SPI Life:sec/kb Mon vsys Port Gateway <131073 ESP:aes-128/sha1 35346ff7 3571/ unlim - root 500 212.54.145.70 >131073 ESP:aes-128/sha1 898a8674 3571/ unlim - root 500 212.54.145.70
Subject: New trial request for (YOUR ACCOUNT NAME) – specialized request for trial of Junos Space CC: [email protected] ; [email protected] This requested trial will be used to test Juniper Networks Junos Space application. Specialized requirements include the following: o 64 GB disk storage o 8 GB RAM (allows for 1 running VM) o Org Routed Network and vShield Edge Gateway
2020-07-23: Fixed broken link