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

Last Updated on September 26, 2021 by Admin 3

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.

  • 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
  • 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
  • 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
  • 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
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments