The Ruijie RG‑S2928G‑E is a high-performance, fanless Ruijie ethernet switch designed for Gigabit access network switch deployments.
Featuring 24 ports of 10/100/1000 RJ45 and 4 Gigabit SFP uplinks, this L2+ managed switch delivers silent operation, robust security, modular stacking (VSU), and enterprise-grade protocol support—ideal for campuses, healthcare, hospitality, and IoT edge networks.
Model Overview & Specifications
Feature | RG‑S2928G‑E V3 |
Access Ports | 24×10/100/1000 RJ45 |
Uplink Ports | 4×Gigabit SFP (1000Base-X/T) |
Switching Capacity | 256 Gbps |
Forwarding Rate | ~96 Mpps |
MAC Table | 16k entries |
IPv4/IPv6 Static Routes | 500 entries |
ARP Table | 1,000 entries |
VLAN Support | 4K VLANs, QinQ, GVRP |
Layer‑2 Features | STP/RSTP/MSTP, IGMPv3, LACP, ERPS |
Layer‑3 Lite | Static, RIP, OSPF v2/3, VRRP v3 |
Security Mechanisms | ACLs, SSH v2, ARP/DHCP snooping, NFPP, CPP |
Stack Support | VSU: up to 9, typically max 4 |
Power Supply | 100–240 VAC or 192–290 VDC |
Power Consumption | ≤27 W (V2+), ≤33 W (V1) |
Operating Temp | 0–50 °C |
Fanless Design | Yes – silent operation |
Core Features & Differentiators
Fanless, Quiet Operation
The RG‑S2928G‑E V3 is fully fanless, ideal for noise-sensitive environments like healthcare, libraries, or broadcast studios, while still maintaining a compact 1U form factor.
Gigabit Access & Flexible Uplinks
Equipped with 24 gigabit ports and four SFP uplinks (1000Base-X, T, and 2.5G stacking options), it provides flexible connectivity and future expansion paths.
Layer‑2+ & Basic Layer‑3 Capabilities
Comprehensive L2 protocols, VLAN features, IGMP/MLD snooping, and switchable link aggregation are supported. The switch also supports IPv4/IPv6 static routing, RIP, OSPF, and VRRP—enabling segmentation and routing at the edge.
Enterprise-Grade Security
Includes ACLs, SSH v2, port/security binding, ARP/DHCP snooping, source guard, NFPP/CPP to protect CPU and network control plane.
High Availability & Virtual Stacking
VSU enables up to 9 switches to act as one logical switch, with seamless failover (50–200ms). ERPS, RLDP, and STP variants enhance availability.
Energy Efficiency & Silent Workflows
Energy Efficient Ethernet (802.3az), low standby consumption, and fanless design reduce power and noise, ideal for large-scale deployment.
Dual Power & Rugged Design
Supports both AC and HVDC inputs with protection up to 6kV for reliable operation in industrial or utility environments.
Deployment Scenarios
Campus Access in Quiet Zones
Ideal for classrooms, libraries, or conference areas—silent operation with gigabit access and 10G uplinks via stacking SFP modules.
Healthcare & Broadcast Networks
Fanless, compact design enables deployment near sensitive equipment or in noise-critical environments.
Smart Building & IoT Edge
With high port density and power reliability, this access network switch supports IP cameras, sensors, and building automation edge aggregation.
Small Data Center Aggregator
Layer‑2/3 routing, link aggregation, and stacking allow it to serve in smaller DC environments.
Enterprise Branch Office Core
Supports edge routing, VLAN separation, and redundancy, making it suitable for remote branch network cores.
Deployment & Management Experience
- Zero-Touch Stacking: VSU enables rapid multi-switch setup without manual reconfiguration.
- Central Orchestration: Manage via Ruijie Cloud or SNMPv3/RMON, with CLI, web, Telnet, and SSH.
- Silent, Efficient Operation: Fans-free build minimizes noise and cooling demands.
- High Resilience: Dual power design and robust switching protocols ensure reliability.
CLI Configuration Examples for RG‑S2928G‑E
Enable Web Management Service
User community reports confirm the need to manually enable the web interface:
Ruijie# configure terminal
Ruijie(config)# enable service web-server
Ruijie(config)# enable service https-server # optional secure web
Ruijie(config)# exit
Ruijie# show service
Create VLAN and Assign Ports
Based on RGOS configuration guide snippets:
Ruijie# configure terminal
Ruijie(config)# vlan 10
Ruijie(config)# vlan 20
Ruijie(config)# interface vlan 10
Ruijie(config-if-Vlan10)# ip address 192.168.10.1 255.255.255.0
Ruijie(config-if-Vlan10)# exit
Configure a Trunk Port with Native VLAN
Standard syntax from manual:
Ruijie(config)# interface gigabitEthernet0/1
Ruijie(config-if-GigabitEthernet0/1)# switchport mode trunk
Ruijie(config-if-GigabitEthernet0/1)# switchport trunk native vlan 10
Ruijie(config-if-GigabitEthernet0/1)# switchport trunk allow-pass vlan 10 20
Set Up Stacking (VSU)
User guide indicates VSU must be configured via CLI:
Ruijie# configure terminal
Ruijie(config)# vsu enable
Ruijie(config)# vsu domain 1
Ruijie(config)# exit
# Connect stacking cables then reload peer units—units become 1 logical switch
Ruijie# show vsu status
Enable SSH Management Access
Method follows RG‑S2900G-E series guide:
Ruijie# configure terminal
Ruijie(config)# enable service ssh-server
Ruijie(config)# crypto key generate rsa size 1024
Ruijie(config)# username admin password <yourpassword>
Ruijie(config)# line vty 0 4
Ruijie(config-line)# login local
Ruijie(config-line)# transport input ssh
Ruijie(config-line)# exit
Ruijie(config)# exit
Ruijie# show ssh
Static Layer‑3 Routing
Common in RG‑S2900G‑E guides:
Ruijie# configure terminal
Ruijie(config)# ip route-static 0.0.0.0 0.0.0.0 192.168.10.254
Ruijie(config)# ipv6 route-static ::/0 2001:db8::1
Ruijie(config)# exit
Ruijie# show ip route
Conclusion
The Ruijie RG‑S2928G‑E stands out as a powerful yet silent Ruijie ethernet switch optimized for various access network deployments.
With full gigabit access, silent fanless design, L2+ and basic L3 capabilities, enterprise-grade security, flexible power options, and VSU scalability, it delivers dependable edge networking for schools, healthcare, campus, and smart buildings.
FAQ – Solving Real-World Needs
Q1: Does RG‑S2928G‑E support PoE?
No—this non-PoE model is focused on silent operation and efficiency. For PoE needs, consider RG‑S2910‑24GT4SFP‑UP‑H/XS‑UP‑H models.
Q2: Can I stack multiple switches?
Yes—supports VSU stacking; guide suggests up to 4 for optimal performance, though V3 allows up to 9.
Q3: How secure is it?
Features include ACLs, DHCP/ARP snoop, source guard, CPU protection (NFPP, CPP), SSH v2, and secure management—ideal for edge deployments.
Q4: How to connect to DC power?
Supports both AC (100–240 VAC) and HVDC (192–290 VDC) power, typical in industrial environments.
Q5: What uplinks are supported?
Four SFP ports support 1GbE fiber, copper, and in V2+, 2.5G SFP stack modules for high uplink speeds.
Q6: Is silent operation guaranteed?
Yes—fanless cooling ensures near-zero noise, suitable for noise-sensitive use cases.
Q7: Can it route?
Supports IPv4/IPv6 static routes, RIP v1/2 and OSPF v2/v3, offering basic routing functionality at the edge.
Did this article help you or not? Tell us on Facebook and LinkedIn . We’d love to hear from you!