fw ctl conntab

Description

Shows formatted list of current connections from the Connections kernel table (ID 8158).

Use this command if you want to see the simplified information about the current connections.

Best Practices:

  • Use the "fw ctl conntab" command to see the simplified information about the current connections.

  • Use the "fw tab -t connections -f" command (fw tab) to see the detailed (and more technical) information about the current connections.

Syntax

Important - You can specify many parameters at the same time.

fw [-d] ctl conntab

      {-h | -help}

      -sip=<Source IP Address in Decimal Format>

      -sport=<Port Number in Decimal Format>

      -dip=<Destination IP Address>

      -dport=<Port Number in Decimal Format>

      -proto=<Protocol Name>

      -service=<Name of Service>

      -rule=<Rule Number in Decimal Format>

Parameters

Parameter

Description

{-h | -help}

Shows the built-in usage.

-d

Runs the command in debug mode.

Use only if you troubleshoot the command itself.

Best Practice - If you use this parameter, then redirect the output to a file, or use the script command to save the entire CLI session.

-sip=<Source IP Address in Decimal Format>

Filters the output by the specified Source IP address.

-sport=<Port Number in Decimal Format>

Filters the output by the specified Source Port number.

See IANA Service Name and Port Number Registry.

-dip=<Destination IP Address in Decimal Format>

Filters the output by the specified Destination IP address.

-dport=<Port Number in Decimal Format>

Filters the output by the specified Destination Port number.

See IANA Service Name and Port Number Registry.

-proto=<Protocol Name>

Filters the output by the specified Protocol name.

For example:

  • TCP

  • UDP

  • ICMP

See IANA Protocol Numbers.

-service=<Name of Service>

See the names of Services in SmartConsoleClosed Check Point GUI application used to manage a Check Point environment - configure Security Policies, configure devices, monitor products and events, install updates, and so on., or in the output of this command.

-rule=<Rule Number in Decimal Format>

See your Rule BaseClosed All rules configured in a given Security Policy. Synonym: Rulebase. in SmartConsole, or in the output of the command.

Examples