Posted on 10 Sep, 2020, in Uncategorized
First time we are working with an ISP and programming a MPLS circuit or “Vlan product” or “ring” which ever you want to call it. Any suggestions or help programming both the switch and the core?
Posted on 10 Sep, 2020, in Uncategorized
ICX platform and 10GB base T transceiver
Posted on 10 Sep, 2020, in Uncategorized
I have a Lennar home with Ruckus r510 and ICX 7150 C12P. I am using it’s SSID for all my wi-fi needs. I have internet through at&t and the gateway is also broadcasting a wi-fi SSID that is different than the Ruckus AP. Can I turn the wi-fi off on my gateway? Is this the correct configuration? I want the at&t gateway to have the same SSID so I can get extended coverage…how do I set it up? Does my at&t gateway need to be the primary wi-fi and Ruckus be the bridge? or vice-versa? Also, when the Amazon guy activated the smart home he did not leave any user name and password to get into the Ruckus admin settings. I can get to the unleashed login page but the default user name super/sp-admin does not work. Please help!!!
Posted on 10 Sep, 2020, in Uncategorized
Just updated my AP in my local test system here to 200.8.10.3.243, attached to an ICX 7150-C08P (also updated to 8.0.92). In the Unleashed interface, we can now get status from the ICX switch, which is a nice feature. When I tried to set this up today, it won’t let me login, tells me my username & password is incorrect. SSH is enabled (should be by default on 8.0.90) , and I assigned it credentials. when I login to the switch via SSH through putty it connects just fine. Any ideas on why it should fail via the unleashed interface?
Posted on 10 Sep, 2020, in Uncategorized
What is the scope or management and configuration functions that can be done on ICX switches through the SmartZone controller?
Posted on 10 Sep, 2020, in Uncategorized
How does an existing SmartZone integrate with Ruckus Analytics?
Posted on 10 Sep, 2020, in Uncategorized
Hello I just bought a Lennar Home and it come with the Ruckus and wireless access point. Being a networking noob and with the covid situation causing Amazon appointments 30-45 days away, I have to do DIY install to ensure I get internet in the house ! I have ordered an Arris Surfboard 6183 and TP Link 1750 modem and router for the home and we’ll have xfinity internet. Can someone please help me on how to get the setup working? i.e. where do i connect the model to the co-ax cable? The documentation I received from the builder shows – gateway to Ruckus ethernet connection, but nowhere it talks about connecting the co-axial cable to the modem. I have attached a picture of how our box looks now. I need help telling which where to place the modem and which coaxial cable to use to connect it? I believe once i get the modem hooked up then i can use the TP Link to connect to the modem and then hardwire the ruckus to the TP Link router, Appreciate any help that I can get !
Posted on 10 Sep, 2020, in Uncategorized
Where can I find the licensing options on ICX devices and how can I activate them?
Posted on 10 Sep, 2020, in Uncategorized
I need help working with and configuring a Ruckus 7150 ICX switch with Router code and programming it for a layer 3 VLAN to run over a layer 2 VLAN product from an ISP. How do I get the layer 3 piece configured on the core and on the off site device. Thanks,
Posted on 10 Sep, 2020, in Uncategorized
I am attempting to deploy a new environment and I have a fresh ICX 7150 stack (two switches) that are having problems.I don’t know if I have a bad unit so I wanted to check with the community to see if anyone else has stacked switches on 8.0.92 or 8.0.92c.First, once the stack is created, and after a period of a few hours, I can no longer configure the stack using the SmartZone 100. I get “Switch configuration update failed” alarms. Eventually the active member will reset its configuration and go back to factory defaults. It loses everything, the SZ configuration too.I currently have an open ticket with support. They have suggested that I downgrade the firmware to 8.0.90f. I will try that later today but first wanted to check with the community in case anyone else is seeing odd behavior with ICX stacks, firmware 8.0.92, and SZ100 (on 5.2.0.0.685).
Posted on 10 Sep, 2020, in Uncategorized
According to the documentations this indicates **The device is booting up or has stopped at the booting stage. However, it has been doing this for hours and the documentation has 0 steps on how to resolve. Any help would be appreciated.
Posted on 10 Sep, 2020, in Uncategorized
I am planning to replace Cisco router to ICX switch with L3 license.Currently I am using QoS on Cisco as below. I want to implement same QoS on ICX.I tried to create config for ICX. Will this work and do similar behavior?Please advice how I can implement QoS like Cisco on ICX switch.Cisco—class-map match-any VOICE match access-group name Phones match access-group name P_Controller!class-map match-any DATA match access-group name Data match access-group name Critical_System!class-map match-any INTERNET match access-group name Internet!policy-map Company_QOS class VOICE set dscp ef priority percent 20 class DATA bandwidth percent 30 set dscp af21 class INTERNET bandwidth percent 10 set dscp af11!ip access-list extended Phones permit ip any 192.168.101.0 0.0.0.255 permit ip 192.168.101.0 0.0.0.255 any!ip access-list extended P_Controller deny ip any any fragments permit udp any any range 5000 5100 permit tcp any any range 5000 5100!ip access-list extended Data permit ip any 192.168.100.0 0.0.0.255 permit ip 192.168.100.0 0.0.0.255 any!ip access-list extended Critical_System permit ip any 192.168.200.0 0.0.0.255 permit ip 192.168.200.0 0.0.0.255 any!ip access-list extended Internet deny ip any 192.168.0.0 0.0.255.255 permit ip any anyinterface GigabitEthernet0/0/0 description UPLINK ip address 10.0.0.1 255.255.255.254 service-policy output Company_QOS!—ICX 7450—ip access-list extended Company_QOS remark !!!!_ip access-list extended Phones sequence 10 permit ip any 192.168.101.0 0.0.0.255 dscp-marking 46 sequence 20 permit ip 192.168.101.0 0.0.0.255 any dscp-marking 46 remark !!!!_ip access-list extended P_Controller sequence 30 permit udp any any range 5000 5100 dscp-marking 46 sequence 40 permit tcp any any range 5000 5100 dscp-marking 46 remark !!!!_ip access-list extended Data sequence 50 permit ip any 192.168.100.0 0.0.0.255 dscp-marking 18 sequence 60 permit ip 192.168.100.0 0.0.0.255 any dscp-marking 18 remark !!!!_ip access-list extended Critical_System sequence 70 permit ip any 192.168.200.0 0.0.0.255 dscp-marking 18 sequence 80 permit ip 192.168.200.0 0.0.0.255 any dscp-marking 18 remark !!!!_ip access-list extended Internet sequence 90 permit ip ant any dscp-marking 10!qos scheduler-profile AAA mechanism mixed-sp-wrrqos scheduler-profile AAA profile qosp0 10 qosp1 10 qosp2 30 qosp3 30 qosp4 20 qosp5 20 qosp6 sp qosp7 sp!interface ethernet 1/2/1 port-name UPLINK ip address 10.0.0.1 255.255.255.254 route-only ip access-group Company_QOS out scheduler-profile AAA!
Posted on 10 Sep, 2020, in Uncategorized
Upgrade ICX6450 switches from version 07.04 to 08.030 path is valid ?I have 4 switches stacked together . is there recommended upgrade procedure?
Posted on 10 Sep, 2020, in Uncategorized
I have a ICX7450 that will not add my ntp server, All our other ICX switches work just fine, ntp debug comes up with this:Debug: Aug 11 23:09:16 NTP: UDP ports are openedDebug: Aug 11 23:09:21 NTP: ntp_peer_unfit: dist exceeded – root dist 1620.84877000 of peer x.x.x.6 has exceeded max dist 1.50096000Debug: Aug 11 23:09:21 NTP: ntp_peer_unfit: unreachable – peer x.x.x.6 is not reachable [peer->reach 0]Debug: Aug 11 23:09:21 NTP: peer_clear: peer x.x.x.6 next 106989918 refid INITDebug: Aug 11 23:09:21 NTP: newpeer: x.x.x.6 mode client vers 4 poll 6 10 key 00000000 Flags Flags -> iBURSTAnyone have any suggestions/ideas as to why this is happening? Rebooting the switch is last resort as its at a remote site.Thanks
Posted on 10 Sep, 2020, in Uncategorized
We have a new standard from our Project Managers regarding users passwords in ICX7150/7250 Switches. They want us to use something like !P@ssw0rd! (with some characters between exclamation mark) but is not working for SSH. They works with the ! as enable password.I removed the first ! and it worked. So, I’m thinking about some restrictions for ssh password characters.We are connecting via SSH from other ICX Switch.eg.: username hector password !P@ssw0rd! – Doesn’t worksusername hector password P@ssw0rd! – DOES WorksThere is any document about ssh password guidelines?Thanks in advance for your attention.Regards