Description
Shows the internal memory address of the hook function for the specified CoreXL FW instance.
This command is for Check Point use only.
Syntax
[Expert@HostName:0]# $FWDIR/boot/fwboot fwboot_ipv6 <Number of CoreXL FW instance> hook [-d] |
Parameters
Parameter |
Description |
---|---|
No Parameters |
Shows the built-in help with available parameters. |
|
Specifies the ID number of the CoreXL FW instance. |
|
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 fwboot_ipv6 0 hook 0xffffffff89f8fc00 [Expert@MyGW:0]#
[Expert@MyGW:0]# $FWDIR/boot/fwboot fwboot_ipv6 1 hook 0xffffffff8cd71c00 [Expert@MyGW:0]#
[Expert@MyGW:0]# $FWDIR/boot/fwboot fwboot_ipv6 2 hook 0xffffffff8fb53c00 [Expert@MyGW:0]# |