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 24 set static-route default nexthop gateway address 192.168.80.1 on save config
B.
add interface Mgmt ipv4-address 192.168.80.200 255.255.255.0 add static-route 0.0.0.0 0.0.0.0 gw 192.168.80.1 on save config
C.
set interface Mgmt ipv4-address 192.168.80.200 255.255.255.0 add static-route 0.0.0.0 0.0.0.0 gw 192.168.80.1 on save config
D.
add interface Mgmt ipv4-address 192.168.80.200 mask-length 24 add static-route default nexthop gateway address 192.168.80.1 on save config
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Comments