fwaccel tab

In the R81.10.X releases, this command is available starting from the R81.10.00 version.

Description

The "fwaccel tab" and "fwaccel6 tab" commands show the contents of the specified SecureXL kernel table.

Notes:

  • Dynamic tables, such as the connections table can change while this command prints their contents.

    This may cause some values to be missed or reported twice.

  • For some tables, the command prints their contents on the screen.

  • For some tables, the command prints their contents to the /var/log/messages file.

Syntax for IPv4

fwaccel tab [-f] [-m <Number of Rows>] -t <Name of Kernel Table>

fwaccel tab -s -t <Name of Kernel Table>

Syntax for IPv6

fwaccel6 tab [-f] [-m <Number of Rows>] -t <Name of Kernel Table>

fwaccel6 tab -s -t <Name of Kernel Table>

Parameters

Parameter

Description

No Parameters

Shows the applicable built-in usage.

-f

Formats the output.

We recommend to always use this parameter.

-m <Number of Rows>

Specifies how many rows to show from the kernel table.

Note - The command counts from the top of the table.

Default : 1000

-s

Shows summary information only.

-t <Name of Kernel Table>

Specifies the kernel table.

To see the list of supported kernel tables, run "fwaccel tab".

Examples

[Expert@MyGW]# fwaccel tab -f -m 200 -t connections
Table connections is empty
[Expert@MyGW]#
[Expert@MyGW]# fwaccel tab -t inbound_SAs
Table contents written to /var/log/messages.
[Expert@MyGW]#
[Expert@MyGW]# fwaccel tab -t outbound_SAs
Table contents written to /var/log/messages.
[Expert@MyGW]#