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

show topology script

JuPo
Employee Employee
Employee
Hi guys,

I created simple script to list topology of a gateway/cluster object. Scripts lists a table containing name and type of the interface, virtual IP + mask, cluster members IP + mask, zone, anti-spoofing mode, topology type, and comment.

This is an alternative to a table that is available in the SmartConsole -> GW object -> Network Management. Unfortunate

...;
TO ACCESS CHECKMATES TOOLBOX it's simple and free

Disclaimer: Check Point does not provide maintenance services or technical or customer support for third party content provided on this Site, including in CheckMates Toolbox. See also our Third Party Software Disclaimer.




8 Replies

Danny
Champion Champion
Champion

I recommend to add environment checks. Btw, I created similar tools:

;
TO ACCESS CHECKMATES TOOLBOX it's simple and free


the_rock
Legend
Legend

Fantastic work  @Danny and  @JuPo . Very nice!

;
TO ACCESS CHECKMATES TOOLBOX it's simple and free


0 Kudos

PhoneBoy
Admin
Admin

@_Val_ possible Toolbox inclusion 

;
TO ACCESS CHECKMATES TOOLBOX it's simple and free


0 Kudos

_Val_
Admin
Admin

I know. The author did not respond yet to my call from the last week. Before that, it will stay here.  @JuPo, kind reminder, you need to answer my email, please

;
TO ACCESS CHECKMATES TOOLBOX it's simple and free


0 Kudos

JuPo
Employee Employee
Employee

Sorry  @_Val_ , just sent you an email.

;
TO ACCESS CHECKMATES TOOLBOX it's simple and free


0 Kudos

bernhard_m
Contributor

Hi @JuPo ,
"limit-interfaces 0" in show simple-gateway and show simple-cluster seems not to do what it's intended to.
IMO this should be changed to 500 for simple-cluster and removed for simple-gateway since it does not have this argument at all.

;
TO ACCESS CHECKMATES TOOLBOX it's simple and free


0 Kudos

JuPo
Employee Employee
Employee

Hi  @bernhard_m ,

you are right for a "simple-gateway" - it is a bug. For "simple-cluster" I believe that 0 used to be no limit (all interfaces  listed).

;
TO ACCESS CHECKMATES TOOLBOX it's simple and free


bernhard_m
Contributor

Hi  @JuPo , in my test i had to change this line to "limit-interfaces 500". Otherwise the members interfaces were not included in /tmp/json...

;
TO ACCESS CHECKMATES TOOLBOX it's simple and free


0 Kudos