Ethernet Products
Determine ramifications of Intel® Ethernet products and technologies
4852 Discussions

Determine SFP module serial number from ixgbe driver?

GPort1
Beginner
5,194 Views

Hi all,

I've got some Intel 82599-based 10 Gbps NICs (using the ixgbe driver). I've plugged some direct-attach cables into these cards. Those cables have SFP+ ends, with a cable part number and serial number. I can query that information from my Cisco switch (show interfaces transceivers) and from hosts with Myricom 10G nics (via the mdio_rw tool). Is there a tool for the ixgbe-based Intel nics that prints out data about the SFP+ modules?

Thanks, George

0 Kudos
1 Solution
GPort1
Beginner
3,797 Views

I figured it out. You can extract the serial number from the SFP interface by running ethtool's EEPROM dump command, with the 'raw' extension:

 

$ ethtool -m eth0 raw on

View solution in original post

0 Kudos
1 Reply
GPort1
Beginner
3,798 Views

I figured it out. You can extract the serial number from the SFP interface by running ethtool's EEPROM dump command, with the 'raw' extension:

 

$ ethtool -m eth0 raw on
0 Kudos
Reply