home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2007 April / PCpro_2007_04.ISO / files / dsl / ManageEngineWiFiManager.exe / Disk1 / data1.cab / SourceFiles / WiFiManager.exe / TemplateCustomProtect.xml < prev    next >
Encoding:
Extensible Markup Language  |  2007-01-17  |  2.0 KB  |  36 lines

  1. <?xml version="1.0"?>
  2. <expert-list>
  3.     <Expert>
  4.         <ID>5000</ID>
  5.         <Severity>1</Severity>
  6.         <Frequency>0</Frequency>
  7.         <Name><![CDATA[Access Point Failure]]></Name>
  8.         <Class><![CDATA[Custom]]></Class>
  9.         <Summary><![CDATA[Access point failed]]></Summary>
  10.         <Description><![CDATA[<p><b>This is an example CustomProtect Expert. You can modify this expert in the CustomProtect Editor, or you can disable it using the Alert Control Windw.</b></p> <p>This expert detects that a specific AP has not been observed for the last 30 seconds. The address of the AP to monitor is encoded directly into the CustomProtect expression. To monitor more than one AP, duplicate this rule and modify the MAC address</p>]]></Description>
  11.         <Action></Action>
  12.         <AlertTemplate></AlertTemplate>
  13.         <CustomProtect>True</CustomProtect>
  14.         <Expression><![CDATA[Station.Address == 00:40:96:35:4E:27 && CurrentTime() - Station.LastSeen > 30]]></Expression>
  15.         <ExpressionType>4</ExpressionType>
  16.         <ThresholdType>0</ThresholdType>
  17.         <ThresholdValue>0</ThresholdValue>
  18.     </Expert>
  19.     <Expert>
  20.         <ID>5001</ID>
  21.         <Severity>0</Severity>
  22.         <Frequency>1</Frequency>
  23.         <Name><![CDATA[Non-Cisco Client in Use]]></Name>
  24.         <Class><![CDATA[Custom]]></Class>
  25.         <Summary><![CDATA[A client is using a non-Cisco radio card]]></Summary>
  26.         <Description><![CDATA[<p><b>This is an example CustomProtect Expert. You can modify this expert in the CustomProtect Editor, or you can disable it using the Alert Control Windw.</b></p> <p>This expert detects that a client is using a non-Cisco wireless adapter. It might be used to enforce a policy that only equipment of a particular brand should be used on the network.</p>]]></Description>
  27.         <Action></Action>
  28.         <AlertTemplate></AlertTemplate>
  29.         <CustomProtect>True</CustomProtect>
  30.         <Expression><![CDATA[Station.Type == TYPE_CLIENT && VendorOUI(InfoStation.Address) != 00:40:96:00:00:00]]></Expression>
  31.         <ExpressionType>1</ExpressionType>
  32.         <ThresholdType>0</ThresholdType>
  33.         <ThresholdValue>0</ThresholdValue>
  34.     </Expert>
  35. </expert-list>
  36.