Skip to main content

Deploying a VMware Router

This guide walks a network engineer through deploying a VMware ESXi virtual machine as a conductor-managed SSR branch router. By the end of the guide, the VMware router VM will be running SSR 7.1.4-3.r2, managed by an existing SSR conductor, and forwarding internet traffic from LAN users with management traffic returning to the conductor over the same WAN interface used for internet breakout.

note

This guide assumes a conductor is already installed and running SSR 7.1.4-3.r2. If you have not yet deployed a conductor, complete one of the conductor deployment guides first:

Guide Topics

StepTopicDescription
1Create the VMware VMCreate and configure a VMware ESXi VM to host the branch router
2Install SSR Software and Initialize the RouterBoot the ISO, install SSR software, and initialize the VM as a conductor-managed router
3Find VM NIC PCI AddressesIdentify the WAN and LAN VMXNet3 NIC PCI addresses required for the router configuration
4Configure the Router on the ConductorStage the router configuration on the conductor so it can be applied after onboarding
Appendix — Router ConfigurationComplete VMware router PCLI configuration example

Network Topology

The diagram below shows the logical network this guide builds.

Spoke1 Config diagram

Roles

DeviceTypeRole
ConductorVMware ESXi VMPre-existing conductor — centralized management and provisioning
Spoke1VMware ESXi VM (vSSR)Conductor-managed branch router — internet breakout and LAN services

Network Design Reference

The following IP addressing and naming scheme is used consistently throughout this guide. Substitute your own values when configuring your network.

ParameterExample ValueDescription
Authority NameAuthority128Organizational authority name
Conductor NameConductorPre-existing conductor system name
Conductor IP Address192.168.100.10Conductor IP — must be reachable from the router WAN
Router NameSpoke1VMware router system name
Router Node Namenode0Router node name
Router Asset IDSpoke1Asset ID reported after initialization; see Step 2
WAN Device Interfacewan-devWAN device interface name
WAN Network Interfacewan1WAN network interface name
WAN PCI Address(discovered in Step 3)VMXNet3 WAN NIC PCI address
LAN Device Interfacelan-devLAN device interface name
LAN Network Interfacelan1LAN network interface name
LAN PCI Address(discovered in Step 3)VMXNet3 LAN NIC PCI address
Router LAN IP Address192.168.1.1/24LAN gateway address
Tenant NamecorpLAN-side user tenant
Service NameInternet-TrafficInternet breakout service
Service Address0.0.0.0/0All internet-bound traffic
NeighborhoodinternetSVR neighborhood name

Prerequisites

Before beginning, ensure the following are available:

  • VMware ESXi 7.0 or later — administrative access to an ESXi host.
  • Juniper software access credentials — Artifactory username and password for software downloads and token provisioning.
  • SSR 7.1.4-3r2 Universal ISO — downloaded from software.128technology.com using your Juniper software access credentials.
  • Pre-existing conductor — running SSR 7.1.4-3.r2 at a static IP reachable from the router WAN. This guide uses 192.168.100.10.
  • WAN portgroup — a VMware portgroup with an ISP Ethernet link that provides DHCP.
  • LAN portgroup — a VMware portgroup connected to your branch LAN switch.
  • Internet access on the WAN link — required for the router to contact the conductor and download software updates.

Software Version Requirements

This guide targets SSR 7.1.4-3.r2 on the router.

note

The router software version cannot be higher than the conductor software version. Ensure the conductor is already running SSR 7.1.4-3.r2 before upgrading any router to that version.