tcpdump to see what you are getting from the switch
This is a nice tcpdump command line to see what you are getting from the switch as far as duplex and speed tcpdump -nn -vvv -s 1500 -c 1 -i eth0 ‘ether[20:2] == 0x2000’ For linux the output should look… Continue Reading