Capsa can diagnoses network layer events as below.
Event |
Description |
Severity |
Possible causes |
Solutions |
IP Invalid Checksum |
The destination host calculates IP checksum of received packet, which is not identical to the value of IP checksum field in the received packet. |
Fault |
- The packet is damaged during transmission.
- Calculating IP checksum may be disabled if IP checksum of all packets is wrong.
- The source stack does not calculate IP checksum.
|
- Check if there are electromagnetic interference devices on the transmission line or if there is faulty transmission device.
- Check if it is necessary to enable calculating checksum.
- Disable IP Checksum Offload.
|
IP Too Low TTL |
The IP Time-To-Live (TTL) is equal to or less than the threshold indicating that the packet can only traverse that many routers before it is discarded. |
Fault |
- Network loop.
- The originating IP host transmitted the packet with a low TTL.
|
- Check for routing table information.
- There is something wrong on the source host.
|
IP Address Conflict |
A host detects that another device is trying to use its IP address and notifies the device by ARP information. |
Security |
A device tries to use an IP address which has been used. |
Assign an IP address to the device. |
ICMP Destination Unreachable |
A router is reporting to the source host unreachable messages, except network unreachable, host unreachable and port unreachable messages. |
Fault |
- The transport protocol used by source host is unavailable on the destination host or on the router.
- Segmenting is disabled on the router.
- The routing is failed.
- The router cannon forward the packets with specified Type of Service (ToS).
- Limited by the communication management rules on the router.
|
- Change the transport protocol on the source host or add transport protocols supported by the router and the destination host.
- Check and update the configurations of the router.
|
ICMP Network Unreachable |
A router is reporting to the source host that a network is unavailable or the path for destination network is unavailable. |
Fault |
- The router is not configured with a default route.
- The destination network does not exist.
- The router cannot find the path to the destination network.
- The number of hops to destination network exceeds the maximum hop limit specified by the routing protocol on the router.
|
- Add a default route for the router.
- Add a route for the destination network to the router, or add a default route.
- Add a default route to the router.
- Change the routing protocol on the router.
|
ICMP Host Unreachable |
A router is reporting to the source host that the destination host is unavailable. |
Fault |
- The destination host does not exist.
- The destination host is not powered on.
|
- Check the existence of the destination host.
- Check if the destination host is powered on.
|
ICMP Port Unreachable |
The destination host or a router is reporting to the source host that the requested port is inactive. |
Fault |
- The service for the requested port is not enabled.
- The service for the requested port is in error.
- A firewall blocks the access to the port.
|
- Enable the service for the requested port.
- Check the configurations for the service.
- Enable the access control policy on the firewall or the router for the port.
|
ICMP Host Redirect |
A router is reporting to the source host that it should use an alternate route for the destination host. |
Performance |
- A host in LAN uses an external domain to access internal server after port mapping configuration.
- There is an ICMP attack.
|
- Access the server using an internal IP address.
- Look for the attack source address according to the packet.
|
ICMP Network Redirect |
A router is reporting to the source host that it should use an alternate route for the destination network. |
Performance |
- A host in LAN uses an external domain to access internal server after port mapping configuration.
- There is an ICMP attack.
|
- Access the server using an internal IP address.
- Look for the attack source address according to the packet.
|
ICMP Source Quench |
A router or the destination host sends an ICMP source quench packet to the source host. |
Fault |
- Network congestion.
- The destination host has inadequate space or the service is not available.
- The router has inadequate cache space.
- There is DOS or DDOS attack.
|
- Check the application services running on the network.
- Check the destination host and close unnecessary services.
- Enlarge the size of route cache.
- Check if there are malicious attacks from the source host.
|