NDR Sensor CLI
Networking
Associated Commands:
| CLI Description | Command |
|---|---|
Clear all name serversClear all name servers from the DNS configuration. |
clear name-servers
|
Clear search domainsRemove all domain names from the DNS search list. |
clear search-domains
|
Delete name serverDelete the specified name server from the DNS configuration. |
del name-server <name-server-arg>
|
Delete IPv4 or IPv6 network routeDelete 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 nameDelete the specified domain name from the DNS search list. |
del search-domains <search-domain-arg>
|
Show system arp cacheDisplay the ARP table (includes information about internal interfaces) |
get arp-table
|
Display system hostnameDisplay the system hostname. |
get hostname
|
Display network interface propertiesDisplay information about the specified network interface. |
get interface <interface-name-arg>
|
Display all network interface propertiesDisplay information about all network interfaces. |
get interfaces
|
Get all name serversGet 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 prefixDisplay specific IPv4 or IPv6 routes for the prefix. |
get route prefix <cidr46-notation>
|
Display IPv4 and IPv6 routesDisplay all configured IPv4 and IPv6 routes. |
get routes
|
Display IPv4 or IPv6 routesDisplay all configured IPv4 or IPv6 routes. |
get routes <ip-address-type>
|
Get all search domainsGet all domain names in the DNS search list. |
get search-domains
|
Show active network connectionsDisplay active network connections. |
get sockets
|
nslookupGet DNS lookup information. |
nslookup <hostname-or-ip-address>
|
Ping hostPing 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 hostnameSet the system hostname. Changing the hostname changes the command line prompt. |
set hostname <hostname-arg>
|
Configure the specified interface to use DHCPConfigure 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 netmaskConfigure 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 serverAdd a name server to the DNS configuration. |
set name-servers <name-server-arg>
|
Add IPv4 or IPv6 network routeAdd 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 nameAdd a domain name to the DNS search list. |
set search-domains <search-domain-arg>
|
tracerouteTrace the route to the specified IPv4 address or host. |
traceroute <hostname-or-ip-address>
|
Total commands: 25