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

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

Vendor: f5

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.

How does this work?
This script logs into the F5 unit through SSH and retrieves the output of the “route -n” command.

Why is this important?
Capture the networks that are directly connected to the device.

Without Indeni how would you find this?
An administrator could log into the device through SSH and execute the command “route -n” to see the networks connected via the VLAN interfaces.

f5-route

name: f5-route
description: Get connected networks
type: monitoring
monitoring_interval: 30 minutes
requires:
    vendor: f5
    product: load-balancer
    shell: bash
comments:
    connected-networks-table:
        why: |
            Capture the networks that are directly connected to the device.
        how: |
            This script logs into the F5 unit through SSH and retrieves the output of the "route -n" command.
        can-with-snmp: false
        can-with-syslog: false
steps:
-   run:
        type: SSH
        command: route -n
    parse:
        type: AWK
        file: route.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