Defining hotspot extended properties, Views – H3C Technologies H3C Intelligent Management Center User Manual

Page 395

Advertising
background image

373

The Export Result page appears.

4.

Click Export Result.
The dialog box for downloading files appears.

5.

Click Save for saving the .csv file to your local computer.
.CSV file contents

{

SymbolId—Unique identifier for the hotspot in the WSM database.

{

Location Name—Location view with which the hotspot is associated.

{

AP Count—Number of APs on the hotspot.

If extended properties have been defined for the hotspot, WSM imports these extended
properties in batches for each hotspot based on the SymbolId.

Configuring extended properties for hotspots associated with
location views

WSM enables operators to define properties (called extended properties) for a hotspot as needed.

The operators can modify and import extended properties for hotspots only after defining them. To
define extended properties for hotspots, modify the configuration file.
The operator can configure these extended properties when adding or modifying a hotspot, and can

also export or import the extended properties of all hotspots in batch.

Defining hotspot extended properties

Operators can define extended properties for a hotspot by editing the configuration file (IMC
installation path/client/conf/wlan/hotspotExtendProperty.xml) provided by WSM. Up to 10

extended properties can be defined for a hotspot.
To define extended properties:

1.

Log in to the server where IMC is installed.

2.

Open the hotspotExtendProperty.xml file in installation path/client/conf/wlan.
The following information is displayed:

<?xml version="1.0" encoding="GB2312"?>

<config>

<global>

<property name="enableNotify" value="false" />

<property name="serverType" value="jxtele" />

<property name="endPointAddress"

value="http://134.224.4.69:18089/infHotspot/services/infhotspot" />

<property name="enableResume" value="true" />

<property name="resumeInterval" value="10" />

</global>

<extendProperties>

- <!-- propertyitem id="1" displayName="LanCode" wsName="lanCode" unique="false"

inheritLast="false" / -->

- <!-- propertyitem id="2" displayName="HotspotCode" wsName="hotSpotCode"

unique="true" inheritLast="false" / -->

- <!-- propertyitem id="3" displayName="OrgName" wsName="orgName" unique="false"

inheritLast="true" / -->

Advertising