Adding Generic Route-Based VPN Connections

Overview

TOS enables you to extend the SecureTrack topology model by adding or removing generic route based VPN connections.

Add Generic Route-Based VPN Connections

  1. Right-click a generic or non-generic device, and select Show route-based VPNs.

  2. Click + ADD GENERIC VPN.

  3. Enter the following information:

    • VPN name: Name of the VPN connection.

    • Interface name: Name of the interface on the device.

    • Source tunnel IP: Source IP address for the IPsec packet header. The source tunnel IP does not have be the same as the IP address of Interface name.

    • Destination tunnel IP: Destination IP address for the IP.

  4. Click Add Generic vpn and if required enter additional interfaces.
  5. Once all the interfaces have been entered, click Save to add the VPN to the device.

Network Topology APIs for Generic Route-Based VPN Connections

The Network Topology API provides methods to programmatically manage generic route-based VPNs on both generic and non-generic devices.

API method

Description

POST /topology/generic/vpn/

Add  one or more generic route-based VPNs to one or more devices.

PUT /topology/generic/vpn/

Update one or more existing generic route-based VPNs on one or multiple devices.

DELETE /topology/generic/vpn/{vpnId}

Delete the generic route-based VPN specified by VPN ID from the device it is configured on.

DELETE /topology/generic/vpn/{deviceId}

Delete all generic route-based VPNs from the device specified by device ID.

 

How Do I Get Here?

SecureTrack > Map