Anything from fs.com would be fine. The switches aren't picky according to other people in this thread; but my only experience is with fs.com modules. I order them coded as Brocade. Cisco generic coding is also fine from what I've read. I have their SFP/QSFP code box so I code the ends of DACs to match the devices, but the cables technically worked fine without that (I have a mix of Mellanox, Brocade/Ruckus, Arista).Anyone have recommendations for SFP+ modules for the 7250 and 7150 switches? Like, any that work real well, or any that really really don’t?
Mostly connecting to OM5, though will probably have 3x 50cm DACs too
Sweet, I’ll go and pick some from there. I am working my way through this thread for info, but only up to page 170 so far and one of my new switches will be here tomorrowAnything from fs.com would be fine. The switches aren't picky according to other people in this thread; but my only experience is with fs.com modules. I order them coded as Brocade. Cisco generic coding is also fine from what I've read. I have their SFP/QSFP code box so I code the ends of DACs to match the devices, but the cables technically worked fine without that (I have a mix of Mellanox, Brocade/Ruckus, Arista).
Yes, I've been using it since a few days after it was released.Has anyone upgraded (ICX 7xxx) to 09.0.10d yet?
Does the WebUI work?Yes, I've been using it since a few days after it was released.
Yes, it works fine. It has limited functionality so I don't use it often, but I do use it for making configuration backups.Does the WebUI work?
I used 09.0.10c before for testing and it was running OK. But when I changed to 09.0.10d I cannot use the WebUI any longer. Shortly after the login screen is shown I changes to the dashboard view and back again to the login screen. This cycle continues in a loop with a frequency of about 1 second.
My web interface login problem is solved with version 09.0.10e.I used 09.0.10c before for testing and it was running OK. But when I changed to 09.0.10d I cannot use the WebUI any longer. Shortly after the login screen is shown I changes to the dashboard view and back again to the login screen. This cycle continues in a loop with a frequency of about 1 second.
Thank you!RUCKUS ICX FastIron 09.0.10e (GA) Software Release (.zip) and RUCKUS ICX FastIron 09.0.10e (GA) Release Notes Published or Updated on 02/10/23
VyOS configStartup-config data location is flash memory
!
Startup configuration:
!
ver 08.0.30uT313
!
stack unit 1
module 1 icx6450-24p-poe-port-management-module
module 2 icx6450-sfp-plus-4port-40g-module
stack disable
!
global-stp
!
!
!
vlan 10 name Internal by port
tagged ethe 1/1/1 to 1/1/2
spanning-tree 802-1w
!
vlan 20 name Main by port
tagged ethe 1/1/1 ethe 1/1/3
spanning-tree 802-1w
!
vlan 100 name WAN by port
untagged ethe 1/1/13 to 1/1/14
router-interface ve 100
spanning-tree 802-1w
!
vlan 1095 by port
!
vlan 4095 name DEFAULT-VLAN by port
router-interface ve 1
spanning-tree 802-1w
!
!
!
!
!
aaa authentication web-server default local
aaa authentication login default local
default-vlan-id 4095
enable acl-per-port-per-vlan
hostname ICX6450-24p-01
ip dhcp-client disable
!
no telnet server
username root password .....
!
!
web-management https
web-management frame bottom
web-management page-menu
web-management session-timeout 3600
!
!
router rip
!
!
!
interface ethernet 1/1/1
dual-mode 10
!
interface ethernet 1/1/2
dual-mode 10
!
interface ve 1
ip address 10.0.0.150 255.255.255.0
!
interface ve 100
!
!
!
!
!
!
!
!
!
end
vyos@vyos:~$ show config
firewall {
name LAN-LOCAL {
default-action accept
description "LAN outbound to LOCAL(this device)"
}
name LAN-WAN {
default-action accept
description "LAN outbound to WAN"
}
name LOCAL-LAN {
default-action accept
description "LOCAL(this device) outbound to LAN "
}
name LOCAL-WAN {
default-action accept
description "LOCAL(this device) outbound to WAN "
}
name WAN-LAN {
default-action drop
description "WAN inbound to LAN"
rule 5 {
action accept
description "Allow EST/Related Traffic"
state {
established enable
related enable
}
}
rule 20 {
action accept
protocol icmp
state {
new enable
}
}
}
name WAN-LOCAL {
default-action drop
description "WAN inbound to LOCAL(this device)"
rule 5 {
action accept
description "Allow EST/Related Traffic"
state {
established enable
related enable
}
}
rule 20 {
action accept
protocol icmp
state {
new enable
}
}
}
zone LAN {
default-action drop
from LOCAL {
firewall {
name LOCAL-WAN
}
}
from WAN {
firewall {
name WAN-LAN
}
}
interface eth1
interface eth1.20
}
zone LOCAL {
default-action drop
from LAN {
firewall {
name LAN-LOCAL
}
}
from WAN {
firewall {
name WAN-LOCAL
}
}
local-zone
}
zone WAN {
default-action drop
from LAN {
firewall {
name LAN-WAN
}
}
from LOCAL {
firewall {
name LOCAL-WAN
}
}
interface eth0
}
}
interfaces {
ethernet eth0 {
address dhcp
description WAN(internet)
}
ethernet eth1 {
address 10.0.10.1/24
description "LAN 1"
vif 20 {
address 10.0.20.1/24
description "VLAN20 Main"
}
loopback lo {
}
}
nat {
source {
rule 100 {
outbound-interface eth0
source {
address 10.0.0.0/16
}
translation {
address masquerade
}
}
}
}
service {
dhcp-server {
shared-network-name LAN1 {
subnet 10.0.10.0/24 {
default-router 10.0.10.1
name-server 10.0.10.1
range 0 {
start 10.0.10.100
stop 10.0.10.200
}
}
}
shared-network-name VLAN20 {
subnet 10.0.20.0/24 {
default-router 10.0.20.1
name-server 10.0.20.1
range 0 {
start 10.0.20.100
stop 10.0.20.200
}
}
}
}
dns {
forwarding {
allow-from 10.0.0.0/16
cache-size 0
listen-address 10.0.10.1
listen-address 10.0.20.1
name-server 10.0.1.11
}
}
ntp {
allow-client {
address 0.0.0.0/0
address ::/0
}
server time1.google.com {
}
server time2.google.com {
}
server time3.google.com {
}
}
ssh {
port 22
}
}
system {
config-management {
commit-revisions 100
}
conntrack {
modules {
ftp
h323
nfs
pptp
sip
sqlnet
tftp
}
}
console {
device ttyS0 {
speed 115200
}
}
host-name vyos
login {
user vyos {
authentication {
encrypted-password ****************
plaintext-password ****************
public-keys ********************* {
key ****************
options "from="10.0.10.0/24""
type ssh-rsa
}
}
}
}
name-server eth0
syslog {
global {
facility all {
level info
}
facility protocols {
level debug
}
}
}
}
BROCADE 57-0000076-01
10GBase LR Optics on both the MikroTik Switch as well as when I do show media 1/3/1
on the ICX6610. I have both the MikroTik switch and the ICX6610 set to 10G, and the MikroTik indicates that it is transmitting at -2.023 dBm
and the module does heat up, but it shows no receiving signal. But on the ICX6610, show optic 1/3/1
has no output and the module doesn't feel warm enough to be transmitting. Is there something I need to do on the ICX6610 to get it to power up the optic? I have the 10G licences installed but it does the same when both are set to 1G as well. The single mode fiber optic that I am using is know good as well ,and Brocade 10G LR optics should work so I am kinda pulling my hair out here.I found the issue and fixed it!@ciree8 Can the computer you are plugging in set either vlan10 or vlan20 on its port natively? if not make switch port 1/1/3 untagged vlan20.
The posted start-config from the 6450 is not showing any dual-mode ports, but I suspect you are doing that in the running-config only.
From a brief overview seems vyos only defines vlan20, not vlan10. Since 1/1/1 is tagged vlan10 no way that is getting through to vyos.
As you stated, if 1/1/1 and 1/1/2 are basic dual-mode (simply means untagged in the native vlan, while tagged in another vlan), then the vyos (LAN 1 eth1) and your PC are both put into the default vlan4095 on the switch and that is how they communicate. Not sure why setting 1/1/3 dual mode does not allow the same communication though.
set interface ethernet eth1 offload sg
set interface ethernet eth1 mtu 1504
And slipped it a little. Got the Medium Beef, but the serial cable included is the rj45 one. So now I gotta wait for a mini USBcable that’s wired rightSo I lucked out
Don’t have this specific model, but from what I remember, in terms of licensing the 10G capability they are both turned on or off together. In terms of physically using the ports they are independent of each other and both can be used separately.I picked up an ICX7150-C12P and it's been great, aside from the POE budget being a little tighter than I expected running 3 APs and 3 cameras.
The microbeefer has 2x1G uplinks and 2x10G SFP+ uplinks. A few posters have asked about the uplink ports before, but never specifically about using both at the same time as far as I can tell.
The documentation seems to suggest that these ports behave like combos, but in the CLI they show up as their own modules (1/2/* and 1/3/*). I'm wondering if they can be used independently of one another. Has anyone been able to do that?
The 7150-C12P doesn't have combo ports. It has 12 PoE Gbe ports, 2 non-PoE Gbe ports, and the 2 SFP+ 10Gb ports; all usable at the same time. I have used it like that.I picked up an ICX7150-C12P and it's been great, aside from the POE budget being a little tighter than I expected running 3 APs and 3 cameras.
The microbeefer has 2x1G uplinks and 2x10G SFP+ uplinks. A few posters have asked about the uplink ports before, but never specifically about using both at the same time as far as I can tell.
The documentation seems to suggest that these ports behave like combos, but in the CLI they show up as their own modules (1/2/* and 1/3/*). I'm wondering if they can be used independently of one another. Has anyone been able to do that?
I'm not sure what the story is. I have a POE 7150 next to my desk. Two LAG'ed ports through the drop ceiling to the stacked 7250s in the 'IT corner'. I upgraded the 7150 first. Only the primary flash until I was happy. Took awhile to install packages, and etc. And.... my windows 10 workstation (plugged into that switch) complaining about 'no internet'. After some poking, my work laptop on the same 7150 (via enet usb) and a ruckus unleashed AP all with no internet. Connected already to the 7150 via usb serial, so I try pinging various hosts on the LAN (connected to the 7250 stack), and... it works? But the local hosts don't? Hmmm. Out of desperation, I unplug and re-plug the enet cables for those 3 hosts, and that 'fixed' the issue. Any idea what the **** was going on? Here are the firmware loads:Yes, I've been using it since a few days after it was released.