Available Commands in the Sensor CLI Access Window

This topic summarizes the commands available in the Sensor CLI Access window available from the System | Collection | Sensors page.

Refer to Using the Sensor CLI for a summary of how to display and use the Sensor CLI Access window.

Sensor CLI Access Command Types

The following types of commands are available in the Sensor CLI Access window:

  • show – You use show commands to see the settings and statuses for different options on the sensor.

  • set – You use set commands to configure options on the sensor.

You can type any of the following to see the available commands of the corresponding type:

  • show ? or show help

  • set ? or set help

You can also use the ? with a specific command to see its available arguments. For example:

sds-a > set ntp ?

<NTP server> Specify NTP server name or IP address

The tables below summarize the available arguments for the show/set commands.

Arguments for the "show" command in the Sensor CLI Access Window

You can use the show command with any of the arguments listed and described in the table below.

Some of the show commands return a hardcoded maximum number of entries (for example, 128 for the show metalist command). In situations such as this, you can add the all parameter to ensure that the CLI returns all available entries in paged output. For example, the show metalist all command returns all entries across a set of pages, each of which has a maximum of 128 entries.

show command

description

aflow Shows AFIX AFlow Information.
aggregator Shows information on Data Aggregators used by the sensor, if any. Also reports CM Controller IP address and connection status.

asset

Shows asset information.

cm

Shows CM Controller IP address and connection status.

customer_log

Shows information on Customer Log Parsers, if applied.

data-port-ip

Shows MAC and IP address for sensor data port(s) (where data is ingested by the sensor).

disk-monitor

Shows actions being taken to limit disk usage.

dns

Shows the IP address of the sensor's DNS server.

dpi

Shows deep packet inspection information, including the categorization for different applications. Note that the output for this command can be lengthy. Use the all parameter to see all entries in paged output (for example, show dpi all).

drop

Shows information on the number of packets dropped by the sensor broken out by Rx and Tx and interface.

flood

Shows syn flood detection information.

gateway

Shows the IP address of the sensor's default gateway.

interface

Shows equivalent output of the Linux ifconfig command with status, packets, drops, and bytes Rx and Tx broken out by interface.

ipfix

Shows information on AFIX IPFIX classification engines.

json

Shows information on AFIX JSON metadata transfer.

logcollector

Shows information on the configuration of and records sent by different log collectors.

logforwarder

Shows information on logs received and forwarded. Also indicates whether specific log forwarding features (such as forwarding to an external server) are enabled, as well as the number of workers provisioned for the sensor by the system.

loglevel

Shows the log level for different Stellar Cyber modules. Note that you can also set the log level for different modules from the CLI Access window using the set loglevel command; see the table below.

maltrace

Shows detailed statistics on malware sandbox usage.

memory

Shows information on control and data plane memory availability and usage.

metalist

Shows information on the white list of metadata applications (traffic explicitly included for ingestion/evaluation in the sensor profile).

mirror

Shows information on configured traffic mirroring.

module

Modular Sensors only. Shows which modular features are enabled on a modular sensor (for example, log collector, aggregator, Tenable scanner, and so on), as well as its current CPU, RAM, and disk provisioning.

module request

Modular Sensors only. Shows the amount of CPU, RAM, and disk required to support different combinations of modular sensor features.

nic

Lists the NICs installed in the sensor along with their names, driver names, driver versions, firmware versions, and bus information.

ntp

Lists the configured NTP servers for this sensor in order of use.

packet

Shows packet processing settings, including slicing and deduplication.

process

Shows detailed information on internal AFIX process mapping, including NUMA register mapping.

proxy

Shows information on proxies configured for the sensor, if any.

receiver

Shows information on the configured data receiver.

ring

Shows information on the AFIX ring.

route

Shows static route table entries.

rules

Shows information on configured maltrace rules.

scan

Shows detailed scan information on sensor.

service

Provides the service to AppID mapping for the sensor, including the NUMA register for each. Note that the output for this command can be lengthy. Use the all parameter to see all entries in paged output (for example, show service all).

session

Provides a session table for the sensor listing ongoing sessions and their NUMA mappings and summary statistics. You can filter this command by source/destination IP addresses and ports using the following syntax:

