HighIPv4DroppedPackets #
IPv4 dropped packets (up or down) for user {{ $labels.vbng_userName }} (index: {{ $labels.vbng_userIndex }}) exceed 100 for more than 5 minutes (current value: {{ $value }}). This may indicate network congestion or configuration issues.
Alert Rule
alert: HighIPv4DroppedPackets
annotations:
description: 'IPv4 dropped packets (up or down) for user {{ $labels.vbng_userName
}} (index: {{ $labels.vbng_userIndex }}) exceed 100 for more than 5 minutes (current
value: {{ $value }}). This may indicate network congestion or configuration issues.'
runbook: https://srerun.github.io/prometheus-alerts/runbooks/netelastic/highipv4droppedpackets/
summary: High IPv4 dropped packets
expr: vbng_ipv4_down_dropped_packets > 100 or vbng_ipv4_up_dropped_packets > 100
for: 5m
labels:
severity: warning
Here is the runbook for the HighIPv4DroppedPackets alert:
Meaning #
This runbook is intended to guide the troubleshooting and resolution of the HighIPv4DroppedPackets alert, which is triggered when the number of IPv4 dropped packets (either upstream or downstream) exceeds 100 for more than 5 minutes.
Impact #
The impact of this issue is potential network congestion or configuration problems, which can lead to:
- Poor network performance
- Packet loss
- Degraded user experience
- Increased latency
- Decreased throughput
Diagnosis #
To diagnose the root cause of the issue, follow these steps:
- Check network utilization: Verify if the network is experiencing high utilization, which could be causing packet drops.
- Verify routing and forwarding: Check if there are any issues with routing or forwarding that could be causing packets to be dropped.
- Investigate configuration issues: Review the network configuration to ensure it is correct and not causing packet drops.
- Check for firmware or software issues: Verify if there are any known firmware or software issues that could be contributing to the packet drops.
- Gather more data: Collect additional data using tools like
tcpdump
orWireshark
to gather more insight into the packet drops.
Mitigation #
To mitigate the issue, follow these steps:
- Reduce network utilization: Implement traffic shaping or policing to reduce network utilization and prevent packet drops.
- Adjust routing and forwarding: Adjust routing and forwarding configurations to prevent packet drops.
- Update firmware or software: Apply firmware or software updates to resolve any known issues.
- Implement quality of service (QoS): Configure QoS policies to prioritize critical traffic and prevent packet drops.
- Contact network operations team: If the issue cannot be resolved, contact the network operations team for further assistance.
Note: The specific mitigation steps will vary depending on the root cause of the issue and the network architecture.