Drag to reposition cover

Brocade ICX Series (cheap & powerful 10gbE/40gbE switching)

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

bwahaha

Active Member
Jun 9, 2023
126
97
28
Thinking about rear mounting my 6610, but the availability of intake fans/psus makes me ask, is there any reason I can't flip the fans to intake rather than exhaust?
 

56ip1234

New Member
Jun 6, 2023
11
2
3
Does anyone have an intro to getting SNMP set up on a Ruckus 7150? I'm looking for read access for monitoring but also write access to control POE.

Thanks!
 

EK701

New Member
Feb 7, 2020
10
0
1
6450 stack running 8.0.30 trying to get pim routing running, like I have done on 6610s. The problem is it appears to possibly be that pim is not implemented on the 6450:

Code:
(config)#router pim
Invalid input -> pim
Type ? for a list
(config)#router
  ospf            Enable ospf
  rip             Enable rip
  vrrp            Enable vrrp
  vrrp-extended   Enable vrrp-extended
  vsrp            Enable vsrp
(config)#sho ver
  Copyright (c) 1996-2016 Brocade Communications Systems, Inc. All rights reserved.
    UNIT 1: compiled on Apr 23 2020 at 10:57:06 labeled as ICX64R08030u
        (9871112 bytes) from Primary ICX64R08030u.bin
        SW: Version 08.0.30uT313
    UNIT 2: compiled on Apr 23 2020 at 10:57:06 labeled as ICX64R08030u
         (9871112 bytes) from Primary ICX64R08030u.bin
        SW: Version 08.0.30uT313
    UNIT 3: compiled on Apr 23 2020 at 10:57:06 labeled as ICX64R08030u
         (9871112 bytes) from Primary ICX64R08030u.bin
        SW: Version 08.0.30uT313
    UNIT 4: compiled on Apr 23 2020 at 10:57:06 labeled as ICX64R08030u
         (9871112 bytes) from Primary ICX64R08030u.bin
        SW: Version 08.0.30uT313
  Boot-Monitor Image size = 786944, Version:10.1.05T310 (kxz10105)
  HW: Stackable ICX6450-24-HPOE
Is that correct that pim is not supported on the 6450, but is on the 6610?

Thanks!
 

CIR-Engineering

I am a functional adult?
Jan 14, 2021
153
61
28
48
Chicago USA
www.cir-engineering.com
Hmmm... how do I reenable "manager" and what does he do? I tried
Code:
manager enable
and
Code:
no manager disable
. No manger disable hung up ssh. Or maybe it did start manager again, not sure. I don't know anything about manager. Should have written to memory I guees.
 

SuperMiguel

New Member
Jun 17, 2021
22
2
3
Hello all, im having an issue with one of my VLANs, i have a dedicated CCTV vlan, basically a bunch of cameras and a server (blueiris) the server it self has two nics (one for cctv vlan and another for internal vlan). I want to keep my cctv vlan of internet and this part is working fine, the problem im having is that all of the cameras traffic is going tru my firewall (opnsense) even if they are just talking to the server that is on the same vlan. How can i fix this?? Cameras force me to put a valid gateway

here is my config


Code:
Current configuration:
!
ver 08.0.30tT7f3
!
stack unit 1
  module 1 icx6610-48p-poe-port-management-module
  module 2 icx6610-qsfp-10-port-160g-module
  module 3 icx6610-8-port-10g-dual-mode-module
