New post here coming from an older post
community.checkpoint.com/t5/Security-Gateways/Get-Interfaces-with-topology/m-p/259649#M50924
Here's a curious behavior and what would be the best practice regarding the dreaded "get interfaces WITH topology".
Of course, this is using as a reference the well redacted sk183590.
What happens when you have interfaces that they update their topology automatically(based on routing) and after configuring static- routes, the networks aren't added into the network group object under the interface as they're supposed to?
As to my issue that happened several days ago, to make matters worse, the network group object was nowhere to be found in SmartConsole browser object(yes, I did check for specific filters) and no joy. However, the object does exists thru mgmt_cli! Even AI Copilot said so! lol.
So, apparently using the WITHOUT option was NOT the correct way and since I'm not particularly fond of the WITH option in a production environment, which probably could've solved the problem, I ended up adding them manually with mgmt_cli API. It was kinda fun the workaround, but got me thinking, was it a normal behavior? What are we supposed to do in these circumstances?