fw ctl iflist

Description

Shows the list with this information:

  • The name of interfaces, to which the Check Point Firewall kernel attached.

  • The internal numbers of the interfaces in the Check Point Firewall kernel.

Notes:

  • This list shows all detected interfaces, even if there are no IP addresses assigned on them.

  • You use this list when you analyze a kernel debug, which shows only the internal numbers of the interfaces (for example, ifn=2).

  • Related cpstat commands:

    • cpstat -f ifconfig os

    • cpstat -f interfaces fw

Syntax

fw [-d] ctl iflist

Parameters

Parameter

Description

-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.

Example

[Expert@MyGW:0]# fw ctl iflist
fw ctl iflist
1 : eth0
2 : eth1
3 : eth2
4 : eth3
5 : eth4
6 : eth5
7 : eth6
8 : eth7
[Expert@MyGW:0]#