62

AT-WR4500 Series - IEEE 802.11abgh Outdoor Wireless Routers

 

RouterOS v3 Configuration and User Guide

 

 

Configure the station and add an IP address (10.1.0.2) to it:

[admin@Station] interface wireless> set wlan1 name=To-AP mode=station \ ssid=test band=5ghz disabled=no

[admin@Station] interface wireless> print Flags: X - disabled, R - running

0 R name="To-AP" mtu=1500 mac-address=00:0B:6B:34:5A:91 arp=enabled disable-running-check=no interface-type=Atheros AR5213 radio-name="000B6B345A91" mode=station ssid="test" area="" frequency-mode=superchannel country=no_country_set antenna-gain=0 frequency=5180 band=5ghz scan-list=default rate-set=default supported-rates-b=1Mbps,2Mbps,5.5Mbps,11Mbps supported-rates-a/g=6Mbps,9Mbps,12Mbps,18Mbps,24Mbps,36Mbps,48Mbps,

54Mbps

basic-rates-b=1Mbps basic-rates-a/g=6Mbps max-station-count=2007 ack-timeout=dynamic tx-power=default tx-power-mode=default noise-floor-threshold=default periodic-calibration=default burst-time=disabled fast-frames=no dfs-mode=none antenna-mode=ant-a wds-mode=disabled wds-default-bridge=none wds-ignore-ssid=no update-stats-interval=disabled default-authentication=yes default-forwarding=yes default-ap-tx-limit=0 default-client-tx-limit=0 hide-ssid=no security-profile=default disconnect-timeout=3s on-fail-retry-time=100ms preamble-mode=both

[admin@Station] interface wireless> /ip address

[admin@Station] ip address> add address=10.1.0.2/24 interface=To-AP

[admin@Station] ip address> print

 

 

Flags: X - disabled, I - invalid, D - dynamic

 

#

ADDRESS

NETWORK

BROADCAST

INTERFACE

0

172.16.0.2/24

172.16.0.0

172.16.0.255

To-AP

1

192.168.2.3/24

192.168.2.0

192.168.2.255

To-AP

2

10.1.0.2/24

10.1.0.0

10.1.0.255

To-AP

[admin@Station] ip address>

Check whether you can ping the Access Point from Station:

[admin@Station] > ping 10.1.0.1

10.1.0.164 byte ping: ttl=64 time=3 ms

10.1.0.164 byte ping: ttl=64 time=3 ms

10.1.0.164 byte ping: ttl=64 time=3 ms

3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 3/3.0/3 ms

[admin@Station] >

WDS Station

Using 802.11 set of standards you cannot simply bridge wireless stations. To solve this problem, the wds- station mode was created - it works just like a station, but connects only to APs that support WDS. This example shows you how to make a transparent network, using the Station WDS feature:

[WDS_AP]

[WDS_Station]

Interface: Local

Interface: To-WDS-AP

Interface: WDS-AP

Internet

IP: 10.1.0.2

SSID=wds-sta-test

 

Wireless Client on 192.168.0.0/24

Figure 6: WDS Network example

On WDS Access Point:

Page 62
Image 62
Allied Telesis AT-WR4500 WDS Station, Configure the station and add an IP address 10.1.0.2 to it, On WDS Access Point