Dell PowerConnect W AirWave 7.1 | User Guide Creating and Using Templates | 187aaa group server radius wds server10.2.25.162 auth-port 1645 acct-port 1646wlccp authentication-server infrastructure method_wdswlccp wds priority 200 interface BVI1wlccp ap username wlse password 7 095B421A1C%endif%The following example sets an AP as a WDS Master Backup with the following lines:%if wds_role=backup%aaa authentication login method_wds group wdsaaa group server radius wds server10.2.25.162 auth-port 1645 acct-port 1646wlccp authentication-server infrastructure method_wdswlccp wds priority 250 interface BVI1wlccp ap username wlse password 7 095B421A1C%endif%SCP Required Settings in TemplatesA few things must be set up before enabling SCP on the Groups > Basic configuration page. The credentialsused by AWMS to login to the AP must have level 15 privileges. Without them AWMS is not be able tocommunicate with the AP via SCP. The line "aaa authorization exec default local" must be in the APsconfiguration file and the AP must have the SCP server enabled. These three settings correspond to the followinglines in the APs configuration file. username Cisco privilege 15 password 7 0802455D0A16 aaa authorization exec default local ip scp server enableThe username line is a guideline and will vary based on the username being set, in this case Cisco, and thepassword and encoding type, in this case 0802455D0A16 and 7 respectively.These values can be set on a group wide level using Templates and TFTP. Once these lines are set, SCP can beenabled on the Groups > Basic configuration page without problems.Supporting Multiple Radio Types via a Single IOS TemplateSome lines in an IOS configuration file should only apply to certain radio types (that is, 802.11g vs. 802.11b). Forinstance, lines related to speed rates that mention rates above 11.0Mb/s do not work for 802.11b radios thatcannot support these data rates. You can use the "%IF variable=value% … %ENDIF%" construct to allow asingle IOS configuration template to configure APs with different radio types within the same Group. The belowexamples illustrate this usage:interface Dot11Radio0…%IF radio_type=g%speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 11.0 12.0 18.0 24.0 36.0 48.0 54.0%ENDIF%%IF radio_type=b%speed basic-1.0 2.0 5.5 11.0%ENDIF%%IF radio_type=g%power local cck %CCK_POWER%power local ofdm %OFDM_POWER%%ENDIF%…