Create a Post
cancel
Showing results for 
Search instead for 
Did you mean: 
Arturxr
Contributor

Adding a network to Check Point Maestro

Good afternoon. We want to migrate network termination from our current hardware to Check Point Maestro; we have Security Groups (SGs), four Orchestrators, and a configured Bond interface.

What is the required configuration plan? Am I correct in assuming that simply adding the device to the topology in SmartConsole won't be enough, and that we need to configure settings on both the Orchestrator and the SGs?

0 Kudos
7 Replies
simonemantovani
MVP Platinum
MVP Platinum

Could you provide some details of your Maestro installation, like network diagram, vlan trunks and if you have more than one Security Group, on which of these security group you want to attach the new network.

0 Kudos
emmap
MVP Gold CHKP MVP Gold CHKP
MVP Gold CHKP

You'll need to add the physical interfaces to the security group, configure them in gclish in the security group, then configure them in SmartConsole.

It sounds like you're new to Maestro, there some videos in the CheckFlix section under Learn up the top all about Maestro that will help you with the process.

0 Kudos
Arturxr
Contributor

But can I also assign a VLAN to the existing physical interfaces and configure the VLAN IP address within the bond? For example:

We already have interfaces like bond1.1,
bond1.2,
bond1.3,
etc.

If I want to add bond1.4, I would need to:
1. Add the VLAN tag to the current ports (not required starting from version 81.10).
2. Add the VLAN tag to the bond1 interface group and assign an address (this can be done via the web interface; as I understand it, if we have 4 appliances, the settings will propagate to all of them via the management IP).
3. Add it in SmartConsole without topology.

0 Kudos
Martijn
MVP Platinum
MVP Platinum

Hi,

Assuming the Security Group is in Gateway Mode you can add the required VLAN to the bonding group via gclish and configure the interface in the topology in SmartConsole. Install policy and you are good to go to use the interface.

And offcourse add the VLAN to the switch ports.

Make sure you are in gclish so all SGM's will be configured correctly. Do not forget to save the configuration.

Martijn

0 Kudos
emmap
MVP Gold CHKP MVP Gold CHKP
MVP Gold CHKP

Yes if the interfaces and bond are already there, and it's not a VSX deployment, you can just add the sub interface in either gclish or WebUI and then add it in SmartConsole.

Important to note, the interface won't work until you install policy after adding it in SmartConsole.

0 Kudos
Arturxr
Contributor

Thanks, we applied the settings and everything is working:

We added a VLAN to the existing bond via gclish, assigned an IP address, and saved the configuration. Next, we added the address to Smart Console (without topology) and—in our case—configured interface redistribution into OSPF.
The interface is successfully pingable from other networks.

We didn't manually add a tag to the interfaces in the orchestrators; it was assigned automatically.

israelfds95
MVP Diamond
MVP Diamond

Maestro has some characteristics that can be confusing at first.

Assuming your Maestro environment is already deployed and in production, if you simply want to add a new VLAN/network, you only need to configure it on the Security Group (SG) (think of it as the firewall itself), either through the WebUI or gClish.

The basic steps are:

  • Add the new VLAN interface to the existing Bond interface.
  • Configure the appropriate IP address and network settings.
  • Make shure if it's necessary some specific routes on Security Group. 
  • Make sure the switch-side port-channel connected to the Orchestrators is configured as a trunk and allows the new tagged VLAN.
  • After that, in SmartConsole, open the Security Group object (SMO) and run Get Interfaces Without Topology  so SmartConsole learns the new interface.
  • Finally, update your Security Policy as needed to allow or deny traffic to/from the new network, and install the policy on the Security Group.

In other words, adding the network only in SmartConsole is not enough. The interface must first exist on the Security Group.

I also recommend these resources:

Maestro for Beginners – Core Concepts Explained
https://community.checkpoint.com/t5/Check-Point-for-Beginners/Maestro-for-Beginners-Core-Concepts-Ex...

Maestro Jump Start video series
https://www.youtube.com/watch?v=SE48WQtqCFY&list=PLMAKXIJBvfAhYnVrdkjZqT6pcnlUv7X4g

If you have access to the Check Point eLearning portal, I also highly recommend the course:

Check Point Maestro Hyperscale Firewall – Technical Specialist | eLearning

https://checkpointpartners.litmoseu.com/home/LearningPath/12261?r=false&ts=1784032352609

It provides an excellent overview of the Maestro architecture and configuration workflow.