Allied Telesis AT-WR4600 Network Router User Manual


 
Page 13 | How To: Configure the WLAN with QoS alliedtelesis.com
[Bridge1] station role: non-root bridge
[AP1] station role: root access-point
Assign the static IP address:
Configure the station role and the SSID to the radio interface 0 for bridging:
Configure the station role, the SSID and WMM to the radio interface 1 for access:
AT-WR4600(config)#interface dot11radio 1
AT-WR4600(config-if)#protocol-family bg
AT-WR4600(config-if)#station-role root access-point
AT-WR4600(config-if)#ssid ATIopen
AT-WR4600(config-if)#bridge-group 1
AT-WR4600(config-if)#traffic-class voice cw-min 2 cw-max 4
fixed-slot 2
AT-WR4600(config-if)#traffic-class best-effort cw-min 4 cw-max 10
fixed-slot 3
AT-WR4600(config-if)#no shutdown
AT-WR4600(config-if)#end
AT-WR4600(config)#interface dot11radio 0
AT-WR4600(config-if)#protocol-family an
AT-WR4600(config-if)#station-role non-root bridge
AT-WR4600(config-if)#ssid ATIopen
AT-WR4600(config-if)#bridge-group 1
AT-WR4600(config-if)#no shutdown
AT-WR4600(config-if)#exit
AT-WR4600(config)#interface vlan1.1
AT-WR4600(config-if)#no ip address dhcp
AT-WR4600(config-if)#ip address 10.0.0.1/24
AT-WR4600(config-if)#exit