Adding static routes to a Service Point - User Guide - BlueCat Edge

BlueCat Edge User Guide

ft:locale
en-US
Product name
BlueCat Edge
The following section outlines steps to add a static route to your service point.
  1. Log in to the service point using the operations user and the password provided when configuring the service point in the Edge CI.
  2. Create a static route using the following command:
    nic eth<n> route add -dst <destination_cidr> -gw <gateway_ip>
    Where the parameters are as follows:
    • eth<n>—the name of the ethernet interface that you would like to configure. By default, when configuring the IP address in the Edge CI for provisioning the service point, the IP address is associated to the eth0 interface. When adding an interface using the nic command line tool, the ethernet interface should start from eth1 and greater.
    • -dst <ip_address_cidr>—the IP address of the destination network that you would like to create a static route to, in CIDR format. For example, 192.168.2.0/24
    • -gw <gateway_ip>—the IP address of the default gateway. For example, 192.168.1.1
Example
nic eth1 route add -dst 192.168.2.0/24 -gw 192.168.1.1