Modifying network interfaces on a Service Point - User Guide - BlueCat Edge

BlueCat Edge User Guide

ft:locale
en-US
Product name
BlueCat Edge
The following section outlines how to modify the network interfaces on your service point.
Attention: You cannot modify a network interface that is in use by a service.
  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. Update a new network interface using the following command:
    nic eth<n> update -ipv4 <new_ip_address_cidr> -gw4 <new_gateway_ip>
    Where the parameters are as follows:
    • eth<n>—the name of the ethernet interface that you would like to update.
    • -ipv4 <new_ip_address_cidr>—the IP address that you would like to assign to the interface, in CIDR format. For example, 10.0.0.10/24
    • -gw4 <new_gateway_ip>—the IP address of the default gateway. For example, 10.0.0.1
Example
nic eth2 modify -ipv4 10.0.0.10/24 -gw4 10.0.0.1