162
| Creating and Using Templates
Dell PowerConnect W-AirWave 7.4
| User Guide
configuration file and the AP must have the SCP server enabled. These three settings correspond to the following
lines in the AP’s configuration file:
username Cisco privilege 15 password 7 0802455D0A16
aaa authorization exec default local
ip scp server enable
The
username
line is a guideline and will vary based on the username being set, in this case Cisco, and the
password 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 be
enabled on the Groups > Basic configuration page without problems.
Supporting Multiple Radio Types via a Single IOS Template
Some lines in an IOS configuration file should only apply to 802.11g vs. 802.11b. For instance, lines related to
speed rates that mention rates above 11.0Mb/s do not work for 802.11b radios that cannot support these
speeds.Use the "
%IF variable=value% … %ENDIF%
" construct to allow a single IOS configuration template to
configure APs with different radio types within the same Group as illustrated below:
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%
…
Configuring Single and Dual-Radio APs via a Single IOS Template
To configure single and dual-radio APs using the same IOS config template, you can use the interface variable
within the %IF…% construct. The below example illustrates this usage:
%IF interface=Dot11Radio1%
interface Dot11Radio1
bridge-group 1
bridge-group 1 block-unknown-source
bridge-group 1 spanning-disabled
bridge-group 1 subscriber-loop-control
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
no ip address
no ip route-cache
rts threshold 2312
speed basic-6.0 basic-9.0 basic-12.0 basic-18.0 basic-24.0 36.0 48.0 54.0
ssid decibel-ios-a
authentication open
guest-mode
station-role root
%ENDIF%
Configuring Cisco Catalyst Switch Templates
Cisco Catalyst Switch templates are configured much like Cisco IOS templates with the addition of the
interfaces
and
switch_command
(for stacked switches) variables. Interfaces can be configured on the Device
Interface pages, as shown in
“Configuring Device Interfaces for Switches” on page
141
. You can import interface
Summary of Contents for PowerConnect W-Airwave
Page 1: ...Dell PowerConnect W AirWave 7 4 User Guide ...
Page 106: ...106 Configuring and Using Device Groups in AirWave Dell PowerConnect W AirWave 7 4 User Guide ...
Page 256: ...256 Creating Running and Emailing Reports Dell PowerConnect W AirWave 7 4 User Guide ...
Page 310: ...310 Index Dell PowerConnect W AirWave 7 4 User Guide ...