I have Supermicro X10SDV-4C-TLN4F motherboard and HPE OfficeConnect 1950 24G 2SFP+ 2XGT Switch(JG960A).
The motherboard and the switch both have two 10GbaseT ports.
After connecting these ports with Cat.7 STP cable, interfaces are up with 1Gbps.
It seems auto-negotiation did not work well.
Making swich port speed to 10Gbps. interface are down.
X10SDV-4C-TLN4F have two 10GbaseT interface X552/X557-AT embedded in Xeon-D SoC.
In Linux,
In FreeBSD-10.3 and 11.0RC2, interfaces are up with 1Gbps by autonegotiation and
ifconfig: unknown media subtype: 10000baseT
How to make interfaces up with 10Gbps?
Does ixgbe driver under FreeBSD-10.3 or 11.0 support Intel X552/X557-AT well?
Is this Intel NIC and HP 1950 series switch compatibility issue?
The motherboard and the switch both have two 10GbaseT ports.
After connecting these ports with Cat.7 STP cable, interfaces are up with 1Gbps.
It seems auto-negotiation did not work well.
Making swich port speed to 10Gbps. interface are down.
X10SDV-4C-TLN4F have two 10GbaseT interface X552/X557-AT embedded in Xeon-D SoC.
In Linux,
ethtool -s devname advertise 0x1000
sets the speed and duplex advertised by autonegotiation(in this case 10,000baseT Full only) and the interfaces are up with 10Gbps.In FreeBSD-10.3 and 11.0RC2, interfaces are up with 1Gbps by autonegotiation and
ifconfig ix0 media 10000baseT
gives error:ifconfig: unknown media subtype: 10000baseT
How to make interfaces up with 10Gbps?
Does ixgbe driver under FreeBSD-10.3 or 11.0 support Intel X552/X557-AT well?
Is this Intel NIC and HP 1950 series switch compatibility issue?