Description
These commands show the contents of the specified SecureXL kernel table.
Notes:
connections
table can change while this command prints their contents. This may cause some values to be missed or reported twice./var/log/messages
file.fw tab
command.Syntax for IPv4
fwaccel [-i <SecureXL ID>] tab [-f] [-m <Number of Rows>] -t <Name of Kernel Table> |
fwaccel [-i <SecureXL ID>] 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 |
---|---|
|
Specifies the SecureXL instance ID (for IPv4 only). |
No Parameters |
Shows the applicable built-in usage. |
|
Formats the output. We recommend to always use this parameter. |
|
Specifies how many rows to show from the kernel table. Note - The command counts from the top of the table. Default : 1000 |
|
Shows summary information only. |
|
Specifies the kernel table. This command supports only these kernel tables:
|
Examples
[Expert@MyGW:0]# fwaccel tab -f -m 200 -t connections Table connections is empty [Expert@MyGW:0]# [Expert@MyGW:0]# fwaccel tab -t inbound_SAs Table contents written to /var/log/messages. [Expert@MyGW:0]# [Expert@MyGW:0]# fwaccel tab -t outbound_SAs Table contents written to /var/log/messages. [Expert@MyGW:0]# [Expert@MyGW:0]# fwaccel tab -t vpn_link_selection Table contents written to /var/log/messages. [Expert@MyGW:0]# [Expert@MyGW:0]# fwaccel tab -t drop_templates Table drop_templates is empty [Expert@MyGW:0]# [Expert@MyGW:0]# fwaccel tab -t vpn_trusted_ifs Table contents written to /var/log/messages. [Expert@MyGW:0]# [Expert@MyGW:0]# fwaccel tab -t profile Table contents written to /var/log/messages. [Expert@MyGW:0]# [Expert@MyGW:0]# fwaccel tab -t mcast_drop_conns Table contents written to /var/log/messages. [Expert@MyGW:0]# [Expert@MyGW:0]# fwaccel tab -t invalid_replay_counter Table contents written to /var/log/messages. [Expert@MyGW:0]# [Expert@MyGW:0]# fwaccel tab -t ipsec_mtu_icmp Table contents written to /var/log/messages. [Expert@MyGW:0]# [Expert@MyGW:0]# fwaccel tab -t gtp_tunnels Table contents written to /var/log/messages. [Expert@MyGW:0]# [Expert@MyGW:0]# fwaccel tab -t gtp_apns Table contents written to /var/log/messages. [Expert@MyGW:0]# [Expert@MyGW:0]# fwaccel tab -t if_by_name Table contents written to /var/log/messages. [Expert@MyGW:0]# [Expert@MyGW:0]# fwaccel tab -t PMTU_table Table PMTU_table is empty [Expert@MyGW:0]# [Expert@MyGW:0]# fwaccel tab -t frag_table Table frag_table is empty [Expert@MyGW:0]# [Expert@MyGW:0]# fwaccel tab -t reset_table Table reset_table is empty [Expert@MyGW:0]# [Expert@MyGW:0]# fwaccel tab -t dos_ip_blacklists Table dos_ip_blacklists is not active for SecureXL device 0. [Expert@MyGW:0]# [Expert@MyGW:0]# fwaccel tab -t dos_pbox Table dos_pbox is not active for SecureXL device 0. [Expert@MyGW:0]# [Expert@MyGW:0]# fwaccel tab -t dos_rate_matches Table dos_rate_matches is not active for SecureXL device 0. [Expert@MyGW:0]# [Expert@MyGW:0]# fwaccel tab -t dos_rate_track_src Table dos_rate_track_src is not active for SecureXL device 0. [Expert@MyGW:0]# [Expert@MyGW:0]# fwaccel tab -t dos_rate_track_src_svc Table dos_rate_track_src_svc is not active for SecureXL device 0. [Expert@MyGW:0]# [Expert@MyGW:0]# fwaccel tab -t dos_pbox_violating_ips Table dos_pbox_violating_ips is not active for SecureXL device 0. [Expert@MyGW:0]# |