Table Of Contents
Configuration File Reference
Configuration File Components
DTD File
Example .xml File
Tags and Attributes in the .xml File
Configuration File Reference
This appendix provides information on WLSE configuration files.
•
Components of the configuration file—See Configuration File Components
•
Parameters that can be saved in the .xml file—See Tags and Attributes in the .xml File
Configuration File Components
The WLSE configuration file consists of the following files:
•
A binary .dat file, which contains the AP configuration template settings (except for custom commands)
•
An editable .xml file, which contains most of the saved parameters—See Example .xml File
•
A .info file
Also included in this appendix is the DTD file—See DTD File.
DTD File
The following DTD file defines the parameters that can appear in the .xml file. Special characters after names indicate how many instances are permitted:
none
|
1 time
|
?
|
0 or 1 times
|
*
|
0 to many times
|
+
|
1 or more times
|
<?xml version="1.0" encoding="UTF-8"?>
<!ELEMENT StartupConfig (Faults?, Devices?, APConfiguration?, Administration?,
APLocations?, RMConfiguration?) >
<!ELEMENT Faults (NotificationSettings?, FaultPolicy*, FaultThreshold*, AAAServerInfo*) >
<!ELEMENT NotificationSettings (TrapNotification*, SyslogNotification*,
EmailNotification*) >
<!ATTLIST NotificationSettings
format (PlainText|XML) "XML"
<!ELEMENT TrapNotification EMPTY >
<!ATTLIST TrapNotification
community CDATA #REQUIRED
isEncrypted (YES|NO) "YES"
<!ELEMENT SyslogNotification EMPTY >
<!ATTLIST SyslogNotification
<!ELEMENT EmailNotification EMPTY >
<!ATTLIST EmailNotification
priority (P1|P2|P3|P4|P5|OK) #REQUIRED
<!ELEMENT FaultPolicy (FSMState+, FSMStateTransition*)>
pollFrequencyInSeconds CDATA #REQUIRED
<!ELEMENT FSMState EMPTY>
severity (P1|P2|P3|P4|P5|OK) #REQUIRED
<!ELEMENT FSMStateTransition EMPTY>
<!ATTLIST FSMStateTransition
fromState CDATA #REQUIRED
parameters CDATA #REQUIRED
formulaType (numeric|string-in|string-equals|string-like) #REQUIRED
<!ELEMENT FaultThreshold (FSMRange+)>
pollFrequencyInSeconds CDATA #REQUIRED
<!ELEMENT FSMRange EMPTY>
stateName CDATA #REQUIRED
fromRange CDATA #REQUIRED
fromComparator CDATA #REQUIRED
toComparator CDATA #REQUIRED
severity (P1|P2|P3|P4|P5|OK) #REQUIRED
<!ELEMENT AAAServerInfo EMPTY >
hostNameOrIP CDATA #REQUIRED
protocol (EAPMD5|LEAP|PEAP|RADIUS) #REQUIRED
isEncrypted (YES|NO) "YES"
<!ELEMENT Devices (DeviceCredentials?, Discovery?, Inventory?, Groups?) >
<!ELEMENT DeviceCredentials
(SNMPCredentials*,HTTPCredentials*,HTTPPort*,CLICredentials*,WLCCPCredentials?) >
<!ELEMENT SNMPCredentials EMPTY >
<!ATTLIST SNMPCredentials
ipAddressRange CDATA #REQUIRED
readCommunity CDATA #REQUIRED
writeCommunity CDATA #REQUIRED
isEncrypted (YES|NO) "YES"
timeoutSeconds CDATA "10"
<!ELEMENT HTTPCredentials EMPTY >
<!ATTLIST HTTPCredentials
ipAddressRange CDATA #REQUIRED
isEncrypted (YES|NO) "YES"
<!ELEMENT HTTPPort EMPTY >
ipAddressRange CDATA #REQUIRED
<!ELEMENT CLICredentials EMPTY >
ipAddressRange CDATA #REQUIRED
enableUser CDATA #REQUIRED
enablePassword CDATA #REQUIRED
isEncrypted (YES|NO) "YES"
<!ELEMENT WLCCPCredentials EMPTY >
<!ATTLIST WLCCPCredentials
isEncrypted (YES|NO) "YES"
<!ELEMENT Schedule EMPTY >
repeatIntervalInMinutes CDATA #REQUIRED
<!ELEMENT Discovery (Schedule, CDPDiscovery?) >
displayNameFormat CDATA "%dns%"
reverseDNSLookup (YES|NO) "NO"
autoManage (YES|NO) "YES"
<!ELEMENT CDPDiscovery (CDPSeed*) >
<!ELEMENT CDPSeed EMPTY >
ipAddress CDATA #REQUIRED
<!ELEMENT Inventory (FullInventory?, ClientInventory?, PerformanceInventory?,
APRebootDetection?, AggregationSettings?, SystemSettings?, ClientTrackingSettings?)>
<!ELEMENT FullInventory (Schedule) >
<!ELEMENT ClientInventory (Schedule) >
<!ELEMENT PerformanceInventory (Schedule) >
<!ELEMENT APRebootDetection EMPTY >
<!ATTLIST APRebootDetection
repeatIntervalInMinutes CDATA #REQUIRED
<!ELEMENT AggregationSettings EMPTY >
<!ATTLIST AggregationSettings
daysToKeepHourlyData CDATA "7"
daysToKeepDailyData CDATA "30"
daysToKeepWeeklyData CDATA "180"
daysToKeepMonthlyData CDATA "365"
<!ELEMENT SystemSettings EMPTY >
daysToKeepJobHistoryData CDATA "30"
daysToKeepFaultHistoryData CDATA "30"
<!ELEMENT ClientTrackingSettings EMPTY >
<!ATTLIST ClientTrackingSettings
<!ELEMENT APConfiguration (ConfigTemplate*, StartupTemplate*, AutoTemplates?)>
<!ELEMENT ConfigTemplate (SupportedDevice*, IOS*) >
description CDATA #IMPLIED
configFile CDATA #IMPLIED
customConfigFile CDATA #IMPLIED
<!ELEMENT SupportedDevice EMPTY>
<!ATTLIST SupportedDevice
deviceType CDATA #REQUIRED
<!ELEMENT StartupTemplate EMPTY >
<!ATTLIST StartupTemplate
configTemplateName CDATA #REQUIRED
description CDATA #IMPLIED
writeToNVRAM (YES|NO) "NO"
<!ELEMENT AutoTemplates (AutoTemplate*, AutoTemplateOptions?) >
<!ELEMENT AutoTemplate
(DeviceSerialNumberRule?|DeviceMACRule?|(DeviceTypeRule?,DeviceSubnetRule?,DeviceVersionRu
le?))>
configTemplateName CDATA #REQUIRED
description CDATA #IMPLIED
writeToNVRAM (YES|NO) "NO"
<!ELEMENT DeviceSerialNumberRule (DeviceSerialNumber+) >
<!ELEMENT DeviceMACRule (DeviceMAC+) >
<!ELEMENT DeviceTypeRule (DeviceType+) >
<!ELEMENT DeviceSubnetRule (DeviceSubnet+) >
<!ELEMENT DeviceVersionRule (DeviceVersion+) >
<!ELEMENT DeviceSerialNumber (#PCDATA) >
<!ELEMENT DeviceMAC (#PCDATA) >
<!ELEMENT DeviceType (#PCDATA) >
<!-- DeviceType ("AP 1100"|"AP 1200"|"AP 1210"|"AP 340"|"AP 350"|"AP 350-IOS"|"BR
1310"|"BR 1410"|"AP 1210-SR")-->
<!ELEMENT DeviceSubnet (#PCDATA) >
<!ELEMENT DeviceVersion (#PCDATA) >
<!ELEMENT AutoTemplateOptions (SendEmailList?) >
<!ATTLIST AutoTemplateOptions
IOSProtocol (SSH|TELNET) "TELNET"
<!ELEMENT SendEmailList EMPTY >
<!ELEMENT Groups (RuleBasedGroup+) >
<!ELEMENT RuleBasedGroup (GroupRule+) >
description CDATA #IMPLIED
<!ELEMENT GroupRule EMPTY >
<!ELEMENT Administration (Role*, User*, Redundancy?, AAAServerConfig?,
ApplianceSettings?, CLIBlock?, SplashScreenMessage?) >
isEncrypted (YES|NO) "YES"
cliAccess (None|0|15) "None"
<!ELEMENT Redundancy EMPTY >
httpPort (1741|80) #REQUIRED
adminPassword CDATA #REQUIRED
isEncrypted (YES|NO) "YES"
notificationEmail CDATA #REQUIRED
virtualIPeth0 CDATA #REQUIRED
primaryIP CDATA #REQUIRED
secondaryIP CDATA #REQUIRED
minutesBetweenSync CDATA #REQUIRED
secondsBetweenCheck CDATA #REQUIRED
<!ELEMENT AAAServerConfig (AAAClient*, AAAUser*) >
<!ELEMENT AAAClient EMPTY >
ipAddress CDATA #REQUIRED
isEncrypted (YES|NO) "YES"
<!ELEMENT AAAUser EMPTY >
isEncrypted (YES|NO) "YES"
<!ELEMENT ApplianceSettings (WLSEManager?, NTPServer*, NameServer*) >
<!ATTLIST ApplianceSettings
telnetEnabled (YES|NO) "NO"
sshProtocol (SSH1|SSH2|SSH1_SSH2) "SSH1"
httpServerPort (1741|80) #REQUIRED
webTimeoutInSeconds CDATA #REQUIRED
mailServer CDATA #REQUIRED
<!ELEMENT WLSEManager (#PCDATA)>
protocol (HTTP|HTTPS) "HTTPS"
<!ELEMENT NTPServer EMPTY>
<!ELEMENT NameServer EMPTY>
<!ELEMENT CLIBlock (CLI*)>
<!ELEMENT SplashScreenMessage EMPTY >
<!ATTLIST SplashScreenMessage
<!ELEMENT APLocations (Site+)>
<!ELEMENT RMConfiguration (RadioMonitoring?, SelfHealing?, AutoReSiteSurvey?,
RogueAPDetection?, AdHocNetworkDetection?, UnregisteredClientMonitoring?, RMJobList?,
InitialRMSetup?)>
<!ELEMENT FloorSelection EMPTY>
buildingName CDATA #REQUIRED
floorName CDATA #REQUIRED
<!ELEMENT ARSSFloorSelection EMPTY>
<!ATTLIST ARSSFloorSelection
buildingName CDATA #REQUIRED
floorName CDATA #REQUIRED
select11a NMTOKEN "false"
select11b11g NMTOKEN "false"
<!ELEMENT DeviceSelection EMPTY>
<!ATTLIST DeviceSelection
identifier CDATA #REQUIRED
identifierType (NAME | DESCRIPTION | IP_ADDRESS | MAC_ADDRESS) #IMPLIED
<!ELEMENT DeviceSelectionList (DeviceSelection*)>
<!ATTLIST DeviceSelectionList
includeAllAccessPoints NMTOKEN "false"
<!ELEMENT RadioInterfaceSelection EMPTY>
<!ATTLIST RadioInterfaceSelection
select11b11g NMTOKEN "true"
<!ELEMENT RMJob (RadioScan | ClientWalkAbout | RadioParameterGeneration)>
description CDATA #IMPLIED
repeatIntervalInMinutes NMTOKEN #IMPLIED
<!ELEMENT RadioScan (DeviceSelectionList?, RadioInterfaceSelection?)>
maximumTransmitPower NMTOKEN #IMPLIED
<!ELEMENT ClientWalkAbout (DeviceSelectionList?, RadioInterfaceSelection?,
ClientMACAddressSelection)>
<!ATTLIST ClientWalkAbout
useAPMaximumPowerSetting NMTOKEN "true"
maximumTransmitPower NMTOKEN #IMPLIED
<!ELEMENT RadioParameterGeneration (DeviceSelectionList?)>
<!ATTLIST RadioParameterGeneration
radioInterfaceType (11a | 11bg) #REQUIRED
channelSet CDATA #IMPLIED
minimumTransmitPower NMTOKEN #IMPLIED
maximumTransmitPower NMTOKEN #IMPLIED
ignoreRogueAccessPoints NMTOKEN "false"
enableBlackHoleMitigation NMTOKEN "true"
writeToNVRAMOnApply NMTOKEN "true"
<!ELEMENT ClientMACAddressSelection EMPTY>
<!ATTLIST ClientMACAddressSelection
macAddress1 CDATA #REQUIRED
macAddress2 CDATA #IMPLIED
macAddress3 CDATA #IMPLIED
macAddress4 CDATA #IMPLIED
macAddress5 CDATA #IMPLIED
<!ELEMENT Site (Building+)>
<!ELEMENT RadioMonitoring (ServingChannelMonitoring?, NonServingChannelMonitoring?,
RadioInterfaceSelection?, DeviceSelectionList?)>
<!ATTLIST RadioMonitoring
enabledForNewAccessPoints (YES | NO) "YES"
<!ELEMENT SelfHealing (FloorSelectionList?)>
faultPriority (P1 | P2 | P3 | P4 | P5) "P2"
changeNeighborAPs NMTOKEN "true"
minimumTimeToWait NMTOKEN #IMPLIED
<!ELEMENT AutoReSiteSurvey (ARSSFloorSelectionList?)>
<!ATTLIST AutoReSiteSurvey
faultPriority (P1 | P2 | P3 | P4 | P5) "P1"
<!ELEMENT RogueAPDetection (SwitchPortSuppression?)>
<!ATTLIST RogueAPDetection
faultPriority (P1 | P2 | P3 | P4 | P5) "P1"
rssiThreshold NMTOKEN "-95"
<!ELEMENT AdHocNetworkDetection EMPTY>
<!ATTLIST AdHocNetworkDetection
faultPriority (P1 | P2 | P3 | P4 | P5) "P2"
<!ELEMENT UnregisteredClientMonitoring EMPTY>
<!ATTLIST UnregisteredClientMonitoring
faultPriority (P1 | P2 | P3 | P4 | P5) "P2"
requestCountThreshold (100 | 200 | 300 | 400 | 500) "100"
<!ELEMENT RMJobList (RMJob+)>
<!ELEMENT InitialRMSetup (RadioScan, (RadioParameterGeneration, RadioParameterGeneration,
RadioParameterGeneration?))>
<!ELEMENT Building (Floor+)>
<!ELEMENT Floor (Device+)>
metric (FEET | METERS) "FEET"
<!ELEMENT Device ((Antenna, Antenna, Antenna?, Antenna?))>
identifier CDATA #REQUIRED
identifierType (NAME | DESCRIPTION | IP_ADDRESS | MAC_ADDRESS) "NAME"
radioInterfaceType (2.4GHZ | 5GHZ) #REQUIRED
type (AJAX-2.4GHZ | AJAX-5GHZ | AIR-ANT1728 | AIR-ANT1729 | AIR-ANT2012 |
AIR-ANT2410Y-R | AIR-ANT3351 | AIR-ANT3549 | AIR-ANT4941 | AIR-ANT570-R | AIR-ANT5959 |
AP1100 | BR1310 | KODIAK-DIRECTIONAL | KODIAK-OMNI | OSPREY-DIRECTIONAL | OSPREY-OMNI |
Unspecified-2.4GHz | Unspecified-5GHz) #REQUIRED
azimuth NMTOKEN #REQUIRED
downtilt NMTOKEN #REQUIRED
cableLoss NMTOKEN #IMPLIED
<!ELEMENT ServingChannelMonitoring EMPTY>
<!ATTLIST ServingChannelMonitoring
enableForAccessPoints (YES | NO) "NO"
enableForClients (YES | NO) "NO"
<!ELEMENT NonServingChannelMonitoring EMPTY>
<!ATTLIST NonServingChannelMonitoring
enableForAccessPoints (YES | NO) "NO"
enableForClients (YES | NO) "NO"
<!ELEMENT FloorSelectionList (FloorSelection*)>
<!ATTLIST FloorSelectionList
includeAllFloors NMTOKEN "false"
<!ELEMENT ARSSFloorSelectionList (ARSSFloorSelection*)>
<!ATTLIST ARSSFloorSelectionList
includeAllFloors NMTOKEN "false"
<!ELEMENT SwitchPortSuppression EMPTY>
<!ATTLIST SwitchPortSuppression
skipGigabitEthernetPort NMTOKEN "false"
skipManagedAPPort NMTOKEN "false"
skipPortChannelingPort NMTOKEN "false"
skipPortGroupingPort NMTOKEN "false"
skipNonAccessPointCDPNeighbor NMTOKEN "false"
Example .xml File
An example .xml file follows.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE StartupConfig SYSTEM "startup.dtd">
<NotificationSettings format="PlainText">
<SyslogNotification host="sysloghost"/>
<EmailNotification address="jim@cisco.com" priority="P2"/></Faults>
<SNMPCredentials retries="1" timeoutSeconds="9" readCommunity="public"
<IPAddressRange>*.*.*.*</IPAddressRange>
<HTTPCredentials user="httpuser" password="httppassword">
<IPAddressRange>10.223.3.[4-8]</IPAddressRange>
<HTTPCredentials user="httpuser9" password="httppassword9">
<IPAddressRange>10.2.3.[9-11]</IPAddressRange>
<HTTPCredentials user="httpuserold" password="httppassword">
<IPAddressRange>10.2.3.[200-220]</IPAddressRange>
<IPAddressRange>10.*.[11-55].*</IPAddressRange>
<CLICredentials enablePassword="enablepP" user="cliP" password="userpP"
<IPAddressRange>*.*.*.*</IPAddressRange>
<CLICredentials enablePassword="enableP" user="cli1O" password="userpK"
<IPAddressRange>172.16.[7-11].*</IPAddressRange>
<WLCCPCredentials user="WLCCPUSER" password="WLCCPPASSWORD"/>
<Discovery displayNameFormat="%dns%(%ip%)" reverseDNSLookup="YES" autoManage="NO">
<Schedule enabled="YES" repeatIntervalInMinutes="120"/>
<CDPDiscovery cdpDistance="1">
<CDPSeed ipAddress="172.20.11.101"/>
<CDPSeed ipAddress="172.20.13.102"/>
<CDPSeed ipAddress="172.20.13.103"/>
<Schedule enabled="YES" repeatIntervalInMinutes="720"/>
<Schedule enabled="YES" repeatIntervalInMinutes="51"/>
<Schedule enabled="YES" repeatIntervalInMinutes="13"/>
<Schedule enabled="NO" repeatIntervalInMinutes="0"/>
<AggregationSettings daysToKeepMonthlyData="360" daysToKeepWeeklyData="180"
daysToKeepDailyData="30" daysToKeepHourlyData="7"/>
<SystemSettings daysToKeepJobHistoryData="15" daysToKeepFaultHistoryData="45"/>
<AAAServerInfo secret="leapsecret" user="leap" port="0" password="leappassword"
hostNameOrIP="10.2.2.2" protocol="LEAP"/>
<AAAServerInfo secret="777S" user="777" port="0" password="777P"
hostNameOrIP="10.7.7.7" protocol="LEAP"/>
<AAAServerInfo secret="peapsecret" user="peap" port="0" password="peappassword"
hostNameOrIP="10.3.3.3" protocol="PEAP"/>
<AAAServerInfo secret="secret" user="user" port="0" password="password"
hostNameOrIP="10.2.3.4" protocol="EAPMD5"/>
<AAAServerInfo secret="radiussecret" user="radius" port="0"
password="radisupassword" hostNameOrIP="10.4.4.4" protocol="RADIUS"/>
<ClientTrackingSettings enabled="NO"/>
<ConfigTemplate name="startup-ios" description="This is a startup template">
<ConfigTemplate name="custom" description="this is custom template">
<IOS>line 0 16no access-class 111 interminal-type teletypewidth 80length 40</IOS>
<StartupTemplate name="iostartup.cfg" description="Startup file for ios APs"
configTemplateName="startup-ios" writeToNVRAM="NO"/>
<StartupTemplate name="forthd" description="" configTemplateName="bldg1-ap1200"
<AutoTemplate enabled="YES" name="custom" description="MAC Address Serial Number"
configTemplateName="ios1" writeToNVRAM="NO">
<DeviceMAC>111213141516</DeviceMAC>
<DeviceMAC>111213141517</DeviceMAC>
<DeviceSerialNumber>abcdef34343</DeviceSerialNumber>
<DeviceSerialNumber>abcdef34346</DeviceSerialNumber>
<AutoTemplate enabled="NO" name="auto4" description="Various"
configTemplateName="startup-ios" writeToNVRAM="YES">
<DeviceType>AP 350</DeviceType>
<DeviceType>BR 1310</DeviceType>
<DeviceSubnet>192.168.98.0</DeviceSubnet>
<DeviceSubnet>172.20.110.64</DeviceSubnet>
<DeviceVersion>12.02T1</DeviceVersion>
<DeviceVersion>12.2(13)JA1</DeviceVersion>
<SendEmailList enabled="YES">arora@abc.com, viking@thor.net</SendEmailList>
<Redundancy secondsBetweenCheck="16" adminPassword="admin" httpPort="1741" enabled="YES"
primaryIP="192.168.98.107" notificationEmail="yushu@cisco.com"
virtualIPeth0="192.168.98.109" minutesBetweenSync="15" secondaryIP="192.168.98.108" />
<SplashScreenMessage enabled="YES">Welcome to WLSE Express</SplashScreenMessage>
<User isEncrypted="YES" email="admin@abc.com"
password="$1$d3niWPWT$DVQKhU40t09s2qRqhACf21" name="admin" creator="admin"
<Role name="System Admin" />
<User isEncrypted="YES" email="kim@jungle.com"
password="$1$Gg9oWPWT$hyC5V99JbIOUpgW/Tk9uI1" name="kim" creator="admin"
<Role name="Help Desk" />
<User isEncrypted="YES" email="hedwig@hogwarts.com"
password="$1$eNfyAFGH$mTPJ10ervL3Z/9jhHU.hf." name="hedwig" creator="admin"
<CLI>http-server port 1741</CLI>
<CLI>hostname thishostname</CLI>
<CLI>mailroute mailer.abc.com</CLI>
<CLI>snmp-server location london</CLI>
<CLI>snmp-server contact snape</CLI>
<CLI>import host wlseexpress 198.71.131.209</CLI>
Tags and Attributes in the .xml File
This section provides information about all of the tags that are permitted in a configuration .xml file. See the online help or the User Guide for the CiscoWorks Wireless LAN Solution Engine, Release 2.11 for details on these parameters.
Use this information along with the example .xml file and DTD file.
Table A-1 Configuration File Tags
Tag
|
Attributes
|
Description and UI Reference
|
StartupConfig
|
Container for configuration parameters
|
Faults
|
Container for fault notification settings
|
NotificationSettings
|
format
|
Message format: plainText or XML
|
Faults > Notification Settings
|
TrapNotification
|
host
|
SNMP trap receiver
|
port
|
Port on trap receiver
|
community
|
Community string
|
SyslogNotification
|
host
|
Syslog server(s)
|
EmailNotification
|
address
|
User(s) receiving fault notifications
|
priority
|
Priority of faults to be mailed
|
Discovery
|
Container for discovery settings
|
Discovery (Schedule)
|
enabled
|
Enable/disable repeat discoveries
|
Devices > Discover > Discovery Wizard
|
repeatInvervalInMinutes
|
Repeat interval for scheduled discoveries
|
CDPDiscovery
|
cdpDistance
|
CDP distance
|
CDPSeed
|
ipAddress
|
Address of discovery seed device
|
DeviceCredentials
|
Container for credentials
|
SNMPCredentials (IPAddressRange
|
(IP address)
|
IP addresses of devices using this community
|
Devices > Discover > Device Credentials > SNMP Communities
|
SNMPCredentials
|
readCommunity
|
Read-only community
|
writeCommunity
|
Read/write community
|
timeoutSeconds
|
SNMP timeout
|
HTTPCredentials (IPAddressRange)
|
(IP address or range)
|
IP addresses of devices using this user and password.
|
For configuring non-IOS APs
Devices > Discover > Device Credentials > HTTP User/Password
|
HTTPCredentials
|
user
|
Username
|
password
|
User password
|
HTTPPort (IPAddressRange)
|
(IP address or range)
|
IP address of devices using this port
|
Devices > Discover > Device Credentials > IOS HTTP Port Settings
|
HTTPPort
|
port
|
Port for links to IOS APs from reports
|
DeviceCredentials (continued)
|
Container for credentials
|
CLICredentials (IPAddressRange)
|
(IP address or range)
|
IP addresses of devices with these credentials
|
Credentials for uploading configuration and firmware to IOS APs
Devices > Discover > Device Credentials > Telnet/SSH User/Password
|
CLICredentials
|
user
|
Telnet/SSH username
|
password
|
Telnet/SSH password
|
enableUser
|
Telnet/SSH enable username
|
enablePassword
|
Telnet/SSH enable password
|
WLCCPCredentials
|
user
|
RADIUS username for WDS
|
Devices > Discover > Device Credentials > WLCCP Credentials
|
password
|
RADIUS password
|
Inventory
|
Container for inventory settings
|
FullInventory (Schedule)
|
enabled
|
Enable/disable repeat polling
|
Devices > Inventory > Polling
|
repeatIntervalInMinutes
|
Polling interval
|
ClientInventory (Schedule)
|
enabled
|
Enable/disable repeat polling
|
Devices > Inventory > Polling
|
repeatIntervalInMinutes
|
Polling interval
|
PerformanceInventory (Schedule)
|
enabled
|
Enable/disable repeat polling
|
Devices > Inventory > Polling
|
repeatIntervalInMinutes
|
Polling interval
|
APRebootDetection
|
repeatIntervalInMinutes
|
Polling interval for AP reboot detection
|
Not in the UI
|
Inventory (continued)
|
Container for inventory settings
|
AggregationSettings
|
daysToKeepHourlyData
|
How long to keep data for reports
|
Devices > Inventory > Polling
|
daysToKeepDailyData
|
daysToKeepWeeklyData
|
daysToKeepMonthlyData
|
SystemSettings
|
daysToKeepJobHistoryData
|
How long to keep job and fault history
|
Devices > Inventory > Polling
|
daysToKeepFaultHistoryData
|
AAAServerMonitoring
|
Container for AAA server monitoring
|
AAAServerInfo
|
hostNameOrIP
|
AAA server
|
AAA servers to be monitored by the WLSE
Devices > Discover > AAA Server-
|
port
|
Port used for authentication
|
protocol
|
Authentication protocol
|
user
|
Client username
|
password
|
Client password
|
secret
|
Shared secret
|
ClientTracking Settings
|
enabled
|
Enable/disable advanced client tracking for all WDS devices
|
Devices > Discover > Client Tracking
|
ConfigurationSettings
|
Container for AP configuration
|
ConfigTemplate
|
name
|
Template name
|
Configure > Templates
|
description
|
Template description
|
ConfigTemplate (IOS)
|
IOS commands
|
Custom commands in the template
|
ConfigurationSettings (continued)
|
Container for AP configuration
|
Startup Template
|
name
|
Name of bootfile associated with the startup template
|
Configuration template for newly installed APs
Configuration > Templates > Auto Update > Startup Configuration
|
configTemplateName
|
Name of template
|
description
|
Description of template
|
writeToNVRAM
|
Whether to write configuration to NVRAM
|
AutoTemplate
|
Container for assigning templates for auto-managed configuration
|
AutoTemplate
|
name
|
Name of auto-managed configuration
|
Configure > Templates > Auto-Update > Auto-Managed Configuration > Assign Templates
|
configTemplateName
|
Name of template
|
description
|
Description of template
|
enabled
|
Enable/disable application of template to matching devices
|
writeToNVRAM
|
Write configuration to NVRAM
|
AutoTemplate (continued)
|
Container for assigning templates for auto-managed configuration
|
DeviceMACRule (DeviceMAC)
|
Container for MAC addresses
|
Matching rules for apply templates to auto-managed APs
|
Configure > Templates > Auto-Update > Auto-Managed Configuration > Assign Templates
|
DeviceTypeRule (DeviceType)
|
Container for device types
|
DeviceSubnetRule (DeviceSubnet)
|
Container for subnets
|
DeviceVersionRule (Device Version)
|
Container for firmware version
|
DeviceSerialNumberRule (DeviceSerialNumber)
|
Container for serial number
|
AutoTemplateOptions
|
Container for auto-managed configuration options
|
| |
IOSProtocol
|
Use SSH or Telnet
|
Not in the UI
|
SendEmailList
|
enabled
|
Enable/disable email on results of auto-configuration
|
Configure > Templates > Auto-Update > Auto-Managed Configuration > Auto-Managed Options
|
Redundancy
|
enabled
|
Enable/disable redundancy
|
Settings for redundant WLSEs
Administration > Appliance > Redundancy
|
httpPort
|
HTTP port on both systems
|
adminPassword
|
Admin password on both systems
|
notificationEmail
|
Address for notifications
|
virtualIPeth0
|
Virtual IP address of ethernet port
|
primaryIP
|
Static IP address of primary system
|
secondaryIP
|
Static IP address of secondary system
|
minutesBetweenSync
|
Synchronization interval
|
secondsBetweenCheck
|
How often standby checks status of primary system
|
Appliance
|
Container for Administration > Appliance settings
|
SplashScreenMessage
|
enabled
|
Enable/disable logon message
|
Administration > Appliance > Splash Screen
|
Users
|
Container for users
|
User (Role)
|
name
|
Name(s) of role(s) assigned to user
|
User accounts on WLSE
Administration > User Admin > Manage Users
|
User
|
name
|
Username
|
password
|
Password
|
cliAccess
|
CLI access privileges
|
creator
|
User who created this account
|
email
|
Email address of user
|
CLIBlock
|
Container for WLSE CLI commands
|
CLIBlock(CLI)
|
(WLSE CLI commands)
|
Any CLI command for setting appliance parameters. You can use this section to set parameters that cannot be saved in the configuration files from the UI.
|