Network interface mtu does not match across cluster members-cisco-asa
Vendor: cisco
OS: asa
Description:
Indeni will identify when two devices are part of a cluster and alert if their network interface mtu are different.
Remediation Steps:
Ensure the network interface mtu setting matches across devices in a cluster.
How does this work?
This script retrieves the interface MTU Setting by polling ifTable via SNMP.
Why is this important?
The Maximum Transmission Unit (MTU) is the maximum frame size that can be sent between two hosts without fragmentation.
Without Indeni how would you find this?
It is possible to poll this data through SNMP.
cisco-asa-interfaces
name: cisco-asa-interfaces
description: Fetch interface metrics for ASA device
type: monitoring
monitoring_interval: 1 minute
requires:
vendor: cisco
os.name: asa
snmp: true
comments:
network-interface-mtu:
why: |
The Maximum Transmission Unit (MTU) is the maximum frame size that can be sent between two hosts without fragmentation.
how: |
This script retrieves the interface MTU Setting by polling ifTable via SNMP.
can-with-snmp: true
can-with-syslog: false
network-interface-speed:
why: |
If the interface speed is set to a low value, this could mean auto-negotiation is not working correctly and the interface does not utilize the full bandwidth available.
how: |
This script retrieves the interface speed by polling ifTable via SNMP.
can-with-snmp: true
can-with-syslog: false
network-interface-mac:
why: |
A media access control address (MAC address) is a unique identifier assigned to a network interface.
how: |
This script retrieves the interface MAC Address by polling ifTable via SNMP.
can-with-snmp: true
can-with-syslog: false
network-interface-admin-state:
why: |
If an interface is disabled and it is a member of a Port Channel, then the link might be running at reduced capacity.
how: |
This script retrieves the interface administrative state by polling ifTable via SNMP.
can-with-snmp: true
can-with-syslog: false
network-interface-state:
why: |
Interfaces that should be UP and are DOWN can reduce the resiliance of the systems and cause service disruption.
how: |
This script retrieves the interface state by polling ifTable via SNMP.
can-with-snmp: true
can-with-syslog: false
network-interface-rx-bits:
why: |
Capture the interface Received bits counter. Knowing the amount of bits and packets flowing through an interface can help estimate an interface's performance and utilization.
how: |
This script retrieves the interface statistics by polling ifTable via SNMP.
can-with-snmp: true
can-with-syslog: false
network-interface-rx-packets:
why: |
Capture the interface Received Packets counter. Knowing the amount of bits and packets flowing through an interface can help estimate an interface's performance and utilization.
how: |
This script retrieves the interface statistics by polling ifTable via SNMP.
can-with-snmp: true
can-with-syslog: false
network-interface-rx-dropped:
why: |
Capture the interface Receive Drop counter. Packet loss may have severe impact to the traffic utilization (retransmission for TCP apps) and to the performance of the applications
how: |
This script retrieves the interface statistics by polling ifTable via SNMP.
can-with-snmp: true
can-with-syslog: false
network-interface-rx-errors:
why: |
Capture the interface Receive Errors counter. Receive errors coould indicate an issue with duplex/speed matching.
how: |
This script retrieves the interface statistics by polling ifTable via SNMP.
can-with-snmp: true
can-with-syslog: false
network-interface-tx-bits:
why: |
Capture the interface Transmit bits counter. Knowing the amount of bits and packets flowing through an interface can help estimate an interface's performance and utilization.
how: |
This script retrieves the interface statistics by polling ifTable via SNMP.
can-with-snmp: true
can-with-syslog: false
network-interface-tx-packets:
why: |
Capture the interface Transmit Packets counter. Knowing the amount of bits and packets flowing through an interface can help estimate an interface's performance and utilization.
how: |
This script retrieves the interface statistics by polling ifTable via SNMP.
can-with-snmp: true
can-with-syslog: false
network-interface-tx-dropped:
why: |
Capture the interface Transmit Drop counter. Packet loss may have severe impact to the traffic utilization (retransmission for TCP apps) and to the performance of the applications
how: |
This script retrieves the interface statistics by polling ifTable via SNMP.
can-with-snmp: true
can-with-syslog: false
network-interface-tx-errors:
why: |
Capture the interface Transmit Errors counter. Transmit errors coould indicate an issue with duplex/speed matching.
how: |
This script retrieves the interface statistics by polling ifTable via SNMP.
can-with-snmp: true
can-with-syslog: false
steps:
- run:
type: SNMP
command: GETTABLE 1.3.6.1.2.1.2.2
parse:
type: AWK
file: asa-interfaces.parser.1.awk
CrossVendorClusterInterfaceMtuVsx
Failed to fetch the data: https://bitbucket.org/indeni/indeni-knowledge/src/master/rules/templatebased/crossvendor/CrossVendorClusterInterfaceMtuVsx.scala