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

¿Qué es la familia técnica RUCKUS?

La familia técnica RUCKUS (RTF) es una comunidad dinámica de profesionales de redes y entusiastas de la tecnología que utilizan soluciones RUCKUS.

Más que otro grupo tecnológico, RTF se basa en las conexiones y la experiencia de sus miembros.
 

¿Por qué debería unirse a RTF?

Nos apasiona crear soluciones de red sencillas y potentes. Acompáñenos para compartir conocimientos, obtener acceso temprano a nuevas tecnologías y conectar con los mejores ingenieros. Como socio, disfrutará de seminarios web exclusivos, colaboración directa con expertos y acceso a una red global en más de 20 idiomas.

Únase a la familia técnica RUCKUS hoy mismo y forme parte de una comunidad basada en el conocimiento y las relaciones.

¿Por qué elegir la familia técnica RUCKUS?

RUCKUS-Web-Icons_Stay-Updated

Manténgase actualizado con la tecnología más reciente

RTF proporciona seminarios web y boletines periódicos con las últimas perspectivas del sector para mantenerle a la vanguardia.

RUCKUS-Web-Icons_RUCKUS-Expert

Asistencia fiable de expertos RUCKUS

Interactúe directamente con expertos RUCKUS para obtener soluciones rápidas y fiables a sus desafíos técnicos.

RUCKUS-Web-Icons_Curated-Content

Contenido técnico seleccionado y de alta calidad

Reciba solo el contenido más relevante y práctico a través de nuestros recursos seleccionados

RUCKUS-Web-Icons_Collab

Comunidad colaborativa

Conéctese con sus compañeros, comparta experiencias y colabore para resolver incluso los problemas técnicos más difíciles. 

Webinars

smart-campus-ebook-hero400b

Seminario web mensual

January – 2025 Networking Technology Trends 

Manténgase a la vanguardia con nuestros seminarios web mensuales que abarcan las últimas tendencias, actualizaciones y mejores prácticas en tecnología de redes. Estas sesiones están diseñadas para el aprendizaje continuo y para mantener sus habilidades definidas, y son perfectas para todos los profesionales 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.

Regístrese ahora 

 

Seminario web de MDU y RTF de hotelería

IPTV y medios de transmisión; prácticas recomendadas de MDU

Conozca contenido especializado centrado en unidades multifamiliares (MDU) y el sector de la hotelería. Aprenda a diseñar e implementar soluciones RUCKUS personalizadas para satisfacer los desafíos únicos de estos entornos.

Inscribirse en este seminario web

hospitality-main-hero-400b

RTF-webinar-archive-hero_500x281

Archivo del seminario web

Consulte las grabaciones de los seminarios web en varios idiomas locales.

Ver el archivo del seminario web


RTF-events-calendar

Eventos comunitarios

Manténgase conectado en persona y en línea. Encuentre eventos en su sector y conéctese con profesionales como usted. 

Ver próximos eventos

 

 

 

Manténgase informado con el boletín de la familia técnica RUCKUS

 

Suscríbase a nuestro boletín para recibir las últimas noticias de RUCKUS, información técnica y actualizaciones. Tanto si es un profesional experimentado como si acaba de empezar, nuestro boletín le ofrece contenido valioso directamente en su bandeja de entrada

 

Read past RUCKUS Technical Family Newsletters

 

Foros

Comente sus proyectos locales y haga preguntas técnicas con nuestro canal de foros de RTF dedicados. Nuestro equipo global de ingenieros de sistemas participa activamente en estos debates, al ofrecer ayuda y asesoramiento. Para ver la lista de todos los temas del foro, visite community.ruckuswireless.com.

Comunidad de 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)
Recursos destacados
Ruckust 2560 x 1440
Ruckcast

El equipo de formación RUCKUS de CommScope le ofrece interesantes temas con una amplia gama de huéspedes para sentarse y debatir todo lo que forma parte de la cartera de productos. Hablaremos de temas como productos de nuestra cartera, WiFi, enrutamiento y conmutación, ¡y mucho más! Estamos ansiosos por compartir con usted lo que hacen nuestros equipos.

ruckus-education-channel-hero500
Videos educativos RUCKUS

El canal de educación RUCKUS se centra en explicar conceptos y protocolos fundamentales en el ámbito de las redes cableadas e inalámbricas. También proporcionamos demostraciones de diferentes tareas en relación con la marca de productos RUCKUS.

Technical_Documentation 5760 x 3243
Documentos técnicos

Consulte nuestra biblioteca de documentos técnicos: notas de la versión, configuración, mejores prácticas, guías de implementación y mucho más.