Member since
12-13-2015
7
Posts
7
Kudos Received
0
Solutions
06-01-2016
05:38 AM
@hari kiran Yes. There seems to be some problem. Below is few details about Tx Packets and errors - TX packets indicate the total number of transmitted packets.
TX errors present a summation of errors encountered while transmitting packets. This list includes errors due to the transmission being aborted, errors due to the carrier, fifo errors, heartbeat errors, and window errors. This particular struct in the source code isn’t commented.
We also have itemized error counts for dropped , overruns , and carrier .
collisions is the number of transmissions terminated due to CSMA/CD (Carrier Sense Multiple Access with Collision Detection). I will suggest few basic trouble shooting before you escalate this issue to network team - http://www.tuxradar.com/content/diagnose-and-fix-network-problems-yourself # ethtool -i eth0 #ethtool -a eth0 #ethtool -g eth0 #ethtool -S eth0 I will not suggest to change the default values for nic unless you know if the nic support those. Else this can lead to other issues. The best way is to reach Hardware team with above analysis.
... View more
05-25-2017
06:07 AM
Does it require a restart after changing time & iptable status?
... View more