Connect those two servers together directly with a qsfp dac and try again, you're probably CPU/interrupt bound somewhere, could be marginal cabling/optics as well, check port statistics on every port in the path looking for discards/crc errors etc
ok so directly attached them and am getting 12.6Gbps. Swapped cable out for a different one and didn't make any difference. I'm wondering if these cards need different firmware or modes or something. Forgive me it's the first time I've dealt with any 40Gb nics. the specific cards that I bought off ebay were Mellanox MCX4131A-GCAT_C05 ConnectX-4 LX 50GbE PCIe Network Card Newest Firmware | eBay .Connect those two servers together directly with a qsfp dac and try again, you're probably CPU/interrupt bound somewhere, could be marginal cabling/optics as well, check port statistics on every port in the path looking for discards/crc errors etc
any chance it's these cables? I tried 3 different ones. Are these junk? Do I need official Mellanox cables like MCP1700-B003E or Mc2210128-003 ?Connect those two servers together directly with a qsfp dac and try again, you're probably CPU/interrupt bound somewhere, could be marginal cabling/optics as well, check port statistics on every port in the path looking for discards/crc errors etc
ip ssh password-authentication no
login as: jason
Keyboard-interactive authentication prompts from server:
| Password:
End of keyboard-interactive prompts from server
SSH@ICX6610-48p>
ip ssh interactive-authentication no
No supported authentication methods available (server sent: publickey)
Read up in the manual (first link below). You can also search for those commands as well (use the second link below) and compare the difference. I had to turn igmp snooping and such off to get Homekit to work over my icx7150.On my 7250, I see the following ip options for multicast:
what the difference?
- ip multicast
- ip multicast-routing
- ip multicast-nonstop-routing
Also, do I need to enable both multicast routing and snooping to get things like sonos and apple bonjour to work?
- ip multicast version 3
- router pim
@Vesalius Thx for those links. I have read through them a few times but still not exactly sure what do. Did you turn igmp snooping off or on? Isn't it off by default? I did the following but still don't have connectivity for my sonos: I am sure I have it completely wrong.Read up in the manual (first link below). You can also search for those commands as well (use the second link below) and compare the difference. I had to turn igmp snooping and such off to get Homekit to work over my icx7150.
RUCKUS FastIron IP Multicast Configuration Guide, 08.0.95
RUCKUS FastIron Command Reference Guide, 08.0.95
# from main conf t:
ip multicast version 3
# then for each vlan
vlan 110 ( home devices with sonos controller app)
multicast version 3
vlan 130 ( iot vlan with sonos devices)
multicast version 3
I don't have sonos so can't help there. Do not remember what the default is now, but I do know when/if igmp snooping was on for my network/vlan homekit devices went unresponsive. I had to make sure igmp snooping was off. This was even when my homekit hubs and devices lived on the same vlan.@Vesalius Thx for those links. I have read through them a few times but still not exactly sure what do. Did you turn igmp snooping off or on? Isn't it off by default? I did the following but still dont have connectivity for my sonos: I am sure I have it competely wrong.
Can you share how you have yours implemented?Code:# from main conf t: ip multicast version 3 # then for each vlan vlan 110 ( home devices with sonos controller app) multicast version 3 vlan 130 ( iot vlan wiht sonos devices) multicast version 3
Port Supported Vendor Type
----------------------------------------------------------------------
1/3/1 Yes BROCADE Type : 10GE SR 300m (SFP +)
1/3/2 Yes BROCADE Type : 10GE SR 300m (SFP +)
1/3/3 Yes BROCADE Type : 10GE SR 300m (SFP +)
1/3/4 Yes BROCADE Type : 10GE SR 300m (SFP +)
1/3/5 Yes BROCADE Type : 10GE LR 10km (SFP +)
SSH@ICX6610-48p(config)#show optic 1/3/1
Port Temperature Tx Power Rx Power Tx Bias Current
+----+-----------+--------------+--------------+---------------+
1/3/1 32.0195 C -002.1666 dBm -002.1197 dBm 5.934 mA
Normal Normal Normal Normal
SSH@ICX6610-48p(config)#show optic 1/3/2
Port Temperature Tx Power Rx Power Tx Bias Current
+----+-----------+--------------+--------------+---------------+
1/3/2 32.7656 C -002.5305 dBm -002.7140 dBm 5.796 mA
Normal Normal Normal Normal
SSH@ICX6610-48p(config)#show optic 1/3/3
Port Temperature Tx Power Rx Power Tx Bias Current
+----+-----------+--------------+--------------+---------------+
1/3/3 34.4648 C -002.2380 dBm -002.7794 dBm 5.492 mA
Normal Normal Normal Normal
SSH@ICX6610-48p(config)#show optic 1/3/4
SSH@ICX6610-48p(config)#show optic 1/3/5
I believe that you'll need Avahi to allow network discovery across VLANs for Homebridge. I set that up when I was trying to get Homebridge to work in my segmented network. See Homekit and Avahi.@Vesalius Thx for those links. I have read through them a few times but still not exactly sure what do. Did you turn igmp snooping off or on? Isn't it off by default? I did the following but still don't have connectivity for my sonos: I am sure I have it completely wrong.
Can you share how you have yours implemented?Code:# from main conf t: ip multicast version 3 # then for each vlan vlan 110 ( home devices with sonos controller app) multicast version 3 vlan 130 ( iot vlan with sonos devices) multicast version 3
thanks for verifying, guide updated: disable interactive auth for SSH configs · Fohdeesha/lab-docu@8bf0361I'm still waiting for the $10 40G-LR4 Lite (uses duplex LC SMF) transceivers to arrive, but I just noticed that the ICX6XXX series administrate guide lists the Brocade optics that will work with the ICX6610 (p. 229). It specifically lists the 57-1000263-01 which is a 40G-LR4 transceiver with a 10km reach using duplex SMF fiber. So, it's a pretty good bet the generic modules will work as well. While the datasheet indicates that the SFP+ ports are limited to DAC, 10G-SR, and 10G-LR, the administrative manual also lists Brocade 10G-ER (40km) and 10G-ZR (80km), but it says the ZR will only run on the 1/3/8 port. I doubt anyone would need 40km or 80km optics, but it's nice to know the switch will accept almost anything. I assume BiDi optics will work fine as well.
As for the SSH issue, with onlyI see the following using putty:Code:ip ssh password-authentication no
After addingCode:login as: jason Keyboard-interactive authentication prompts from server: | Password: End of keyboard-interactive prompts from server SSH@ICX6610-48p>
I get the expected result:Code:ip ssh interactive-authentication no
Code:No supported authentication methods available (server sent: publickey)
i fixed it with a mdns server, it’s a simple python script that relays the broadcast since mDNS normally have ttl of 1 hop@jasonwc avahi on the 7250 ? or somewhere else? I have avahi setup on pfsense, but the layer 3 traffic will not hit pfsense for intervlan traffic, no? So pim or multicast routing setup on the 7250 has no impact on mdns traffic between vlans ?
Sorry, I’m using pfsense to route the relevant VLANs. However, I can tell you that HomeBridge required me to enable Avahi on pfsense with reflection enabled (repeats mdns packets across subnets). Pfsense will give you the option to choose the specific subnets where you want to enable this feature. Once I did that, HomeBridge worked immediately with no additional configuration. Since neither the IoT VLAN or the VLANs I use for my Wifi networks require > 1 Gb of traffic, I just have pfsense handle routing.@jasonwc avahi on the 7250 ? or somewhere else? I have avahi setup on pfsense, but the layer 3 traffic will not hit pfsense for intervlan traffic, no? So pim or multicast routing setup on the 7250 has no impact on mdns traffic between vlans ?
avahi-browse —all
What trouble are you having specifically? Did you follow the guide to upload the bootloader and OS firmware to the latest version? If so, you can check the 68-page product support matrix to determine exactly which features are supported. This manual can be found in the ICX6xxx Manuals folder.I bought a 6450 off eBay. In the process of getting it configured but the older boot software is bit troublesome.
Anyway, figured out this switch is about 7 years old. Is there any significant hardware upgrades in the past 7 years or so? Wondering how this switch compares to the newer models. Couldn't find any information online about the old versions.
if you follow the guide linked in the OP, it should get you updated with pretty simple steps regardless of how old the existing bootloader isI bought a 6450 off eBay. In the process of getting it configured but the older boot software is bit troublesome.
Anyway, figured out this switch is about 7 years old. Is there any significant hardware upgrades in the past 7 years or so? Wondering how this switch compares to the newer models. Couldn't find any information online about the old versions.
ICX6610-24P Router#show stack con
Probing the topology. Please wait ...
ICX6610-24P Router#
standby active
+---+ +---+
2/6| 2 |2/1==2/1| 1 |2/6
+---+ +---+
trunk probe results: 1 links
Link 1: u1 -- u2, num=1
1: 1/2/1 (T0) <---> 2/2/1 (T0)
ICX6610-24P Router#show media e 1/2/1
Port 1/2/1:Type : 40G QSFP Module
Vendor Name: KAIAM CORP Serial Num: KD60630129 Revision: 1A
ICX6610-24P Router#show media e 2/2/1
Port 2/2/1: Type : 40G QSFP Module
Vendor: KAIAM CORP Version: 1A
Part# : Serial#: KD60628356
ICX6610-24P Router#ICX6610-24P Router#show int e 1/2/1
40GigabitEthernet1/2/1 is up, line protocol is up
Port up for 10 minute(s) 31 second(s)
Hardware is 40GigabitEthernet, address is cc4e.243d.3eff (bia cc4e.243d.3eff)
Interface type is 40Gig Fiber
Configured speed 40Gbit, actual 40Gbit, configured duplex fdx, actual fdx
ICX6610-24P Router#show stack con
Probing the topology. Please wait ...
ICX6610-24P Router#
active
+---+ +---+
2/6| 2 |2/1==2/1| 1 |2/6
+---+ +---+
trunk probe results: 1 links
Link 1: u1 -- u2, num=4
1: 1/2/2 (T0) <---> 2/2/2 (T0)
2: 1/2/3 (T0) <---> 2/2/3 (T0)
3: 1/2/4 (T0) <---> 2/2/4 (T0)
4: 1/2/5 (T0) <---> 2/2/5 (T0)
CPU to CPU packets are fine between 2 units.