Print Download PDF Send Feedback

Previous

Next

fwboot multik_reg

Description

Shows the internal memory address of the registration function for the specified CoreXL FW instance.

This command is for Check Point use only.

Syntax

[Expert@HostName:0]# $FWDIR/boot/fwboot multik_reg <Number of CoreXL FW instance> {ipv4 | ipv6} [-d]

Parameters

Parameter

Description

No Parameters

Shows the built-in help with available parameters.

<Number of CoreXL FW instance>

Specifies the ID number of the CoreXL FW instance.

ipv4

Specifies to work with IPv4 CoreXL FW instances.

ipv6

Specifies to work with IPv6 CoreXL FW instances.

-d

Shows the decimal 64-bit address of the hook function.

Example

[Expert@MyGW:0]# fw ctl multik stat

ID | Active | CPU | Connections | Peak

----------------------------------------------

0 | Yes | 3 | 4 | 28

1 | Yes | 2 | 1 | 11

2 | Yes | 1 | 2 | 22

[Expert@MyGW:0]#

 

 

[Expert@MyGW:0]# $FWDIR/boot/fwboot multik_reg 0 ipv4

0

[Expert@MyGW:0]#

 

[Expert@MyGW:0]# $FWDIR/boot/fwboot multik_reg 1 ipv4

0xffffffff8a2a5690

[Expert@MyGW:0]#

 

[Expert@MyGW:0]# $FWDIR/boot/fwboot multik_reg 2 ipv4

0xffffffff8a2a5690

[Expert@MyGW:0]#