Connected networks do not match across cluster members-checkpoint-all

Connected networks do not match across cluster members-checkpoint-all

Vendor: checkpoint

OS: all

Description:
Indeni will identify when two devices are part of a cluster and alert if the networks they are directly connected to do not match.

Remediation Steps:
Ensure all of the required ports are configured correctly on all cluster members, including the subnet mask.

chkp-asg-route-vsx

name: chkp-asg-route-vsx
description: Retrieve routing data
type: monitoring
monitoring_interval: 5 minute
requires:
    vendor: checkpoint
    asg: true
    vsx: true
comments:
    static-routing-table:
        why: |
            To have get the list of static routing table
        how: |
            By collecting the routes identified in the context of the VS with Check Point command "asg_route"
        can-with-snmp: false
        can-with-syslog: false

    connected-networks-table:
        why: |
            To have get the list of connected network route table
        how: |
            By collecting the routes identified in the context of the VS with Check Point command "asg_route"
        can-with-snmp: false
        can-with-syslog: false

    routes-missing-kernel:
        why: |
            To ensure that all routes are applied correctly it is recommended to compare the actual routes with
            the configured ones.
        how: |
            By running in the context of the VS, Check Point command "asg_route --compare-os-db"

        can-with-snmp: false
        can-with-syslog: false
steps:
-   run:
        type: SSH
        file: asg-route-vsx.remote.1.bash
    parse:
        type: AWK
        file: asg-route-vsx.parser.1.awk

connected_tables_comparison_vsx

Failed to fetch the data: https://bitbucket.org/indeni/indeni-knowledge/src/master/rules/templatebased/crossvendor/connected_tables_comparison_vsx.scala