NDR Sensor CLI

System

Associated Commands:

CLI Description Command

Copy a local file to remote destination


Copy a local file to a remote destination.
copy file <existing-file-arg> url <scp-file-url-arg>

Copy a remote file to the local file store


Copy a remote file to the local file store. If no destination file is specified, the copied file has the same file name as the source file. You can use the file argument to specify a different destination file name.
To specify IPv6 remote addresses, url server should be enclosed between square brackets.
copy url <url> [file <filename>]

Copy a remote https url file with same filename


Copy a remote https url file to local file using same filename.
copy url <url> thumbprint <thumbprint> [file <filename>]

Delete local file


Delete a local file.
del file <existing-file-or-pattern-arg>

Remove NTP server


Remove an existing NTP server.
del ntp-server <hostname-or-ip-address>

Exit the CLI


Exit the CLI.
exit

Show status to display datetime stamp


Show status to display datetime stamp in command output.
get cli-output datetime

Show inactivity timeout


Show inactivity timeout in seconds.
get cli-timeout

Display system clock


Display the current date and time.
get clock

Display commands history


Display the commands history in command output.
To show all command history set size to 0.
get command history

Show the system CPU status


Display the system CPU information.
get cpu-stats

List file in the filestore


Display information about the specified file in the filestore.
get file <existing-file-arg>

Display file thumbprint


Display the file thumbprint.
get file <existing-file-arg> thumbprint

List files in the filestore


Display information about the files in the filestore.
get files

Show the system storage capacity


Display the file system information.
get filesystem-stats

Display GRUB menu timeout


Display GRUB menu timeout.
get grub menu timeout

Show the system memory status


Display the system memory information.
get memory-stats

Show NTP associations


Display the status of the NTP system. The delay, offset and dispersion values are in seconds.
get ntp-server associations

Show NTP servers


Display all NTP servers.
get ntp-servers

Show the system uptime


Display the system uptime information.
get uptime

Display system version


Display the version of the NDR Sensor appliance.
get version

Display help information.


Display help information. See the example below.
help

List available commands


This command lists all available commands.
list

Reboot system


Reboot the system. If you specify the force argument, the system will reboot immediately without prompting for confirmation.
reboot [force]

Set status to display datetime stamp


Set status to display datetime stamp in command output.
set cli-output datetime <datetime-arg>

Set inactivity timeout


Set inactivity timeout in seconds. To disable the timeout, specify 0.
set cli-timeout <timeout-arg>

Set GRUB menu timeout


Set GRUB menu timeout.
set grub menu timeout <grub-menu-timeout>

Set GRUB user password


Set GRUB user password.
set grub user <grub-username> password [<grub-password>]

Set commands history size


Set command history size.
set history limit <history-size>

Add NTP server


Configure a new NTP server.
set ntp-server <hostname-or-ip-address>

Set system timezone


Set the system timezone.
set timezone <timezone-arg>

Shutdown system


Shut down the system. If you specify the force argument, the system will shut down immediately without prompting for confirmation.
shutdown [force]

Total commands: 32