partnerpro-get-started-col4
RTF-team-overview

什么是 RUCKUS 技术家族?

RUCKUS技术家族(RTF)是一个充满活力的社区,由使用RUCKUS解决方案的网络专业人士和技术爱好者组成。

RTF不仅仅是另一个技术团体,还凭借其成员之间的联系和专业知识而蓬勃发展。
 

为什么要加入RTF

我们热衷于创建简单、强大的网络解决方案。加入我们,分享知识,尽早获得新技术,并与顶级工程师联系。作为合作伙伴,您将享受到独家网络研讨会、与专家的直接合作,以及访问超过20种语言的全球网络。

立即加入RUCKUS技术家族,成为建立在知识和关系之上的社区的一员。

为什么选择RUCKUS技术家族?

RUCKUS-Web-Icons_Stay-Updated

随时掌握最新技术

RTF定期提供网络研讨会和新闻通讯,提供所有最新的行业见解,让您始终处于领先地位。

RUCKUS-Web-Icons_RUCKUS-Expert

RUCKUS专家的可靠支持

直接与RUCKUS专家互动,快速可靠地解决您的技术难题。

RUCKUS-Web-Icons_Curated-Content

精心策划的高质量技术内容

通过我们精心策划的资源,仅接收最相关和可操作的内容

RUCKUS-Web-Icons_Collab

协作社区

与同事建立联系,分享经验,合作解决非常棘手的技术问题。 

网络研讨会

smart-campus-ebook-hero400b

每月网络研讨会

January – 2025 Networking Technology Trends 

继续参加我们的每月网络研讨会,了解网络技术的最新趋势、更新和最佳实践。这些课程专为持续学习和保持技能敏锐而设计,是所有RUCKUS专业人士的完美选择。Our webinars qualify eligible Partners to receive Continuing Education (CE) points, an easy and convenient way of extending their RUCKUS certifications! More information can be found here.

立即注册 

 

RTF酒店业和MDU网络研讨会

IPTV和流媒体;MDU最佳实践

深入了解专注于多住户单元(MDU)和酒店行业的专业内容。了解如何设计和部署定制RUCKUS解决方案,以应对这些环境的独特挑战。

注册参加本次网络研讨会

hospitality-main-hero-400b

RTF-webinar-archive-hero_500x281

网络研讨会档案资料

查看早期的以本地语言举办的网络技术研讨会录音。

查看网络研讨会档案资料


RTF-events-calendar

社区活动

保持面对面和在线的联系。查找您所在行业的活动,并与业内专业人士建立联系。 

查看即将举行的活动

 

 

 

通过 RUCKUS 技术家族新闻通讯随时了解最新信息

 

订阅我们的新闻通讯,了解最新RUCKUS新闻、技术见解和更新。无论您是经验丰富的专业人士还是行业新人,我们的新闻通讯都会直接向您的收件箱发送有价值的内容

 

Read past RUCKUS Technical Family Newsletters

 

论坛

可与你讨论具体项目,并可在我们专用的RTF论坛渠道提出任何技术问题。我们的全球系统工程师团队积极参与这些讨论,提供帮助和建议。有关所有论坛主题的列表,请访问community.ruckuswireless.com

RUCKUS社区

