Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
22.7 Legacy Series
»
Interface disabled due to unsupported sfp
« previous
next »
Print
Pages: [
1
]
Author
Topic: Interface disabled due to unsupported sfp (Read 2913 times)
andygee
Newbie
Posts: 9
Karma: 0
Interface disabled due to unsupported sfp
«
on:
October 25, 2022, 09:59:40 am »
We were running 21 series with no issues but after upgrading to 22.7 we are receiving an error on one of the 10gb sfp+ ports saying that the interface is disabled due to unsupported sfp. It looks like this is due to intel restricting the sfps with their driver. I have found you can override it by adding and ixgbe.allow_unsupported_sfp=1 but the system tunables doesn't support this one. Any suggestions for making this work?
Thanks,
Andy
Logged
Patrick M. Hausen
Hero Member
Posts: 6807
Karma: 572
Re: Interface disabled due to unsupported sfp
«
Reply #1 on:
October 25, 2022, 12:01:33 pm »
What do you mean by "does not support"? You can add arbitrary tunables, not only change existing ones.
Logged
Deciso DEC750
People who think they know everything are a great annoyance to those of us who do.
(Isaac Asimov)
andygee
Newbie
Posts: 9
Karma: 0
Re: Interface disabled due to unsupported sfp
«
Reply #2 on:
November 01, 2022, 08:31:14 am »
I've tried putting that in the tunables but it still goes through and says that the interface is disabled due to unsupported sftp module. Evidently between 22.7 and the 21 series the Intel driver has changed and intel is now disabling the interface if it's not a supported sftp+.
https://serveradminz.com/blog/unsupported-sfp-linux/
Here's where I was finding information on what to do to fix the issue but I've yet to get it to work with opnsense.
Logged
BoodahsFever
Newbie
Posts: 30
Karma: 1
Re: Interface disabled due to unsupported sfp
«
Reply #3 on:
November 01, 2022, 03:47:02 pm »
In that link the discussion is about Linux. OPNsense is FreeBSD so good chance that tunable does not work on FreeBSD.
There is a sysctl that allows you to bypass this.
In /boot/loader.conf.local add this line:
hw.ix.unsupported_sfp=1
It might also be possible to add this to tunables but i am not sure about that.
The better solution is to buy a supported SFP+ module and be done with it. It's not like they are so expensive.
«
Last Edit: November 02, 2022, 09:56:38 am by BoodahsFever
»
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
22.7 Legacy Series
»
Interface disabled due to unsupported sfp