Why should it be any different if the cloud service is hosted on AWS rather than Linode?I'd be more comfortable if it were some AWS servers but when I saw linode I immediately disconnected it from my LAN.
I'm running 8080e on both of my 7150-C12Ps:It's part of their new SmartZone central management thing, the IP's it's contacting are ruckus services. This behavior should be off by default in the 8080 firmware on my guide, I believe it was 8090 where they enabled it by default. It can be completely disabled and turned off with the following commands:
you can confirm it's disabled by running "show sz status", the top line should have "Operation Status: Disabled" and below that "State: DISABLED"Code:enable conf t no sz registrar sz disable write mem
This should not be required on v8080, however if it is, let me know so I can add those commands to the guide. However my money is on the two of you skipping ahead to v8090 or above
SSH@ruckus-7150-u2.spearfoot.net#show vers
Copyright (c) 2017 Ruckus Wireless, Inc. All rights reserved.
UNIT 1: compiled on Apr 9 2019 at 03:20:17 labeled as SPR08080e
(29826604 bytes) from Primary SPR08080e.bin
SW: Version 08.0.80eT213
Compressed Boot-Monitor Image size = 786944, Version:10.1.14T225 (mnz10114)
Compiled on Thu Nov 15 06:59:22 2018
well I'll be damned - can't believe SZ registration is on by default in 8080 (maybe added in the e revision?). I'll add the disable settings to the guideI'm running 8080e on both of my 7150-C12Ps:Thanks for the info and commands. I'm going to add them to my startup settings.Code:SSH@ruckus-7150-u2.spearfoot.net#show vers Copyright (c) 2017 Ruckus Wireless, Inc. All rights reserved. UNIT 1: compiled on Apr 9 2019 at 03:20:17 labeled as SPR08080e (29826604 bytes) from Primary SPR08080e.bin SW: Version 08.0.80eT213 Compressed Boot-Monitor Image size = 786944, Version:10.1.14T225 (mnz10114) Compiled on Thu Nov 15 06:59:22 2018
SSH@office-sw#sh sz st
============ SZ Agent State Info ===================
Config Status: None Operation Status: Disabled
State: INIT Prev State: INIT Event: NONE
SWR List : None
Active List : None
DHCP Option 43 : No
DHCP Opt 43 List : None
Passive List : None
Merged List : None
Merged Idx: 0 IP : 0.0.0.0
Switch registrar host: sw-registrar.ruckuswireless.com
SZ IP Used : 0.0.0.0
SZ Query Status :
Not Initiated
SSH Tunnel Status - :
Tunnel Status : Not Initiated
CLI IP/Port : /0
SNMP IP/Port : /0
Syslog IP/Port : /0
Timer Status : Not Running
The Brocade ICX 6450 Switch I have is uplinked to port 2/50. It is not designated as aspanning-tree mode rapid-pvst
spanning-tree root primary priority 0
If I turn on spanning-tree root guard I lose connectivity to the Brocade switch. This is because the Brocade seems to be winning the root bridge election on VLAN 1:Fusco-MDF-New(config)# show run interface ethernet 2/50
Running configuration:
interface 2/50
tagged vlan 99
untagged vlan 1
exit
and the uplink:SSH@STH_LAB(config)#show run
Current configuration:
!
ver 08.0.30tT313
!
stack unit 1
module 1 icx6450-24p-poe-port-management-module
module 2 icx6450-sfp-plus-4port-40g-module
!
global-stp
!
!
!
spanning-tree single
!
vlan 1 name DEFAULT-VLAN by port
router-interface ve 1
spanning-tree
!
vlan 99 name TestBench by port
tagged ethe 1/2/1 to 1/2/4
untagged ethe 1/1/2 to 1/1/24
router-interface ve 99
spanning-tree
!
!
spanning-tree single 802-1w
spanning-tree single 802-1w priority 65535
!
!
!
!
and span:SSH@STH_LAB(config)#show run interface ethernet 1/2/1
interface ethernet 1/2/1
dual-mode
!
Additionally, on the brocade I attempted to run:SSH@STH_LAB(config)#show span
Spanning-tree is not configured on port-vlan 4094
L2 VLAN 1 99 are members of single spanning tree.
But It made no differanceSH@STH_LAB(config)#spanning-tree single 802-1w ethernet 1/2/1 priority 240
Don't give up on them so quickly, @windwalka1990 -- especially now that we know what the SSL connections were and how to disable them! These Brocade/Ruckus units are great switches. And I wouldn't be at all surprised if Cisco (and other) switches also 'phone home'.Hmm, I'd be more comfortable if it were some AWS servers but when I saw linode I immediately disconnected it from my LAN. I don't see any traffic on other hosts to these domains so I'm pretty sure it's the switch. What gets me is I can't find any trace in the configuration, it's pretty much default except a few VLANs I created. Where would something like this be configured if not there, the OS??
I'll be honest I'm likely going to return this for a Cisco switch, I'm just over my head on these Brocades..
I did "sz dis" on 7150 with device certificate wiped. The complaint about certs went away.This is my 7150 with 8080e, I never touched SZ settings. I'll check the 7150 that I got new in box and see what it's got enabled; I haven't done a factory default on it or any config.
Code:SSH@office-sw#sh sz st ============ SZ Agent State Info =================== Config Status: None Operation Status: Disabled State: INIT Prev State: INIT Event: NONE SWR List : None Active List : None DHCP Option 43 : No DHCP Opt 43 List : None Passive List : None Merged List : None Merged Idx: 0 IP : 0.0.0.0 Switch registrar host: sw-registrar.ruckuswireless.com SZ IP Used : 0.0.0.0 SZ Query Status : Not Initiated SSH Tunnel Status - : Tunnel Status : Not Initiated CLI IP/Port : /0 SNMP IP/Port : /0 Syslog IP/Port : /0 Timer Status : Not Running
"State: INIT" tells me it's still trying to phone home and register - make sure to run BOTH "no sz registrar" and "sz disable" - then run status again and state should now show disabled like below:This is my 7150 with 8080e, I never touched SZ settings. I'll check the 7150 that I got new in box and see what it's got enabled; I haven't done a factory default on it or any config.
Code:SSH@office-sw#sh sz st ============ SZ Agent State Info =================== Config Status: None Operation Status: Disabled State: INIT Prev State: INIT Event: NONE SWR List : None Active List : None DHCP Option 43 : No DHCP Opt 43 List : None Passive List : None Merged List : None Merged Idx: 0 IP : 0.0.0.0 Switch registrar host: sw-registrar.ruckuswireless.com SZ IP Used : 0.0.0.0 SZ Query Status : Not Initiated SSH Tunnel Status - : Tunnel Status : Not Initiated CLI IP/Port : /0 SNMP IP/Port : /0 Syslog IP/Port : /0 Timer Status : Not Running
============ SZ Agent State Info ===================
Config Status: Disabled Operation Status: Disabled
State: DISABLED Prev State: INIT Event: NONE
the real Brocade secrets within these 207 pages are located within the memes posted - /s/Guess I asked for that lol..how many pages when you chop out all of the incredibly specific troubleshooting/scenario chaff?
I saw your included URL of Synology+10GB+SMB 3.1+Windows 10I'll check it, I know it does SMB3. Having both set doesn't immediately boot me off the console so that's a good sign. This NAS only has dual Gb connections.
In the attempt to help you help "us" ; I am on 8080e (downloaded from you); and "show sz status" does give "Operation Status : Disabled" -however -- "State:" shows INIT (and not the StateIt's part of their new SmartZone central management thing, the IP's it's contacting are ruckus services. This behavior should be off by default in the 8080 firmware on my guide, I believe it was 8090 where they enabled it by default. It can be completely disabled and turned off with the following commands:
you can confirm it's disabled by running "show sz status", the top line should have "Operation Status: Disabled" and below that "State: DISABLED"Code:enable conf t no sz registrar sz disable write mem
This should not be required on v8080, however if it is, let me know so I can add those commands to the guide. However my money is on the two of you skipping ahead to v8090 or above
I googled but didn't learn much - can you talk a bit on what exactly this "SmartZone" central management is exactly?It's part of their new SmartZone central management thing, the IP's it's contacting are ruckus services. This behavior
As long as you don't expect any Layer 3 stuff on the 7150, it's plug and play for Layer 2 (no different than sticking a switch into another switch's ethernet port).noob Question: I have a Brocade 7250-48p. if I run 10Gig fiber cable from it to a " Brocade ICX7150-C12P " that is two stories up from the Brocade 7250.
My use case is : plugging a 10GBe Workstation into the 7150-C12P via DAC cable; and plugging 3 CAT6 cables as well to run 3 Workstations.
I know this is not called a stacked switch config; but is it called a 'branch switch' config?
(sorry for not knowing the correct term) -
QUESTION: can i just plug cables in and be good to go; or must I do "something" on the 7250 Top-of-Rack switch to properly setup the 7150-C12P as the "branch switch"?
We were all noobs at one time or another...noob Question: I have a Brocade 7250-48p. if I run 10Gig fiber cable from it to a " Brocade ICX7150-C12P " that is two stories up from the Brocade 7250.
My use case is : plugging a 10GBe Workstation into the 7150-C12P via DAC cable; and plugging 3 CAT6 cables as well to run 3 Workstations.
I know this is not called a stacked switch config; but is it called a 'branch switch' config?
(sorry for not knowing the correct term) -
QUESTION: can i just plug cables in and be good to go; or must I do "something" on the 7250 Top-of-Rack switch to properly setup the 7150-C12P as the "branch switch"?
switchport mode trunk
, but I believe trunk means something completely different in the Brocade/Ruckus world.tagged
on very VLAN:
!
vlan 1 name DEFAULT-VLAN by port
router-interface ve 1
!
vlan 10 name Secure by port
tagged ethe 1/2/1 to 1/2/2 ethe 1/3/2
untagged ethe 1/1/1 to 1/1/12 ethe 1/3/1
router-interface ve 10
!
vlan 20 name Gizmos by port
tagged ethe 1/2/1 to 1/2/2 ethe 1/3/2
router-interface ve 20
!
vlan 30 name WiFi by port
tagged ethe 1/1/12 ethe 1/2/1 to 1/2/2 ethe 1/3/2
router-interface ve 30
!
vlan 40 name Cameras by port
tagged ethe 1/2/1 to 1/2/2 ethe 1/3/2
router-interface ve 40
!
I apologize for doing a terrible job explaining in my prior post. thanks for your time. Please recall I'm a noob; and have not set up any VLANs.As long as you don't expect any Layer 3 stuff on the 7150, it's plug and play for Layer 2 (no different than sticking a switch into another switch's ethernet port).
Edit: Minor correction. Plug and play as long as the TOR switch port is in "some" VLAN, not the default VLAN (although that could be worked as well, but that's a whole another story). All your devices on the 7150 will be in "that" VLAN that is defined on the 7250.
I apologize for doing a terrible job explaining in my prior post. thanks for your time. Please recall I'm a noob; and have not set up any VLANs.We were all noobs at one time or another...
How do you have your network configured? Are you using VLANs?
You need to obtain more knowledge of VLANs in order to understand what others are recommending. Check out some videos on Youtube or articles on the web. Here's one that's easy to understand.I am sorry I lack the tech skill to ask my question in a professional manner.