W60G
W60G is MikroTik’s implementation of the 802.11ad standard, capable of providing Gigabit Ethernet speeds over wireless networks at 60GHz. This technology extends your gigabit network over a transparent AES-encrypted wireless 60GHz link without the problems typically associated with wired or traditional wireless connections.
Overview
Section titled “Overview”The W60G wireless solution delivers high-speed wireless connectivity using the 60GHz frequency band. This band offers significant advantages for short to medium-range point-to-point and point-to-multipoint links, including minimal interference from other devices and extremely high data rates.
Key Capabilities
Section titled “Key Capabilities”- Gigabit Speeds: Achieves data rates up to several gigabits per second
- 60GHz Operation: Uses the relatively uncongested 60GHz frequency band
- AES Encryption: Automatic transparent encryption for secure links
- Beamforming: Advanced beamforming technology for directional transmission
- License Levels: Different capabilities based on RouterOS license level
- Multiple Modes: Supports AP-bridge, bridge, station-bridge, and sniff modes
Supported Devices
Section titled “Supported Devices”MikroTik offers several W60G-capable devices, each designed for specific use cases:
| Device | Best For | License Included | Antenna Type |
|---|---|---|---|
| Wireless Wire Kit | PtP links up to 200m | Level 3 | Integrated |
| wAP 60G | Flexible deployment | Level 3 | 60° beamforming |
| wAP 60G AP | PtMP installations | Level 4 | 60° beamforming |
| SXTsq Lite 60 | Compact client devices | Level 3 | 60° beamforming |
| Wireless Wire Dish | Long-range PtP up to 1500m | Level 3 | Narrow beam |
| LHG 60G | Long-distance links | Level 3 | Very narrow beam |
| Cube Lite 60 | Indoor/small deployments | Level 3 | Wide coverage |
| Cube 60Pro ac | High-performance indoor | Level 3 | Wide coverage |
Packages Required
Section titled “Packages Required”W60G functionality requires the following RouterOS packages:
system- Core RouterOS systemwireless- Wireless package with wireless protocols and features
General Interface Configuration
Section titled “General Interface Configuration”Sub-menu: /interface w60g
Section titled “Sub-menu: /interface w60g”W60G devices come pre-configured in paired kits, but manual configuration allows for customized deployments and multi-device setups.
Interface Properties
Section titled “Interface Properties”| Property | Values | Default | Description |
|---|---|---|---|
arp | disabled, enabled, proxy-arp, reply-only | enabled | ARP mode for the interface |
arp-timeout | auto, integer | auto | ARP cache timeout in seconds |
comment | string | (empty) | Interface description |
disabled | yes, no | yes | Whether interface is disabled |
frequency | 58320, 60480, 62640, 64800, 66000, auto | auto | Operating frequency in MHz |
isolate-stations | yes, no | yes | Prevent communication between connected clients |
l2mtu | 0-7882 | 1600 | Layer 2 Maximum Transmission Unit |
mac-address | MAC address | (auto) | MAC address of the radio interface |
mdmg-fix | yes, no | no | Point-to-multi-point stability fix for wAP60Gx3 |
mode | ap-bridge, bridge, sniff, station-bridge | bridge | Interface operation mode |
mtu | 32-8192 | 1500 | Layer 3 Maximum Transmission Unit |
name | string | wlan60-1 | Name of the interface |
password | string | (random) | AES encryption password |
put-stations-in-bridge | bridge name | (none) | Bridge for automatic station interfaces |
region | asia, australia, canada, china, eu, japan, no-region-set, usa | no-region-set | Regulatory region for frequency limits |
scan-list | comma-separated | 58320,60480,62640,64800 | Allowed frequencies in station mode |
ssid | string (0-32 chars) | System Identity | Network name |
tx-sector | 0-63, auto | auto | Manual beamforming sector override |
Basic Configuration
Section titled “Basic Configuration”Enable the interface and set basic parameters:
/interface w60g set wlan60-1 disabled=no ssid=My60GLink password=SecurePass123 mode=bridgeCreate a bridge and add W60G interface:
/interface bridge add name=bridge1
/interface bridge port add bridge=bridge1 interface=ether1/interface bridge port add bridge=bridge1 interface=wlan60-1
/ip address add address=192.168.100.1/24 interface=bridge1Statistics Monitoring
Section titled “Statistics Monitoring”View detailed interface statistics:
/interface w60g print stats name=wlan60-1The stats output provides information about beamforming events, packet counts, and error rates:
beamforming-event: 310tx-io-msdu: 0tx-sw-msdu: 154663tx-fw-msdu: 102tx-ppdu: 220147tx-ppdu-from-q: 40327tx-mpdu-new: 154663tx-mpdu-total: 184759tx-mpdu-retry: 30096rx-ppdu: 166636rx-mpdu-crc-err: 4817rx-mpdu-crc-ok: 285649Station Mode Configuration
Section titled “Station Mode Configuration”When devices connect to an Access Point, they appear as separate station interfaces under /interface w60g station.
Station Interface Properties
Section titled “Station Interface Properties”| Property | Values | Default | Description |
|---|---|---|---|
parent | string | wlan60-* | Parent interface name |
put-in-bridge | none, parent, bridge-name | parent | Bridge assignment for station |
remote-address | MAC address | (auto) | MAC address of AP interface |
Station Management Commands
Section titled “Station Management Commands”/interface w60g station print/interface w60g station print stats/interface w60g station monitorScanning for Access Points
Section titled “Scanning for Access Points”In station mode, you can scan for available Access Points within range.
/interface w60g scan wlan60-1Important notes about scanning:
- The interface is disabled during scanning
- The wireless link is disconnected temporarily
- Background scanning is not supported
- Scan results show available APs with their SSID, signal strength, and frequency
Monitoring Active Connection
Section titled “Monitoring Active Connection”Use the monitor command to view the current state of an active wireless link.
/interface w60g monitor wlan60-1Sample output:
connected: yesfrequency: 58320remote-address: 04:D6:AA:AA:AA:AAmcs: 8phy-rate: 2.3Gbpssignal: 80rssi: -68tx-sector: 28tx-sector-info: centerdistance: 160.9mMonitor Fields Explained
Section titled “Monitor Fields Explained”| Field | Description |
|---|---|
connected | Whether link is established |
frequency | Current operating frequency in MHz |
remote-address | MAC address of remote device |
mcs | Modulation and Coding Scheme index |
phy-rate | Physical layer data rate |
signal | Signal quality index (0-100) |
rssi | Received Signal Strength Indicator in dBm |
tx-sector | Currently used transmit beamforming sector |
tx-sector-info | Direction information from beamforming pattern |
distance | Measured distance to remote device |
Link Alignment Mode
Section titled “Link Alignment Mode”The align mode provides rapid frame exchange for precise link optimization.
/interface w60g align wlan60-1Sample output:
connected: yesfrequency: 58320remote-address: 04:D6:AA:AA:AA:ABtx-mcs: 6tx-phy-rate: 1540.0Mbpssignal: 70rssi: -6210s-average-rssi: -63.1tx-sector: 62tx-sector-info: left 19 degrees, up 26.6 degreesrx-sector: 96distance: 220.88mtx-packet-error-rate: 5%Alignment tips:
- Watch the
rssiand10s-average-rssivalues - Use
tx-sector-infofor directional adjustment guidance - Higher MCS values indicate better link quality
- Packet error rate should be below 5% for optimal performance
Sniff Mode
Section titled “Sniff Mode”Sniff mode enables capturing 802.11ad frames for packet analysis.
/interface w60g set wlan60-1 mode=sniff disabled=noOnce in sniff mode, the interface can be used with the Packet Sniffer tool for detailed wireless traffic analysis. Sniff mode cannot be used simultaneously with regular bridge or station modes.
/tool sniffer start interface=wlan60-1Point-to-Point Configuration
Section titled “Point-to-Point Configuration”Pre-configured Devices (Factory Default)
Section titled “Pre-configured Devices (Factory Default)”Wireless Wire kits and wAP 60G devices ship pre-configured as point-to-point bridges. They have matching SSID and randomly generated passwords that work out of the box.
To configure client mode:
/interface w60g set wlan60-1 password="your_password" ssid="your_ssid" disabled=no mode=station-bridgeFrom Clean Configuration
Section titled “From Clean Configuration”If starting from a reset configuration:
{ /interface bridge add name=bridge1 /interface bridge port add bridge=bridge1 interface=ether1 /interface bridge port add bridge=bridge1 interface=wlan60-1 /ip address add address=192.168.88.1/24 interface=bridge1}Point-to-Multi-Point Configuration
Section titled “Point-to-Multi-Point Configuration”The wAP 60G AP with Level 4 license supports multiple connected clients.
Access Point Setup
Section titled “Access Point Setup”/interface w60g set wlan60-1 \ password="SecurePassword123" \ ssid="My60GNetwork" \ disabled=no \ mode=ap-bridge \ put-stations-in-bridge=bridge1Client Setup
Section titled “Client Setup”/interface w60g set wlan60-1 \ password="SecurePassword123" \ ssid="My60GNetwork" \ disabled=no \ mode=station-bridgeManaging Connected Stations
Section titled “Managing Connected Stations”/interface w60g station print
# Output:Flags: X - disabled, R - running 0 name="wlan60-station-1" parent=wlan60-1 remote-address=AA:AA:AA:AA:AA:AA ... 1 name="wlan60-station-2" parent=wlan60-1 remote-address=AA:AA:AA:AA:AB:AA ...Isolating Clients
Section titled “Isolating Clients”To prevent communication between connected clients on the same AP:
/interface w60g set wlan60-1 isolate-stations=yesFrequency and Channel Configuration
Section titled “Frequency and Channel Configuration”Available Frequencies
Section titled “Available Frequencies”| Channel | Frequency (MHz) |
|---|---|
| 1 | 57240 |
| 2 | 58320 |
| 3 | 59400 |
| 4 | 60480 |
| 5 | 61560 |
| 6 | 62640 |
Region-Based Restrictions
Section titled “Region-Based Restrictions”Different regulatory regions limit available frequencies:
| Region | Lower (GHz) | Upper (GHz) | Channels |
|---|---|---|---|
| USA | 57.24 | 70.20 | 1, 2, 3, 4, 5, 6 |
| Canada | 57.24 | 63.72 | 1, 2, 3 |
| Asia | 57.24 | 63.72 | 1, 2, 3 |
| EU | 57.24 | 65.88 | 1, 2, 3, 4 |
| Japan | 57.24 | 65.88 | 1, 2, 3, 4 |
| Australia | 57.24 | 65.88 | 1, 2, 3, 4 |
| China | 59.40 | 63.72 | 2, 3 |
Setting Frequency Manually
Section titled “Setting Frequency Manually”/interface w60g set wlan60-1 frequency=58320Configuring Scan List (Station Mode)
Section titled “Configuring Scan List (Station Mode)”/interface w60g set wlan60-1 scan-list=58320,60480,62640Device RF Characteristics
Section titled “Device RF Characteristics”Antenna Patterns
Section titled “Antenna Patterns”| Device | Single Pattern | Full Span (H/V) | EIRP |
|---|---|---|---|
| wAP 60G / AP | 15-20° | 60° / 30° | < 40 dBm |
| wAP 60Gx3 AP | 15-20° | 180° / 30° | < 40 dBm |
| SXTsq Lite 60 | 15-20° | 60° / 30° | < 40 dBm |
| Cube Lite 60 | 4-8° | 12° / 12° | < 40 dBm |
| Cube 60Pro ac | 4-8° | 11° / 11° | < 40 dBm |
| CubeSA 60Pro ac | 15° | 60° / 30° | < 40 dBm |
| LHG Lite/60G | < 1° | 3° / 3° | < 55 dBm |
| Wireless Wire Dish | < 1° | 3° / 3° | < 55 dBm |
| Wireless Wire nRAY | < 1° | 3° / 3° | < 55 dBm |
Range Recommendations
Section titled “Range Recommendations”| Device | Tested Distance | Recommended Maximum |
|---|---|---|
| Wireless Wire Kit | 200m | 200m |
| Wireless Wire Dish | 2500m | 1500m |
| wAP 60G devices | Varies | Keep clear line of sight |
| LHG 60G | Long range | Precise alignment required |
Troubleshooting
Section titled “Troubleshooting”Common Issues
Section titled “Common Issues”Devices Won’t Connect
Section titled “Devices Won’t Connect”- Verify line of sight - 60GHz signals require clear line of sight
- Check scan-list - Ensure client’s scan-list includes AP frequency
- Confirm frequency - Both devices must use same frequency
- Verify password - SSID and password must match exactly
- Check mode - One device must be in ap-bridge mode, other in station-bridge
/interface w60g print/interface w60g monitor wlan60-1Poor Signal Quality
Section titled “Poor Signal Quality”- Check alignment - Use align mode for precise positioning
- Verify obstructions - Remove objects in the signal path
- Adjust tx-sector - Try manual sector selection for better signal
- Consider weather - Heavy rain can attenuate 60GHz signals
- Check distance - Ensure device is within recommended range
Intermittent Connection
Section titled “Intermittent Connection”- Reduce distance - Move devices closer if possible
- Enable ATPC - Adaptive Transmit Power Control helps maintain link
- Check for interference - Other 60GHz devices may cause issues
- Update firmware - Ensure both devices run latest RouterOS
SNMP Monitoring
Section titled “SNMP Monitoring”From RouterOS 6.42rc6, W60G interfaces support SNMP monitoring.
Main Interface OIDs:
| OID | Description |
|---|---|
| .1.3.6.1.4.1.14988.1.1.1.8.1.2.* | Mode |
| .1.3.6.1.4.1.14988.1.1.1.8.1.3.* | SSID |
| .1.3.6.1.4.1.14988.1.1.1.8.1.4.* | Connected status |
| .1.3.6.1.4.1.14988.1.1.1.8.1.5.* | Remote MAC address |
| .1.3.6.1.4.1.14988.1.1.1.8.1.6.* | Frequency |
| .1.3.6.1.4.1.14988.1.1.1.8.1.7.* | MCS |
| .1.3.6.1.4.1.14988.1.1.1.8.1.8.* | Signal quality |
| .1.3.6.1.4.1.14988.1.1.1.8.1.9.* | TX sector |
| .1.3.6.1.4.1.14988.1.1.1.8.1.11.* | Sector info |
| .1.3.6.1.4.1.14988.1.1.1.8.1.12.* | RSSI |
| .1.3.6.1.4.1.14988.1.1.1.8.1.13.* | PHY rate |
Station Interface OIDs:
| OID | Description |
|---|---|
| .1.3.6.1.4.1.14988.1.1.1.9.1.2.* | Connected status |
| .1.3.6.1.4.1.14988.1.1.1.9.1.3.* | Remote MAC |
| .1.3.6.1.4.1.14988.1.1.1.9.1.4.* | MCS |
| .1.3.6.1.4.1.14988.1.1.1.9.1.5.* | Signal quality |
| .1.3.6.1.4.1.14988.1.1.1.9.1.6.* | TX sector |
| .1.3.6.1.4.1.14988.1.1.1.9.1.8.* | Data rate (Mbps) |
| .1.3.6.1.4.1.14988.1.1.1.9.1.9.* | RSSI |
| .1.3.6.1.4.1.14988.1.1.1.9.1.10.* | Distance (cm) |
Configuration Reset for Wireless Wire Kits
Section titled “Configuration Reset for Wireless Wire Kits”Wireless Wire kits have a special reset behavior for factory restoration:
5-second button hold (USR LED flashing): Resets to password-protected state 10-second button hold (USR LED solid after flashing): Completely removes configuration
After complete reset, only MAC-telnet connection is available:
/tool mac-telnet mac-address=AA:BB:CC:DD:EE:FFRelated Documentation
Section titled “Related Documentation”- Wireless Overview - General wireless documentation
- Wireless Interface - Core wireless interface configuration
- Security Profiles - Wireless security settings
- CAPsMAN - Centralized wireless management
- Frequency Bands - 2.4 GHz, 5 GHz, and 60 GHz bands
- NV2 Protocol - MikroTik’s proprietary wireless protocol
- Bridging and Switching - Network bridging concepts
- Bridge Configuration - RouterOS bridge setup
- SNMP - SNMP monitoring configuration