ExamGecko
Home Home / Checkpoint / 156-315.81

Checkpoint 156-315.81 Practice Test - Questions Answers, Page 41

Question list
Search
Search

In terms of Order Rule Enforcement, when a packet arrives at the gateway, the gateway checks it against the rules in the top Policy Layer, sequentially from top to bottom Which of the following statements is correct?

A.
If the Action of the matching rule is Accept the gateway will drop the packet
A.
If the Action of the matching rule is Accept the gateway will drop the packet
Answers
B.
If the Action of the matching rule is Drop, the gateway continues to check rules in the next Policy Layer down
B.
If the Action of the matching rule is Drop, the gateway continues to check rules in the next Policy Layer down
Answers
C.
If the Action of the matching rule is Drop the gateway stops matching against later rules in the Policy Rule Base and drops the packet
C.
If the Action of the matching rule is Drop the gateway stops matching against later rules in the Policy Rule Base and drops the packet
Answers
D.
If the rule does not match in the Network policy it will continue to other enabled polices
D.
If the rule does not match in the Network policy it will continue to other enabled polices
Answers
Suggested answer: C

Explanation:

If the action of the matching rule is Drop, the gateway stops matching against later rules in the Policy Rule Base and drops the packet. This is because the Drop action is a final action that terminates the rule matching process and discards the packet. The gateway does not continue to check rules in the next Policy Layer down or in other enabled policies.

Reference: [Policy Layers and Sub-Policies]

https://sc1.checkpoint.com/documents/R81/CP_R81_SecMGMT/html_frameset.htm?topic=documents/R81/CP_R81_SecMGMT/126197

What is the command to check the status of Check Point processes?

A.
top
A.
top
Answers
B.
cptop
B.
cptop
Answers
C.
cphaprob list
C.
cphaprob list
Answers
D.
cpwd_admin list
D.
cpwd_admin list
Answers
Suggested answer: D

Explanation:

The command to check the status of Check Point processes is cpwd_admin list. This command displays the process ID, name, state, start time, and watchdog status of all the processes that are monitored by the Check Point WatchDog daemon (CPWD). You can also use this command to start, stop, or restart a specific process.

Reference: [cpwd_admin Command]

What is the valid range for Virtual Router Identifier (VRID) value in a Virtual Routing Redundancy Protocol (VRRP) configuration?

A.
1-254
A.
1-254
Answers
B.
1-255
B.
1-255
Answers
C.
0-254
C.
0-254
Answers
D.
0 -- 255
D.
0 -- 255
Answers
Suggested answer: B

Explanation:

The valid range for Virtual Router Identifier (VRID) value in a Virtual Routing Redundancy Protocol (VRRP) configuration is 1-255. The VRID is a unique number that identifies a virtual router in a VRRP group. It is used to associate routers and their virtual IP addresses. The VRID must be the same for all routers in the same VRRP group.

Reference: [Configuring VRRP on Gaia]

Packet acceleration (SecureXL) identifies connections by several attributes. Which of the attributes is NOT used for identifying connection?

A.
Source Address
A.
Source Address
Answers
B.
Destination Address
B.
Destination Address
Answers
C.
TCP Acknowledgment Number
C.
TCP Acknowledgment Number
Answers
D.
Source Port
D.
Source Port
Answers
Suggested answer: C

Explanation:

The attribute that is not used for identifying a connection by packet acceleration (SecureXL) is TCP Acknowledgment Number. SecureXL identifies connections by using a hash function that takes into account the following attributes: source address, destination address, source port, destination port, protocol, and VPN ID. The TCP Acknowledgment Number is not part of the hash function and does not affect the connection identification.

Reference: [SecureXL Mechanism]

https //sc1.checkpoint.com/documents/R77/CP R77_Firewall_WebAdmm/92711.htm

When Configuring Endpoint Compliance Settings for Applications and Gateways within Mobile Access, which of the three approaches will allow you to configure individual policies for each application?

A.
Basic Approach
A.
Basic Approach
Answers
B.
Strong Approach
B.
Strong Approach
Answers
C.
Very Advanced Approach
C.
Very Advanced Approach
Answers
D.
Medium Approach
D.
Medium Approach
Answers
Suggested answer: C

Explanation:

The approach that will allow you to configure individual policies for each application when configuring Endpoint Compliance Settings for Applications and Gateways within Mobile Access is Very Advanced Approach. This approach lets you define compliance rules for each application separately and assign different actions for each rule. You can also create custom messages and notifications for each application. The other approaches are either less granular or not applicable in this scenario. The Basic Approach lets you define compliance rules for all applications globally and assign a single action for all rules. The Medium Approach lets you define compliance rules for all applications globally and assign different actions for each rule. The Strong Approach is not a valid option for Endpoint Compliance Settings.

Reference: [Endpoint Compliance Settings]

Which of the following is NOT supported by CPUSE?

