User's Manual Part 3
〓MSR Series Quick Start Guide, AOS-v2.0〓
Copyright 2007 Azalea Networks
24
Table 5 captures the manual configurations needed to set up our example mesh network:
Table 5 Manual WDS Configuration
Node Interface Remote Node IP Address/Mask
Radio 1 Wds 0 2 10.10.11.1/24 MSR2000_1
Radio 1 Wds 1 3 10.10.13.1/24
Radio 0 Wds 0 1 10.10.11.2/24 MSR2000_2
Radio 1 Wds 0 3 10.10.12.1/24
Radio 1 Wds 0 2 10.10.12.2/24 MSR2000_3
Radio 1 Wds 1 1 10.10.13.2/24
The following section describes the CLI commands needed to complete the
configuration for each of the three nodes; they should be used after the initial setup
steps described in the main section has been followed:
Portal Node MSR2000_1:
MSR2000_1# config terminal
MSR2000_1(config)# interface dot11radio 1
MSR2000_1(config-if-dot11radio)# no auto wds
MSR2000_1(config-if-dot11radio)# wds 0
MSR2000_1(config-if-dot11radio-wds)# remote node 2 0
MSR2000_1(config-if-dot11radio-wds)# ip address 10.10.11.1/24
MSR2000_1(config-if-dot11radio-wds)# quit
MSR2000_1(config-if-dot11radio)# wds 1
MSR2000_1(config-if-dot11radio-wds)# remote node 3 1
MSR2000_1(config-if-dot11radio-wds)# ip address 10.10.13.1/24
MSR2000_1(config-if-dot11radio-wds)# end
MSR2000_1# write mem
10
Point Node MSR2000_2:
MSR2000_2# config terminal
MSR2000_2(config)# interface dot11radio 0
MSR2000_2(config-if-dot11radio)# no auto wds
MSR2000_2(config-if-dot11radio)# wds 0
MSR2000_2(config-if-dot11radio-wds)# remote node 1 1
MSR2000_2(config-if-dot11radio-wds)# ip address 10.10.11.2/24
MSR2000_2(config-if-dot11radio-wds)# quit
MSR2000_2(config-if-dot11radio)# quit
MSR2000_2(config)# interface dot11radio 1
MSR2000_2(config-if-dot11radio)# no auto wds
MSR2000_2(config-if-dot11radio)# wds 0
MSR2000_2(config-if-dot11radio-wds)# remote node 3 1
MSR2000_2(config-if-dot11radio-wds)# ip address 10.10.12.1/24
MSR2000_2(config-if-dot11radio-wds)# end
MSR2000_2# write mem
AP Node MSR2000_3:
MSR2000_3# config terminal
MSR2000_3(config)# interface dot11radio 1
10
The “Write Mem” command saves the configuration changes so they will be persistent after each reboot.