!
global-stp
!
!
!
spanning-tree single
!
vlan 1 name DEFAULT-VLAN by port
router-interface ve 1
spanning-tree
!
vlan 10 name TRUSTED by port
tagged ethe 1/1/1 to 1/1/3 ethe 1/1/36 ethe 1/1/41 ethe 1/1/43 ethe 1/3/1 to 1/3/2
untagged ethe 1/1/8 to 1/1/9 ethe 1/1/12 ethe 1/1/16 ethe 1/1/18 ethe 1/1/22 ethe 1/1/24 to 1/1/28 ethe 1/1/38 ethe 1/3/3 ethe 1/3/8
router-interface ve 10
spanning-tree
!
vlan 69 name GUEST by port
tagged ethe 1/1/1 to 1/1/3 ethe 1/1/36 ethe 1/1/41 ethe 1/1/43 ethe 1/3/1
router-interface ve 69
spanning-tree
!
vlan 88 name WORK by port
tagged ethe 1/1/1 to 1/1/3 ethe 1/1/36 to 1/1/37 ethe 1/1/41 ethe 1/1/43 ethe 1/3/1
router-interface ve 88
spanning-tree
!
vlan 120 name IOT by port
tagged ethe 1/1/1 to 1/1/3 ethe 1/1/36 to 1/1/37 ethe 1/1/41 ethe 1/1/43 ethe 1/3/1
router-interface ve 120
spanning-tree
!
vlan 130 name CCTV by port
tagged ethe 1/1/1 to 1/1/3 ethe 1/1/36 ethe 1/1/41 ethe 1/1/43 ethe 1/3/1
untagged ethe 1/1/14 to 1/1/15 ethe 1/1/19 ethe 1/1/31 to 1/1/32 ethe 1/1/34 ethe 1/1/39 to 1/1/40 ethe 1/1/45 ethe 1/1/47 to 1/1/48 ethe 1/3/7
router-interface ve 130
spanning-tree
!
!
spanning-tree single 802-1w
spanning-tree single 802-1w priority 0
!
!
!
!
aaa authentication web-server default local
aaa authentication enable default local
aaa authentication login default local
enable telnet authentication
hostname superbeefbox
ip dhcp-client disable
ip route 0.0.0.0/0 10.0.0.1
!
username root password .....
!
!
!
!
!
!
!
!
!
interface ethernet 1/1/1
dual-mode
!
interface ethernet 1/1/2
port-name DownStairs-AP
dual-mode
inline power
!
interface ethernet 1/1/3
port-name UpStairs-AP
dual-mode
inline power
!
interface ethernet 1/1/4
port-name Firewall-IPMI
!
interface ethernet 1/1/8
port-name Sonos-Amp
!
interface ethernet 1/1/9
port-name Living-room-apple-tv
!
interface ethernet 1/1/12
port-name AC_Closet_Switch
!
interface ethernet 1/1/14
port-name Driveway-Camera
inline power
!
interface ethernet 1/1/15
port-name Backyard-Camera
inline power
!
interface ethernet 1/1/16
port-name SuperDesktop
!
interface ethernet 1/1/18
port-name SonosArc
!
interface ethernet 1/1/19
port-name Lanai-Camera
inline power
!
interface ethernet 1/1/22
port-name Gym-AppleTV
!
interface ethernet 1/1/24
port-name MasterBed AppleTV
!
interface ethernet 1/1/25
port-name Sonos-Amp-Pool
!
interface ethernet 1/1/26
port-name Envisalink
!
interface ethernet 1/1/27
port-name Hubitat Upstairs
!
interface ethernet 1/1/28
port-name Sonos-Amp-Kitchen
!
interface ethernet 1/1/31
port-name KidsHall-Camera
inline power
!
interface ethernet 1/1/32
port-name Stairs-Camera
inline power
!
interface ethernet 1/1/34
port-name LivingRoom-Camera
inline power
!
interface ethernet 1/1/36
port-name Lanai-AP
dual-mode
inline power
!
interface ethernet 1/1/37
port-name GameRoomSwitch
dual-mode
!
interface ethernet 1/1/38
port-name Yanelis-Office
!
interface ethernet 1/1/39
port-name SmallGarage-Camera
inline power
!
interface ethernet 1/1/40
port-name LargeGarage-Camera
inline power
!
interface ethernet 1/1/41
port-name MiguelOffice-2nd
dual-mode
!
interface ethernet 1/1/43
port-name LGarage-AP
dual-mode
inline power
!
interface ethernet 1/1/45
port-name Backyard-Side-Camera
inline power
!
interface ethernet 1/1/47
port-name Kitchen-Camera
inline power
!
interface ethernet 1/1/48
port-name FrontDoor-Camera
inline power
!
interface ethernet 1/3/1
port-name LAN/Firewall
dual-mode
speed-duplex 10G-full
!
interface ethernet 1/3/2
port-name Beef_Garage
dual-mode
speed-duplex 10G-full
!
interface ethernet 1/3/3
port-name SuperDesktop
speed-duplex 10G-full
!
interface ethernet 1/3/4
speed-duplex 10G-full
!
interface ethernet 1/3/5
speed-duplex 10G-full
!
interface ethernet 1/3/6
speed-duplex 10G-full
!
interface ethernet 1/3/7
port-name BlueIris
speed-duplex 10G-full
!
interface ethernet 1/3/8
port-name BlueIris
speed-duplex 10G-full
!
interface ve 1
ip address 10.0.0.2 255.255.255.0
!
interface ve 10
ip address 10.0.10.2 255.255.255.0
!
interface ve 69
ip address 172.30.69.2 255.255.255.0
!
interface ve 88
ip address 172.18.88.2 255.255.255.0
!
interface ve 120
ip address 192.168.120.2 255.255.255.0
!
interface ve 130
ip address 192.168.130.2 255.255.255.0
!
!
!
!
!
lldp run
!
!
!
!
end
 