Continuing this issue I am reposting the issue posted by someone as i dont get proper reply in comments.https://community.ruckuswireless.com/t5/ICX-Switches/DHCP-server-icx-7750/m-p/101495#M7109SW version is 08.0.95pT203I have created 2 VLANS. For example vlan 100 and vlan 101For vlan 100 I have used the dhcp pool created on ICX7750 and For Vlan 101 I used the TP-link router to provide DHCP. Both PC+ Mobile working fine with VLAN101 in SSID101 but VLAN 100 has SSID 100 in AP on which only PC get connects.On checking VSZ6.1.2 it shows in AP clients i can see the DHCP ip received by the PC but the DHCP from the mobile phone reaches to VSZ but it shows 0.0.0.0:: and it donot request the dhcp to switch but incase of PC it does with the same SSID.On checking via Wireshark:--On Laptop (Wi-Fi)--Receives DHCP Pool AddressDHCP Request:*Option:(50) Requested IP address (192.168.92.4)DHCP ACK:*Option:(54) DHCP Server Identifier(192.168.92.1)--On Mobile (Same Wi-Fi)--Do not lease IP address, no Request and ACK, Only Discover is seen in Wireshark*Option:(53) DHCP Message Type (Discover)DHCP: Discover (1)*Option:(61) Client IdentifierClient Mac Address:<------>*OPtion:(12) HostnameHostname: <Redmi-12-5G>*option:(55) Parameter Request listLength:12Parameter Request List Item: (1) Subnet maskParameter Request List Item: (3) RouterParameter Request List Item: (6) Domain name ServerParameter Request List Item: (15) Domain nameParameter Request List Item: (26) Interface MTUParameter Request List Item: (28) Broadcast AddressParameter Request List Item: (51) IP Address lease timeParameter Request List Item: (58) Renewal time valueParameter Request List Item: (43) vendor-specific InformationParameter Request List Item:(114) DHCP Captive-PortalParameter Request List Item: (108) IPv6-Only Preferredswitch configuration:ip dhcp-server pool vlan100excluded-address 192.168.92.1!excluded-address 192.168.92.100 192.168.92.254lease 1 0 0network 192.168.92.0 255.255.255.0option 3 ip 192.168.92.1deployip helper-use-responder-ipinterface ve 100vrf forwarding abcip address 192.168.92.1 255.255.255.0ip helper-address 1 192.168.92.1also globally i have enabledip dhcp-server enableip dhcp-server relay-agent-echo enable
(9) (0) (0) (0)
ICX(config)# vrf client1ICX(config-vrf-client1)# rd 7750:1ICX(config-vrf-client1)# address-family ipv4ICX(config-vrf-client1-af)# exitICX(config)# vrf client2ICX(config-vrf-client2)# rd 7750:2ICX(config-vrf--client2)# address-family ipv4ICX(config-vrf--client2-af)# exitICX(config)# vrf client3ICX(config-vrf-client3)# rd 7750:3ICX(config-vrf--client3)# address-family ipv4ICX(config-vrf--client3-af)# exitICX(config)# vrf client4ICX(config-vrf-client4)# rd 7750:4ICX(config-vrf--client4)# address-family ipv4ICX(config-vrf--client4-af)# exitICX(config)# vlan 550 name client1_vlanICX(config-vlan-550)#router-interface ve 550ICX(config-vlan-550)#interface ve 550ICX(config-vif-550)#vrf forwarding client1ICX(config-vif-550)#ip address 192.168.150.1/24ICX(config)# vlan 550 name client2_vlanICX(config-vlan-551)#router-interface ve 551ICX(config-vlan-551)#interface ve 550ICX(config-vif-551)#vrf forwarding client1ICX(config-vif-551)#ip address 192.168.160.1/24ICX(config)# vlan 1023 name client3_vlanICX(config-vlan-1023)#router-interface ve 1023ICX(config-vif-1023)#vrf forwarding client3ICX(config-vif-1023)#ip address 192.168.110.1/24ICX(config)# vlan 1024 name client4_vlanICX(config-vlan-1024)#router-interface ve 1024ICX(config-vif-1024)#vrf forwarding client3ICX(config-vif-1024)#ip address 192.168.120.1/24ICX(config)# ip route vrf client1 192.168.110.0/24 ve 1023ICX(config)# ip route vrf client2 192.168.120.0/24 ve 1024ICX(config)# ip route vrf client3 192.168.150.0/24 ve 550ICX(config)# ip route vrf client4 192.168.160.0/24 ve 551On checking,the vrf routes,i can see the routes#show ip route vrf <vrf_name>but when i check the ping for example#ping vrf client1 192.168.110.1#ping vrf client2 192.168.120.1#ping vrf client3 192.168.150.1#ping vrf client4 192.168.160.1I am not receiving any ping...is this way of inter-vrf-route from one one vrf to another vrf on the same switch
(239) (2) (0) (0)
I don’t know if I’ve ever been so frustrated trying to buy a product… Why have customer service If you guys are literally going out of your way, not to make a profit!??. I’m just trying to replace this ruckus access point or router. I really don’t know which one it is or What I need to buy to replace it. The fact that I have spent days trying to get a hold of someone that can direct me to the right place is literally making Question how you’re managing to stay in business…
(31) (0) (0) (0)
I followed all of the steps for the first AP in the education video and cant see my AP in the staging area inside of virtual smartzone like in video, is there a setting inside of VSZ that I'm missing. also is there an easier way to deploy, detect and configure as I have 50+ to do and this seems not very efficient
(4) (0) (0) (0)
Where can I getRuckus 902-1170-US00 Power Adapter in India?
(80) (0) (0) (0)
I have a 6450 firmware ICX64R08030p and I have hit a wall for dual-mode vlans. There seem to be some limitations that a port can only placed in dual-mode if it is still untagged in the default vlan, which makes a big mess if you moved a port to another untagged vlan.I can for instance do this:vlan 5 tagged eth 1/1/20 int eth 1/1/20 dual-mode 1So, starting 1/1/20 was untagged in the default vlan 1, I then tagged it in vlan 5, then went in to the interface and set it to dual-mode vlan 1. All worked as expected, its tagged in 5, untagged in 1. I can even dual-mode 10 and it successfully untags in 10.However - if I go in to eth 1/1/1, which is the uplink port to the next switch, which is where I am programming from ssh. That port is currently untagged in vlan 99, which has a ve 99 with IP for me to program on. Most of the switch is untagged in vlan 1. I want to add several other tagged vlans to 1/1/1, but it does not let me add any.Procedure seems to be the port must be untagged in the default vlan, then you can tag it in as many vlans as you want, then go in to the interface and set it to dual-mode on some other vlan, which makes that the untagged vlan. BUT - you can only tag a port that is currently untagged in vlan 1, if it is untagged in any other vlan you cannot tag it in any other vlan.Note 1/1/1 is already untagged in vlan 99.SSH@ICX6450-48P-Router(config-vlan-5)#tagged eth 1/1/1 error - port ethe 1/1/1 are not member of default vlanIt seems a port must first be untagged in default vlan 1, then it can be tagged in another vlan before it can be dual-mode, but if it is not in default vlan 1 it will never let you set it to dual-mode, nor tag it in any other vlans - it is like the port is locked in 1 vlan in a black hole.
(142) (1) (0) (0)
推荐资源
Ruckust 2560 x 1440
Ruckcast

康普的RUCKUS教育团队为您呈现各种有趣的主题,各行各业的宾客聚在一起讨论组成产品组合的所有内容。我们将以各种主题展开讨论,包括我们的产品组合、WiFi、路由和交换等产品!我们迫不及待地想与您分享我们团队的最新动态。

ruckus-education-channel-hero500
RUCKUS 教育视频

RUCKUS 教育渠道重点介绍有线和无线网络领域的基本概念和协议。我们还提供与产品RUCKUS品牌相关的不同任务的演示。

Technical_Documentation 5760 x 3243
技术文档

查看我们的技术文档库:发布说明、配置、最佳实践、部署指南等!