Skip to main content

Step 2: Install SSR Software and Initialize the Hub Router

This step boots the router VM from the SSR ISO, installs the software, and uses the web-based initialization interface to configure the VM as a conductor-managed branch router.

Install SSR Software

  1. Select the new router VM in the ESXi Navigator and click the Play (Power On) button.

    Power On

  2. At the Install menu, use the arrow keys to select VGA Console.

    Install Type

  3. If you require FIPS mode, select Install Option 1 and press Enter. If FIPS is not required, press Enter without selecting an option. The download and installation begins.

    note

    IDP is not compatible with systems running in FIPS 140-3 mode, including Common Criteria or JITC deployments. If you plan to enable IDP, do not enable FIPS mode. See IDP Troubleshooting for information on disabling FIPS mode if needed.

    Additionally, please note that FIPS mode disables BGP MD5 authentication.

    Install Options

  4. The installation runs to completion automatically. This may take approximately 15–20 minutes.

    Install Progress

  5. When prompted to reboot, allow the VM to shutdown.

    Install Complete

Apply VLANs to the Hub

These steps configure VLANs on the router.

  1. In the VM in the ESXi Navigator, start the Hub1 Virtual Machine.

  2. Select Console and login using the root credentials.

  3. From the linux prompt run the command su admin to enter the SSR CLI.

    • Run show network-interface | more. This will display the DHCP IP addresses.

      show network interface

    • Locate the ge-0-x interfaces, and make a note of the IP address. Example:

      ge-0-0 =00:0c:29:6c:32:c1
      ge-0-1 =00:0c:29:6c:32:a3
      ge-0-2 =00:0c:29:6c:32:cb
      ge-0-3 =00:0c:29:6c:32:ad
  4. From the Hub VM in the ESXi Navigator, select Actions and then Edit Settings.

    Edit VM settings

    In the Hardware Configuration window, expand each network adapter to see the MAC address associated with the Network adapter.

    Mac Addresses

  5. Use the diagram below and the interface names for each MAC address, to associate the correct network VLAN with each interface. Use the following VM VLANs: VLAN1 (ge-0-0, the management port), VLAN67 (ge-0-1), VLAN3 (ge-0-2), and VLAN4 (ge-0-3). The Network Adapter, MAC address and ge-0-x interface name(s) should match based on the MAC addresses previously determined. Save when complete.

    VLAN Identification

Example:

ge-0-0 =00:0c:29:6c:32:a3 = Adapter 1 (VLAN1)
ge-0-1 =00:0c:29:6c:32:ad = Adapter 2 (VLAN67)
ge-0-2 =00:0c:29:6c:32:b7 = Adapter 3 (VLAN3)
ge-0-3 =00:0c:29:6c:32:c1 = Adapter 4 (VLAN4)
  1. Click Save.

Initialize the Router

  1. In the VM in the ESXi Navigator, select the Hub1 Virtual Machine, and click Power On.

  2. Click Console and login using the root credentials.

    • Username: root
    • Password: 128tRoutes

    The system takes a few minutes to start up.

  3. Run the command su admin to enter the PCLI.

    Initial Login

  4. Enter the following command to connect the Hub1 router to the conductor:

    initialize conductor-managed router-name Hub1 conductor-ip <conductor-ip-address>

    Wait for the device to show Device successfully initialized. This step may take several minutes to complete.

    Device Successflly Initialized

    Let’s go to the Conductor GUI, add this router, and connect it for communication to the Conductor.

  5. Open a browser tab on your computer and navigate to your VMWare conductor; https://192.168.100.10 and initiate a web session to the conductor GUI.

    Self signed Certificate warning

  6. Accept the self-signed certificate warning, and login using the username and the password you set earlier.

  7. In the Conductor GUI, click on Authority.

    Conductor Authority

  8. At the top of the list of Routers, select ADD.

    Add Router

  9. Enter the router Hub1 and click Save.

    New Router

Add a Location for the Router

After adding the router name, let’s add the location of this router. For this example, we'll use New York.

  1. In the Router Basic Information screen, enter New York under Location.

    Basic Info

  2. If you have the location coordinates (for this example, enter the following exactly: +40.7127281-074.0060152/), you can enter them.

  3. Under Inter-node Security Policy, select Internal.

  4. Below the Basic Info screen, click ADD next to Nodes.

  5. The New Node dialog is displayed - enter node0.

    New Node

  6. Click Save. The Node screen appears.

Set the Asset ID

The Asset ID allows the hub and conductor to fully connect, and allows the conductor to configure and control the hub router.

  1. On the Node screen, verify the Node Name is Node0, set the Associated Asset ID to Hub1, and set the Role to Combo.

    Node Asset ID

  2. Click COMMIT.

    If you see a Review Commit Warning, click Proceed and Commit . Your router is now bound to the conductor, sharing keys and trust. Connectivity will not be available for roughly 8-10 minutes, until full synchronization between the hub and conductor. When the Routers page displays Synchronized, the router is ready to be configured from the conductor.

Next Step

Proceed to Step 3 — Find VM NIC PCI Addresses.