Habilitando hardware de terceiros


Linux

Intel 10Gb ixgbe NICs require setting a allow_unsupported_sfp value in ixgbe.conf to allow third-party SFP and SFP+ modules. To do so, place the following line in /etc/modprobe.d/ixgbe.conf:

options ixgbe allow_unsupported_sfp=1

The driver must be reloaded by either rebooting the device (recommended) or applying the following command:>

rmmod ixgbe && modprobe ixgbe

FreeBSD

Intel 10Gb ixgbe NICs require setting a hw.ixgbe.unsupported_sfp value in loader.conf.local to allow third-party SFP and SFP+ modules. To do so, place the following line in /boot/loader.conf.local:

hw.ixgbe.unsupported_sfp=1

Reboot the device to apply the changes.

Cisco Switches

Cisco switches require two configuration parameters to use non-Cisco SFP and SFP+ modules. In configuration mode, run the following commands: 

service unsupported-transceiver
no errdisable detect cause gbic-invalid

HP Aruba Switches

HP Aruba switches require one configuration parameter to use third party SFP and SFP+ modules. In configuration mode, run the following:

allow-unsupported-transceiver confirm

Você achou esse artigo útil?