Manual:Interface/W60G: Difference between revisions

From MikroTik Wiki
Jump to navigation Jump to search
No edit summary
(3 intermediate revisions by the same user not shown)
Line 14: Line 14:
</p>
</p>


Devices comes in prefigured, connected pairs. Manual configuration is optional.
Devices comes in pre-configured, connected pairs. Manual configuration is optional.


{{Mr-arg-table-h
{{Mr-arg-table-h
Line 32: Line 32:
|type= auto {{!}} integer
|type= auto {{!}} integer
|default=auto
|default=auto
|desc=ARP timeout is time how long ARP record is kept in ARP table after no packets are received form IP. Value '''auto''' equals to the value of '''arp-timeout''' in '''/ip settings''', default is 30s
|desc=ARP timeout is time how long ARP record is kept in ARP table after no packets are received from IP. Value '''auto''' equals to the value of '''arp-timeout''' in '''/ip settings''', default is 30s
}}
}}


Line 60: Line 60:
|type=integer [0..65536]
|type=integer [0..65536]
|default=1600
|default=1600
|desc=
|desc=Layer2 Maximum transmission unit
}}
}}


Line 67: Line 67:
|type=MAC
|type=MAC
|default=
|default=
|desc=
|desc=MAC address of the radio interface
}}
}}


Line 81: Line 81:
|type= integer [0..65536]
|type= integer [0..65536]
|default=1500
|default=1500
|desc=
|desc=Layer3 Maximum transmission unit
}}
}}


Line 87: Line 87:
|arg=name
|arg=name
|type=string
|type=string
|default=
|default=wlan60-1
|desc=Name of the interface
|desc=Name of the interface
}}
}}
Line 96: Line 96:
|default=randomly generated
|default=randomly generated
|desc=Password used for AES encryption
|desc=Password used for AES encryption
}}
{{Mr-arg-table
|arg=isolate-slaves
|type=yes {{!}} no
|default=yes
|desc=Don't allow communication between clients (from RouterOS 6.41rc4)
}}
{{Mr-arg-table
|arg=put-slaves-in-bridge
|type=
|default=
|desc=Put newly created slave interfaces in this bridge (from RouterOS 6.41rc4)
}}
}}


Line 101: Line 115:
|arg=ssid
|arg=ssid
|type=string (0..32 chars)
|type=string (0..32 chars)
|default=value of [[system/identity]]
|default=value of [[Manual:System/identity | System Identity]]
|desc=SSID (service set identifier) is a name that identifies wireless network
|desc=SSID (service set identifier) is a name that identifies wireless network
}}
==Slave interface properties==
From RouterOS 6.41rc4 Point To Multi Point '''experimental''' support is added. There are several important changes and improvements in later versions.
Connected clients are treated as slave interfaces, after successful connection new interface is created.
It is possible to apply different settings for each individual client: add them in different bridges, provide IP addresses from different subnets.
{{Warning | Master device requires License level4 for more than one connected client}}
{{Mr-arg-table-h
|prop=Property
|desc=Description
}}
{{Mr-arg-table
|arg=parent
|type=string
|default=wlan60-*
|desc=Parent interface name
}}
{{Mr-arg-table
|arg=put-in-bridge
|type= none {{!}} parent {{!}} bridge-name
|default=parent
|desc=Add slave interface to specific bridge
}}
{{Mr-arg-table-end
|arg=remote-address
|type=MAC
|default=matches master interface MAC
|desc=MAC address of master interface, slave is connecting to
}}
}}


== Scan ==
== Scan ==


Scan command allows to see available AP in the frequency range supported by W60G interface.
Scan command searches for and displays available AP(s) in the frequency range supported by the W60G interface.
Using scan command the interface operation is disabled (wireless link is disconnected during the scan operation)
Using scan command the interface operation is disabled (wireless link is disconnected during the scan operation)


Line 117: Line 167:


Monitor provides connection status, currently used frequency, remote device MAC address, mcs and signal quality percentage.
Monitor provides connection status, currently used frequency, remote device MAC address, mcs and signal quality percentage.
It's preferable to run monitor for easy device set up and aliment.
It's preferable to run monitor for easy device set up and alignment.

Revision as of 11:52, 8 September 2017

Summary

Package: system

802.11ad implementation capable of providing Gigabit Ethernet speeds over wireless network.

Extend your Gigabit network over a transparent AES encrypted wireless 60GHz link without usual wired or wireless network problems.

General interface properties

Sub-menu: /interface w60g

Devices comes in pre-configured, connected pairs. Manual configuration is optional.

Property Description
arp (disabled | enabled | proxy-arp | reply-only; Default: enabled) Read more >>
arp-timeout (auto | integer; Default: auto) ARP timeout is time how long ARP record is kept in ARP table after no packets are received from IP. Value auto equals to the value of arp-timeout in /ip settings, default is 30s
comment (string; Default: ) Short description of the interface
disabled (yes | no; Default: yes) Whether interface is disabled
frequency (58320 | 60480 | 62640 | auto; Default: auto) Frequency used in communication (Only active on master device)
l2mtu (integer [0..65536]; Default: 1600) Layer2 Maximum transmission unit
mac-address (MAC; Default: ) MAC address of the radio interface
mode (master | slave | sniff; Default: master) Operation mode
mtu (integer [0..65536]; Default: 1500) Layer3 Maximum transmission unit
name (string; Default: wlan60-1) Name of the interface
password (; Default: randomly generated) Password used for AES encryption
isolate-slaves (yes | no; Default: yes) Don't allow communication between clients (from RouterOS 6.41rc4)
put-slaves-in-bridge (; Default: ) Put newly created slave interfaces in this bridge (from RouterOS 6.41rc4)
ssid (string (0..32 chars); Default: value of System Identity) SSID (service set identifier) is a name that identifies wireless network

Slave interface properties

From RouterOS 6.41rc4 Point To Multi Point experimental support is added. There are several important changes and improvements in later versions.

Connected clients are treated as slave interfaces, after successful connection new interface is created.

It is possible to apply different settings for each individual client: add them in different bridges, provide IP addresses from different subnets.

Icon-warn.png

Warning: Master device requires License level4 for more than one connected client


Property Description
parent (string; Default: wlan60-*) Parent interface name
put-in-bridge (none | parent | bridge-name; Default: parent) Add slave interface to specific bridge
remote-address (MAC; Default: matches master interface MAC) MAC address of master interface, slave is connecting to

Scan

Scan command searches for and displays available AP(s) in the frequency range supported by the W60G interface. Using scan command the interface operation is disabled (wireless link is disconnected during the scan operation)

Monitor

/interface w60g monitor wlan60-1

Monitor provides connection status, currently used frequency, remote device MAC address, mcs and signal quality percentage. It's preferable to run monitor for easy device set up and alignment.