Problem: Packet size and fragmentation issues

General information

Large packet sizes from the managed devices are being dropped by intermediate routers because the packets exceed the device MTU or the devices are not configured to forward fragmented packets, causing resynchronizations to fail. The managed devices are configured to send SNMP packets of up to 9216 bytes. The NFM-P can accept such large SNMP packets.

However, the typical L2 or L3 interface MTU on an NFM-P-managed device is likely configured to transmit smaller SNMP packets, usually in the 1500-byte range. This causes packet fragmentation. In order to handle these fragmented packets, intermediate devices between the NFM-P-managed device and NFM-P must be configured to handle or forward fragmented packets. When an intermediate network device, such as a router, cannot handle or forward fragmented packets, then packets may be dropped and resynchronization may fail.

Consider the following:

Steps
 

Log in to the 7750 SR or another NFM-P-managed device.


Run the traceroute command:

> traceroute SAM_server_IP_address

A list of hops and IP addresses appears.


Ping the first hop in the route from the managed device to the NFM-P server:

> ping intermediate_device_IP_address size 9216 ↵

A successful response indicates that the intermediate device supports large SNMP packets or packet fragmentation.


Repeat for all other hops until a ping fails or until a message indicates that there is an MTU mismatch. A failed ping indicates that the intermediate device does not support large SNMP packets or packet fragmentation.


Check the configuration of the intermediate device, and configure fragmentation or enable a larger MTU size.

End of steps