Last edited:

alaricljs

Active Member
Jun 16, 2023
224
93
28
Why/how is your firewall on or accessible to your "isolated" VLAN? It shouldn't be. Get the FW off that VLAN
 

SuperMiguel

New Member
Jun 17, 2021
22
2
3
Why/how is your firewall on or accessible to your "isolated" VLAN? It shouldn't be. Get the FW off that VLAN
I guess, IF i remove the VLAN configuration from the firewall, it wouldnt be a VLAN(technically) anymore but that would still fix the problem... I guess i can also delete anything related to that VLAN on my switch
 
Last edited:

alaricljs

Active Member
Jun 16, 2023
224
93
28
A LAN is still a LAN without a gateway or routes to any other network.... Can't think of why you'd expect a VLAN would be any different.
 

cferra

New Member
Jun 27, 2016
17
0
1
41
I know the common rule of thumb is not to use a WebUI - but i am interested in testing it out, are there any drawbacks to attempting to update? Is there a quick how to, to upgrade and keep the current config that is setup?

Thanks,

Chris
 

bwahaha

Active Member
Jun 9, 2023
126
97
28
I know the common rule of thumb is not to use a WebUI - but i am interested in testing it out, are there any drawbacks to attempting to update? Is there a quick how to, to upgrade and keep the current config that is setup?

Thanks,

Chris
The web gui doesn't overwrite the previous config, anymore than using the cli overwrites the config (and just like the cli, if you don't write the config to memory, it'll get lost on reboot).

The web ui sucks because it's missing features, poorly laid out, and not all commands do all they should. Play around, you might find some things you like, but you will end up in the cli for >90% of the more meaningful commands; it sucks to the point of being almost unusable, but not quite unusable.
 

cferra

New Member
Jun 27, 2016
17
0
1
41
The web gui doesn't overwrite the previous config, anymore than using the cli overwrites the config (and just like the cli, if you don't write the config to memory, it'll get lost on reboot).

The web ui sucks because it's missing features, poorly laid out, and not all commands do all they should. Play around, you might find some things you like, but you will end up in the cli for >90% of the more meaningful commands; it sucks to the point of being almost unusable, but not quite unusable.
gotcha - yeah i agree the CLI is the way to go. I saw some Youtube videos of the v9 UI and it looked a bit more feature complete. Have you seen it? What are your thoughts on it?

Thanks!

Chris
 

kpfleming

Active Member
Dec 28, 2021
433
222
43
Pelham NY USA
gotcha - yeah i agree the CLI is the way to go. I saw some Youtube videos of the v9 UI and it looked a bit more feature complete. Have you seen it? What are your thoughts on it?

Thanks!

Chris
I saw it when I was running 9.x firmware, and it had even fewer capabilities than the 8.x web UI did.
 
  • Like
Reactions: fohdeesha