Yes, the OPNSense box can ping 192.168.10.1 (and even telnet in and manage the switch at that IP when I temporarily enabled the telnet server). As I'd expect, when I disconnected the PC, I got a routing loop (ping says TTL exceeded, and traceroute confirms) when I tried to traceroute from the OPNSense box to 192.168.10.1 (192.168.253.10 -> 192.168.253.1 -> back out the switch default route to 192.168.253.10 -> etc.). Reconnecting the PC made 192.168.10.1/24 reappear in the switch's routing table and made the routing loop go away (ping worked normally again).If there is a route between OPN sense to the 192.168.10.0/24 and the ICX and a route to the OPNSense box, can OPNSense ping 192.168.10.1?
do you have a standalone NIC (could even by 10/100Mb) that you can test in this PC or another PC? Sounds like some sort of MAC LUT arp issue - which could be hardware too.Yes, the OPNSense box can ping 192.168.10.1 (and even telnet in and manage the switch at that IP when I temporarily enabled the telnet server). As I'd expect, when I disconnected the PC, I got a routing loop (ping says TTL exceeded, and traceroute confirms) when I tried to traceroute from the OPNSense box to 192.168.10.1 (192.168.253.10 -> 192.168.253.1 -> back out the switch default route to 192.168.253.10 -> etc.). Reconnecting the PC made 192.168.10.1/24 reappear in the switch's routing table and made the routing loop go away (ping worked normally again).
A few more notes:
Thanks again! I might reach out to the ebay seller with a link to what I've done so far in case this sounds like an RMA...
- `show lldp neighbors` shows my PC connected (with the correct MAC on the correct port)
- `show ip dhcp-server statistics` shows an equal number of received DHCP-DISCOVER and sent DHCP-OFFER packets. Both numbers increment every time I disconnect and reconnect my PC. No other DHCP packet types have more than 0 sent/received.
- I get the same behavior when I connect my PC to a port with no untagged vlan associated (thus using the default vlan 1). When I set a static IP on my PC of 192.168.1.10/24 (default gateway 192.168.1.1), all I see in wireshark is my PC broadcasting out ARP packets looking for 192.168.1.1 (please tell 192.168.1.10).
Megafacepalm o'clock: good call, it works perfectly on another machine. That inspired me to consider the hardware more carefully, leading me to download the latest copy of the RealTek 2.5G NIC drivers (from RealTek, not my motherboard manufacturer).do you have a standalone NIC (could even by 10/100Mb) that you can test in this PC or another PC? Sounds like some sort of MAC LUT arp issue - which could be hardware too.
Another great thought, I did try that. Now that I updated the drivers, I'm having the same (successful) experience on any of the ports that I try.You probably tried this but if you didn't, add another port to VLAN 10 move your PC there and make sure the issue follows. If it were me I'd try a block away from port 1, like 9 or better yet 17 just in case your issue is on a block of ports from a single chip in the switch.
just something to keep in mind:p.s. And just to confirm that everything is extra super working now, I set up my Engenius AP to use tagged VLANs for different SSIDs, and I confirmed that a wifi client connecting to each SSID gets a DHCP IP from the correct pool from the switch. It's probably time to save a backup of all of these configs before I start adding access lists and IPv6 and any other fun things that will break a currently working setup...
Thanks! I'd seen some posts about this from ~2018 and wasn't sure if it was still the case. At the moment the only hardware that I have for this is a Fitlet2 that's running OpnSense, and I'd like to avoid running a hypervisor on my internet-facing firewall "appliance" (mostly for simplicity and stability, I have no doubt it could be done sufficiently securely). I'll probably pick up a small server sometime soon and run DHCP there, but the switch should be okay for now.discourage using the switch's DHCP server cause its borked in some ways
Yes, I believe the chow mux errors occur when the units boot up with the breakout ports connected, it attempts the basic 4x10gb stack mux thinking a 6610 is on the other side, and of course can't because it's actually servers. As for the switch not liking the links going up and down - that certainly shouldn't be the case. I know I have some 6610's here I've used with breakout cables that didn't need to have stuff plugged in during boot for them to work. However I have seen that fix some people's link issues where they have a stubborn switch or breakout cable. Not sure what the root cause isRegarding mine, the following comes out of the serial console on startup. A clue? I'm using 1/2/2, 1/2/3 in a static LAG, and same for 1/2/7, 1/2/8. No physical connections on 1/2/1, 1/2/4, 1/2/5, 1/2/6, 1/2/9, 1/2/10 - yet. Do all four lanes in the QSFP+ on these breakout stacking ports have to be physically connected to something?
EDIT: And all four of 1/2/2, 1/2/3, 1/2/7 and 1/2/8 have links up after the reboot despite the errors I pasted above. The errors must be something to do with stacking code unifying those broken out ports for stacking or something?Code:Parsing Config Data ... ------------------------------------------------------------------ M:9 L:0 - chow_qsfp_read, qsfp 2, error in seting up mux ------------------------------------------------------------------ M:9 L:0 - link_40G_4x10G_get_media: qsfp 2, port 1/2/2 error in reading qsfp chow_40G_4x10G_get_media: error in reading qsfp 1/2/2 ------------------------------------------------------------------ M:9 L:0 - chow_qsfp_read, qsfp 3, error in seting up mux ------------------------------------------------------------------ M:9 L:0 - link_40G_4x10G_get_media: qsfp 3, port 1/2/7 error in reading qsfp chow_40G_4x10G_get_media: error in reading qsfp 1/2/7
If this switch doesn't like servers at the end of the breakout QSFP+ ports going up and down without itself being reloaded too this may not meet my use case - I like to keep one ESXi up most of the time and only spin up the others if I need them - power use and all... Going to have to experiment and will report.
for what it's worth all the DHCP server issues we had were in the 8030 firmware (icx6xxx series), I've heard (and seen in a lot of release notes) that the DHCP server functionality has been greatly improved in 8080, 8090, and 8095, and I believe you said you have a 7250 so it can run these. worth a try. To potentially save yourself a lot of troubleshooting time, just remember in the back of your head if some random IOT devices/rokus/chromecasts suddenly don't get a DHCP lease, it's not your wifi, it's the switch's DHCP servThanks! I'd seen some posts about this from ~2018 and wasn't sure if it was still the case. At the moment the only hardware that I have for this is a Fitlet2 that's running OpnSense, and I'd like to avoid running a hypervisor on my internet-facing firewall "appliance" (mostly for simplicity and stability, I have no doubt it could be done sufficiently securely). I'll probably pick up a small server sometime soon and run DHCP there, but the switch should be okay for now.
Thanks! Yes, I'm running my 7250 on 8095d (from your new guide - thank you for that!). Do you happen to remember if the DHCP symptom was that the switch knew about the lease but the client never configured its IP, or did the switch not have a lease for the client at all?I believe you said you have a 7250 so it can run these. worth a try. To potentially save yourself a lot of troubleshooting time, just remember in the back of your head if some random IOT devices/rokus/chromecasts suddenly don't get a DHCP lease, it's not your wifi, it's the switch's DHCP serv
nope, no support for made up PoE implementations. spec only (802.3af, 802.3at, etc)Does the ICX7150-c12 support passive POE (e.g. 24V POE)?
honestly don't remember, if you search the thread I might have given those details when I was originally reporting itThanks! Yes, I'm running my 7250 on 8095d (from your new guide - thank you for that!). Do you happen to remember if the DHCP symptom was that the switch knew about the lease but the client never configured its IP, or did the switch not have a lease for the client at all?
thats what I thought. thanks. These damn Mikrotik and Ubuiqiti devices using passive POE... oh wellhonestly don't remember, if you search the thread I might have given those details when I was originally reporting it
Don’t know about Mikrotik, but Ubiquity does sell 802.3af adapters to handle their wonky legacy devices (like my just-barely-missed-the-PoE-cutoff AC-Lite):These damn Mikrotik and Ubuiqiti devices using passive POE... oh well
I'm running 08.0.92bT211 - is that good also?for what it's worth all the DHCP server issues we had were in the 8030 firmware (icx6xxx series), I've heard (and seen in a lot of release notes) that the DHCP server functionality has been greatly improved in 8080, 8090, and 8095, and I believe you said you have a 7250 so it can run these. worth a try. To potentially save yourself a lot of troubleshooting time, just remember in the back of your head if some random IOT devices/rokus/chromecasts suddenly don't get a DHCP lease, it's not your wifi, it's the switch's DHCP serv
Thanks. Im aware of those...the problem is the 0.5a max current. I run my mikrotik Omni via poe on a pole on my roof and the omni then powers an ubiquiti lbe ac gen2, lbe-lr and a mikrotik sxt. Unfortunately if I used one of those adapters,it wouldn't have enough power to run the whole setup.Don’t know about Mikrotik, but Ubiquity does sell 802.3af adapters to handle their wonky legacy devices (like my just-barely-missed-the-PoE-cutoff AC-Lite):
![]()
Accessories
store.ui.com
Mfr/model | Size | Air flow | Static Pressure | Noise | Fan speed | Price |
---|---|---|---|---|---|---|
Delta FFB0412VHN-F00 | 40mm x 28mm D | 15.8 cfm | 0.509 in H2O | 45 dBA | 9500 rpm | $14.31 |
Sanyo Denki 109P0412G3013 | 40mm x 28mm D | 14.8 cfm | 0.719 in H2O | 42 dBA | 11500 rpm | $10.51 |
Sanyo Denki 109P0412B3013 | 40mm x 28mm D | 13.4 cfm | 0.574 in H2O | 40 dBA | 10300 rpm | $10.24 |
Delta EFB0412VHD-F00 | 40mm x 20mm D | 10.1 cfm | 0.416 in H2O | 32.5 dBA | 9000 rpm | $12.57 |
Foxconn PIA040H12P [STOCK] | 40mm x 28mm D | 23 cfm (?) |
Hi
Any know how to silence the fans in my ICX7150-48ZP
View attachment 19817View attachment 19818View attachment 19819View attachment 19820
Has anyone tried one of those 4-pin "fan simulators" from ebay, even if you had to jumper the pins to match this? They are cheap enough that I might try one and run 3x Noctuas off the remaining 2 headersSo found out the wires
Blue is PWM
White or yellow is TACH
Black is ground
Red is 12v