ExamGecko
Question list
Search
Search

Question 305 - 156-315.81 discussion

Report
Export

After the initial installation on Check Point appliance, you notice that the Management-interface and default gateway are incorrect.

Which commands could you use to set the IP to 192.168.80.200/24 and default gateway to 192.168.80.1.

A.
set interface Mgmt ipv4-address 192.168.80.200 mask-length 24set static-route default nexthop gateway address 192.168.80.1 onsave config
Answers
A.
set interface Mgmt ipv4-address 192.168.80.200 mask-length 24set static-route default nexthop gateway address 192.168.80.1 onsave config
B.
set interface Mgmt ipv4-address 192.168.80.200 255.255.255.0add static-route 0.0.0.0. 0.0.0.0 gw 192.168.80.1 onsave config
Answers
B.
set interface Mgmt ipv4-address 192.168.80.200 255.255.255.0add static-route 0.0.0.0. 0.0.0.0 gw 192.168.80.1 onsave config
C.
set interface Mgmt ipv4-address 192.168.80.200 255.255.255.0set static-route 0.0.0.0. 0.0.0.0 gw 192.168.80.1 onsave config
Answers
C.
set interface Mgmt ipv4-address 192.168.80.200 255.255.255.0set static-route 0.0.0.0. 0.0.0.0 gw 192.168.80.1 onsave config
D.
set interface Mgmt ipv4-address 192.168.80.200 mask-length 24add static-route default nexthop gateway address 192.168.80.1 onsave config
Answers
D.
set interface Mgmt ipv4-address 192.168.80.200 mask-length 24add static-route default nexthop gateway address 192.168.80.1 onsave config
Suggested answer: A

Explanation:

To set the IP address and default gateway of the Management interface on a Check Point appliance, you can use the following commands:

set interface Mgmt ipv4-address 192.168.80.200 mask-length 24- This command sets the IPv4 address of the Management interface to 192.168.80.200 and the subnet mask to 255.255.255.0 (24 bits).

set static-route default nexthop gateway address 192.168.80.1 on- This command sets the default gateway to 192.168.80.1 and enables the static route.

save config- This command saves the configuration changes to the appliance.

These commands are documented in theCheck Point appliance initial installationguide, which you can find in the web search results.

The other options are incorrect because they use invalid syntax or parameters for the commands. For example, option B usesadd static-routeinstead ofset static-route, option C uses0.0.0.0.instead of0.0.0.0, and option D usesadd static-route defaultinstead ofset static-route default.

asked 16/09/2024
Panayiotis Markatos
51 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first