Configure the Interface for Dataplane On-Premises

Configure the Interface for Dataplane On-Premises

You now have to configure two aspects of this appliance: interface configuration and DNS or proxy settings that steer cloud app traffic through the appliance.

In the sample network below, Dataplane On-Premises appliance’s inbound client-facing interface is connected to the 172.16.0.0/23 subnet. The interface configuration uses IP ranges within the subnet for accepting client traffic. The dataplane interface will be assigned the IP 172.32.0.2 in the management subnet 172.32.0.0/24, and its outbound egress interface will be assigned the IP 10.100.1.2 in the subnet 10.100.1.0/24.

Dataplane-IP.png

To configure the inbound and outbound (dp1 and dp2 for virtual appliance) interfaces,

  1. In configuration mode, run the following commands.
    set interface dp1 ip 172.16.1.10-172.16.1.60, 172.16.1.64, 172.16.1.65-172.16.1.125, 172.16.1.200-172.16.1.225
    set interface dp1 netmask 255.255.254.0
    set interface dp1 gw 172.16.0.1
    set interface dp2 ip 10.100.1.2
    set interface dp2 netmask 255.255.255.0
    set interface dp2 gw 10.100.1.1

    Note

    The dp1 interface IP address can either be a full /24 block of IPs, or you can also assign non-contiguous IP addresses and IP address range. The above example shows the non-contiguous IP address and IP address range assigned for dp1 interface.

  2. Enter save.

You can use the show command to verify the configuration.

Share this Doc

Configure the Interface for Dataplane On-Premises

Or copy link

In this topic ...