I have a Dell Chelsio T520-CR installed on a Dell PowerEdge R220 the system I use is FreeBSD. The SFP module that I use is the CPGOS03-0490 v.2.0
The controller used for the T520-CR is the cxgbe(4)
The SFP module automatically listens at the address 192.168.1.1, So I configure the interface of the T520-CR:
ifconfig cxl1 inet 192.168.1.2 netmask 255.255.255.0 192.168.1.255
Routing tables
Internet:
Destination Gateway Flags Netif Expire
127.0.0.1 link#3 UH lo0
192.168.1.0/24 link#5 U cxl1
192.168.1.2 link#5 UHS lo0
cxl1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=6ec07bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,VLAN_HWTSO,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6,HWRXTSTMP,NOMAP>
ether 00:07:43:53:a2:06
inet 192.168.1.2 netmask 0xffffff00 broadcast 192.168.1.255
media: Ethernet none
status: no carrier
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
But I can’t connect to the SFP module, there is no ping or any kind of response.
I don’t know if it is a compatibility problem between the module and the card, could someone help me?
Thanks.