Table of Contents

Command line reference

After logging into the system, the user has access to all available commands, grouped into four menus, as follows:

Each menu can be selected by typing its name in the console, e.g.:

.> configuration

Useful commands to navigate the console:

Commands residing in cascading menus can also be executed from any location, outside their normal context menu, using the [.] prefix, provided the path and the command name is known, e.g.:

.status.device.> .configuration.interface.01
.configuration.interface.01.>

Configuration

The Configuration menu is used for the administration of all the interfaces (ports) in the system. An interface must first be selected (from 01 to 32, 54 or 64 depending on the model) before configuring it:

.configuration.> interface.01
.configuration.interface.01.>

The following commands are available:

.configuration.interface.01.enable [on/off]
.configuration.interface.01.label [show/set/reset]
.configuration.interface.01.reset

Deletes all configurations made for the selected interface and restores it to a default state. After issuing the command, the user must confirm it [yes / no].

.configuration.interface.01.show

Displays the configuration associated with the selected interface and its current status regarding the link, whether it is enabled or not, speed and duplex mode.

.configuration.interface.01.speed [value]

Sets the port speed. Available values (depending on the port): 1G, 10G, 25G, 40G, 100G, AUTO.

.configuration.interface.01.split [on/off]

This option is only available for QSFP+/QSFP28 interfaces. If set to on, the interface will be split into 4 interfaces totaling the original speed of the port before the split. If for example, the interface [50] needs to be split and its speed is set to 100G, the following 25G interfaces will be created after the split: 50.1, 50.2, 50.3, 50.4.

.configuration.interface.01.transceiver

Displays information about the SFP/QSFP transceiver present in the interface. Key metrics here are the Tx and Rx dB levels which can offer insight on whether the fiber lines are experiencing faults or even intrusion attempts.

.configuration.interface.01.tx_disable [on/off/show]

Controls the state of the TX_DISABLE SFP feature, useful in scenarios where BiDi SFP and QSFP modules are used to only receive traffic from an optic tap.

.configuration.interface.01.vlan [set/show/disable]

Note: Enabling tags will momentarily restart the filtering engine and will have as effect a brief brake in the output flow.

Statistics

The Statistics menu is used for displaying or resetting network traffic related statistics.

.> statistics

The following commands are available:

.statistics.counter [show/reset] [port_number/all]
.statistics.global [show/reset]
.statistics.interface [show/reset] [port_number/all]

Status

The Status menu is used for displaying the status of the main functionalities and the system itself.

.> status

The following commands are available:

.status.device.show

Displays information about the system, system temperature, PSU, and fan functionality.

.status.interface [show/tx_disable.show/vlan.show] [port_number/all]
.status.active_ruleset.show

Displays information about the current active rule set, giving a view of the traffic rules, filters, and load-balancing groups currently active on the device.

.status.asset_information.show

Displays the user-defined asset information for the device.

System

The System menu is used for administrative changes.

.> system

The following commands are available:

.system.aaa.tacacs+ [add/edit/remove/show]

XX-Series devices support remote authentication, authorization and accounting services for networked access control through a centralized server, a protocol called TACACS+. The aaa menu allows users to configure this type of access.

.system.asset_information [edit/reset]
.system.configuration [export/import]
.system.date [ntp_server/set/show/time_mode/time_zone]
.system.factory_reset

Should the system become corrupted or the main parameters need to be restored to their default values, this option resets the device to the factory state and reboots the system. After issuing the command, the user must confirm it [yes / no].

Warning: In case of a factory reset, all stored Rule Set data and the Users database will be deleted.

.system.legal

Displays the product's legal information.

.system.licence [install/show]
.system.network [acl/disable/set/status]
.system.reboot

Reboots the system, keeping all configurations intact. After issuing the command, the user must confirm it [yes].

Note: Rebooting the unit will temporarily disrupt the data flow.

.system.snmp [community/enable/disable/show/trapsink/users]

Allows the user to configure the Simple Network Management Protocol.

.system.ssl_cert [renew/import]
.system.syslog [clean/remote/show]
.system.update.install

This command is used for installing a new firmware image. The new image can be installed from USB, HTTP(S), or FTP server. In the two latter cases, the server credentials need to be passed as part of the url in the form:

`ftp://user:password@server/file`

If the username or password include special characters that cannot be expressed in the URL format, they will need to be replaced with their entity codes (e.g `@` will be `%40`). A list is available at https://dev.w3.org/html5/html-author/charref

.system.users [activate/block/edit/new/passwd/reset/rm/show]