Checkpoint Interface details

Hi ,

Has anybody generated interface report for checkpoint firewalls using Ansible?

Thanks

Hi Team,

Any help would be appreciated ?

Thanks

Hi Team,

Any help would be appreciated ?

This question refers to a (very) specfic topic and is not related to Ansible.
Please specify how you would produce theses reports without Ansible.

Regards
         Racke

Hi Racke,

In Check Point GAiA system, list of all interfaces can be viewed using command “show interfaces”

Thanks,

I got this fixed… thanks

  • name: set clish

cli_command: command=clish

  • name: set pager

cli_command: command=‘set clienv rows 0’

  • name: Get hostname

cli_command: command=‘show hostname’

register: r0