show session [source ip [port]] [dest ip [port]]

system

Shows the status of key Stellar Cyber services on the sensor.

tech-support

Not supported.

tenable

Available if tenable nessus is enabled in the sensor profile. Shows status of the scanner.

thread

Shows information on CPU threads.

time

Shows system time.

top

Shows top resource usage by process.

upgrade

Shows report on upgrades for this sensor.

userapp

Shows information on user-defined applications for this sensor. Note that the output for this command can be lengthy. Use the all parameter to see all entries in paged output (for example, show userapp all).

version

Shows the sensor software version, license status, features, and basic configuration. Also provides detailed information on CPU and memory usage:

  • Total, free, and used memory is reported based on the output of the free -m Linux command.

  • CPU usage is reported based on the output of the top -n 1 Linux command.

  • Total, available, and used 1K disk blocks are reported based on the output of the df command.

vtep

Shows interfaces available for use as a VXLAN tunnel destination.

vxlan

Shows Information on VXLAN tunnel configuration.

whitelist

Shows information on whitelist configuration.

Arguments for the "set" Command in the Sensor CLI Access Window

You can use the set command with any of the arguments listed and described in the table below. If you need help on command syntax, type set <command> ? to see the context-sensitive help.

set command

description

cm

Lets you set the IP address to reach the management interface of the Data Processor from the sensor or aggregator. For a DP cluster, this is the IP address of the DL-master's management interface. For a single DP deployment, this is simply the DP's management IP address. You can supply either an IP address or a hostname. Running this command from the Sensor CLI Access window can be useful when migrating sensors from one DP to another.

Note: Using this command from the Sensor CLI Access window disconnects the sensor from its current DP. Because of this, you need to manually close the Sensor CLI Access window once the disconnection occurs.

The syntax is as follows:

set cm <cm_addr> [safe | force]
  • cm_addr – the IP address or hostname of the managing DP.

  • safe – reverts the CM address to the previous address if connection to the new one is not successful. This parameter is automatically used by Stellar Cyber when set cm is executed from the Sensor CLI Access window regardless of whether you included it in the command line.

  • force – sets the CM address to whatever you specify, regardless of connection success. Be careful when using this option.

loglevel

Lets you set the log level for different modules. The syntax is as follows:

set loglevel <service> <level>

You can also set the loglevel timeout with the following command:

set loglevel timeout <timeout value in minutes>

Stellar Cyber recommends that you only change the log level for modules while working with Custom Success personnel. If you do decide to change log levels, a good way to start is by checking the current log levels with the show log level command. The default log level for all modules is info.

The available modules (services) for which you can set the log level are as follows:

  • audit (aella_audit)

  • conf (aella_conf)

  • ctrl (aella_ctrl)

  • flow (aella_flow)

  • mon (aella_mon)

The available log levels are as follows, from least to most severe:

  • debug

  • info

  • warning

  • error

  • critical

As an example, you can set the log level for aella_flow to warning with the following command:

set loglevel flow warning

When you specify a log level, Stellar Cyber records events of the specified severity and above. So, for example, if you specify a log level of error, only events with a severity of error and critical are logged.

The log level setting also directly affects the quantity of events logged. For example, if you specify a log level of debug for a service, all events for that module are logged, regardless of severity.

Log Level Tips

Keep in mind the following tips when making changes to the log level:

  • Stellar Cyber strongly recommends that you consult with Customer Success before changing log levels for a service.

  • If you do make changes to the log level, Stellar Cyber recommends that you also set a loglevel timeout so that the log level returns to its normal state after whatever testing you are performing.

  • Stellar Cyber recommends that you keep track of the time at which you change the log level. This can help the Customer Success team assist you with troubleshooting.

ntp

Lets you specify an NTP server for the sensor. The syntax is as follows:

set ntp <ntp server name or address>
interface <ifn_name>

Lets you set IP configuration for a sensor interface by name, including its IP address, default gateway, and DNS server. Start by using show interface to get the name of the interface you want to configure. For example, to configure the management interface, you would use set interface management <arguments>.

The syntax is as follows:

set interface <ifn_name>
  • ip [<IP Address/Netmask> | dhcp]
  • gateway <IP Address>
  • dns <IP Address>