NDR Sensor CLI

set interface <interface-name> ip <prefix-ipv46> [gateway <gateway-ip>]

Configure a static IP address and netmask. Make sure an appropriate network route is also configured. You can use the optional gateway argument, or set a route using the set route command. IPv6 based functionality is not supported in this release.

Parameters:

Option Description
<interface-name> Configurable network interface argument
<prefix-ipv46> CIDR notation argument for IPv4/IPv6 address
<gateway-ipv46> Gateway IPv4/IPv6 address argument


Example:

ndr-sensor> set interface eth0 ip 192.168.110.110/24 gateway 192.168.110.1