Some interfaces stop polling and show no data with the following errors being repeatedly generated in the pollErrors.log generated by dcdebug:
Jan 14 01:17:30.001: POLLING_ERROR: , pollInterval=300000: errors for cycle 1736788200000 (Tue Jan 14 01:10:00 UTC 2025): [REQUEST_TIMED_OUT]
DX NetOps CAPM all currently supported releases
This can be due to several possible causes:
For the possible causes listed above:
ifconfig| grep -i MTU
This should return something similar toUP BROADCAST MULTICAST MTU:1500 Metric:1
UP LOOPBACK RUNNING MTU:65536 Metric:1
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
The above shows the MTU to be a standard setting of 1500
Then to check the device, you can run the following ping command:ping DEVICE_IP_ADDRESS -c 10 -M do -s 8972
where:-M option tells ping to NOT fragment, -s sets the packet size, -c sets the number of pings to send. From test1.example.local (XXX.XXX.XXX.XXX) icmp_seq=1 Frag needed and DF set (mtu = 1500)
From test1.example.local (XXX.XXX.XXX.XXX) icmp_seq=1 Frag needed and DF set (mtu = 1500)
So you need to make sure both device and the DC have the same setting for MTU.