A.
Automatic download of full installation and upgrade packages
A.
Automatic download of full installation and upgrade packages
Answers
B.
Automatic download of hotfixes
B.
Automatic download of hotfixes
Answers
C.
Installation of private hotfixes
C.
Installation of private hotfixes
Answers
D.
Offline installations
D.
Offline installations
Answers
Suggested answer: D

Explanation:

The option that is not supported by CPUSE is offline installations. CPUSE (Check Point Update Service Engine) is a Gaia software update agent that manages software updates on Gaia OS and Check Point products. It requires an internet connection to download and install updates from the Check Point Cloud or a local Deployment Agent. The other options are supported by CPUSE. It can automatically download full installation and upgrade packages, hotfixes, and private hotfixes. It can also install them manually or automatically according to a schedule.

Reference: [CPUSE Overview]

https://sc1.checkpoint.com/documents/R77/CP_R77_Gaia_AdminWebAdminGuide/

html_frameset.htm?topic=documents/R77/CP_R77_Gaia_AdminWebAdminGuide/112109

You need to change the MAC-address on eth2 interface of the gateway. What is the correct way to change MAC-address in Check Point Gaia?

A.
In CLISH run: set interface eth2 mac-addr 11:11:11:11:11:11
A.
In CLISH run: set interface eth2 mac-addr 11:11:11:11:11:11
Answers
B.
In expert-mode run ifconfig eth1 hw 11:11:11:11 11 11
B.
In expert-mode run ifconfig eth1 hw 11:11:11:11 11 11
Answers
C.
In CLISH run set interface eth2 hw-addr 11 11 11:11:11 11
C.
In CLISH run set interface eth2 hw-addr 11 11 11:11:11 11
Answers
D.
In expert-mode run: ethtool -4 eth2 mac 11 11:11:11:11:11
D.
In expert-mode run: ethtool -4 eth2 mac 11 11:11:11:11:11
Answers
Suggested answer: A

Explanation:

The correct way to change MAC-address in Check Point Gaia is to run the command set interface eth2 mac-addr 11:11:11:11:11:11 in CLISH mode. This command will change the MAC address of the eth2 interface to 11:11:11:11:11:11 and save the configuration. The other commands are either incorrect or not supported in Gaia. The ifconfig command is used in Expert mode to configure network interfaces, but it does not support changing MAC addresses. The ethtool command is used in Expert mode to query and control network device driver and hardware settings, but it does not support changing MAC addresses. The set interface eth2 hw-addr command is not a valid command in CLISH mode.

Reference: [Changing MAC Address]

Which TCP port does the CPM process listen on?

A.
18191
A.
18191
Answers
B.
18190
B.
18190
Answers
C.
8983
C.
8983
Answers
D.
19009
D.
19009
Answers
Suggested answer: D

Explanation:

The TCP port that the CPM process listens on is 19009. The CPM process is the Check Point Management process that handles all management operations on the Security Management Server, such as policy installation, database synchronization, logging, etc. It communicates with other processes and clients using TCP port 19009. The other ports are used by different processes or services. TCP port 18191 is used by the FWM process for management communication. TCP port 18190 is used by the CPD process for inter-process communication. TCP port 8983 is used by the Solr process for SmartLog indexing.

Reference: [Check Point Ports]

According to out of the box SmartEvent policy, which blade will automatically be correlated into events?

A.
Firewall
A.
Firewall
Answers
B.
VPN
B.
VPN
Answers
C.
IPS
C.
IPS
Answers
D.
HTTPS
D.
HTTPS
Answers
Suggested answer: C

Explanation:

According to out of the box SmartEvent policy, the blade that will automatically be correlated into events is IPS. IPS (Intrusion Prevention System) is a blade that detects and prevents network attacks by inspecting traffic and applying signatures and protections. SmartEvent correlates IPS logs into events based on predefined event definitions, such as IPS Attack, IPS Attack High Confidence, IPS Attack Critical Confidence, etc. The other blades are not automatically correlated into events by default, but they can be added to the SmartEvent policy manually.

Reference: [SmartEvent Policy]

SmartConsole R81 x requires the following ports to be open for SmartEvent.

A.
19009, 19090 & 443
A.
19009, 19090 & 443
Answers
B.
19009, 19004 & 18190
B.
19009, 19004 & 18190
Answers
C.
18190 & 443
C.
18190 & 443
Answers
D.
19009, 18190 & 443
D.
19009, 18190 & 443
Answers
Suggested answer: D

Explanation:

The ports that are required to be open for SmartEvent are 19009, 18190, and 443. TCP port 19009 is used by the CPM process for management communication. TCP port 18190 is used by the CPD process for inter-process communication. TCP port 443 is used by the HTTPS protocol for secure web access. SmartEvent uses these ports to communicate with other components, such as SmartConsole, Security Management Server, Log Server, Correlation Unit, etc.

Reference: [SmartEvent Ports]

Total 626 questions
Go to page: of 63