NDR Sensor CLI

Networking

Associated Commands:

CLI Description Command

Clear all name servers


Clear all name servers from the DNS configuration.
clear name-servers

Clear search domains


Remove all domain names from the DNS search list.
clear search-domains

Delete name server


Delete the specified name server from the DNS configuration.
del name-server <name-server-arg>

Delete IPv4 or IPv6 network route


Delete the specified network IPv4 or IPv6 route. Default value for the IPv6 route metric is 1024.
del route prefix <prefix> [gateway <gateway-ip>] [interface <interface-name>] [metric <ip-route-metric>]

Delete a domain name


Delete the specified domain name from the DNS search list.
del search-domains <search-domain-arg>

Show system arp cache


Display the ARP table (includes information about internal interfaces)
get arp-table

Display system hostname


Display the system hostname.
get hostname

Display network interface properties


Display information about the specified network interface.
get interface <interface-name-arg>

Display all network interface properties


Display information about all network interfaces.
get interfaces

Get all name servers


Get all name servers in the DNS configuration.
get name-servers

Show the system network statistics for non-sniffing interfaces.


Display the system network statistics for non-sniffing interfaces.
get network-stats

Display specific IPv4 or IPv6 routes for the prefix


Display specific IPv4 or IPv6 routes for the prefix.
get route prefix <cidr46-notation>

Display IPv4 and IPv6 routes


Display all configured IPv4 and IPv6 routes.
get routes

Display IPv4 or IPv6 routes


Display all configured IPv4 or IPv6 routes.
get routes <ip-address-type>

Get all search domains


Get all domain names in the DNS search list.
get search-domains

Show active network connections


Display active network connections.
get sockets

nslookup


Get DNS lookup information.
nslookup <hostname-or-ip-address>

Ping host


Ping a host or IP address. Use Control-C to stop the command. Optionally use the repeat argument to specify how many packets to transmit.
ping <hostname-or-ip-address> [repeat <number>]

Set system hostname


Set the system hostname. Changing the hostname changes the command line prompt.
set hostname <hostname-arg>

Configure the specified interface to use DHCP


Configure the specified interface to use DHCP. IPv6 based functionality is not supported in this release.
set interface <configurable-interface-name> dhcp

Set network IP address and netmask


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.
set interface <interface-name> ip <prefix-ipv46> [gateway <gateway-ip>]

Add name server


Add a name server to the DNS configuration.
set name-servers <name-server-arg>

Add IPv4 or IPv6 network route


Add IPv4 or IPv6 network route. You can also just set a gateway by specifying a prefix value of 0.0.0.0/0 for IPv4 and ::/0 for IPv6. Default value for the IPv6 route metric is 1024.
set route prefix <prefix> [gateway <gateway-ip>] [interface <interface-name>] [metric <ip-route-metric>]

Add a domain name


Add a domain name to the DNS search list.
set search-domains <search-domain-arg>

traceroute


Trace the route to the specified IPv4 address or host.
traceroute <hostname-or-ip-address>

Total commands: 25