User`s guide

AT&T Global Network Client for Windows Administrator’s Guide
© 2015 AT&T Intellectual Property. All rights reserved. AT&T, the AT&T logo and all other AT&T marks contained herein are trademarks of AT&T Intellectual Property and/or
AT&T affiliated companies. All other marks contained herein are the property of their respective owners. Images are shown for illustrative purposes only; individual
experience may vary. This document is not an offer, commitment, representation or warranty by AT&T and is subject to change.
Windows is a registered trademark of Microsoft Corporation in the United States and other countries.
-85-
Example: Display a warning message for a generic Anti-Virus package and disconnect if not running the
Microsoft Windows Firewall.
<?xml version="1.0" encoding="iso-8859-1"?>
<agnclient>
<user_interface>
<module name="NetClientDll" moduleid="2">
<!-- Modify the message from disconnected to a warning -->
<resource name="NetClientDll" resourceid="6474" value="Please start your Anti-Virus
program now."/>
</module>
</user_interface>
<tables>
<table name="appmonstate">
<record>
<!-- Rule ID = Windows FW is running -->
<groupid>211</groupid>
<state>1</state>
<ruleid>201</ruleid>
<!-- Process next rule -->
<passnextstate>0</passnextstate>
<failnextstate>0</failnextstate>
<!-- FailAction 1 is to Disconect -->
<failaction>1</failaction>
<!-- Generic Message for Firewall -->
<failmessage>6472</failmessage>
</record>
<record>
<groupid>210</groupid>
<state>1</state>
<ruleid>202</ruleid>
<!-- Rule ID = Any Anti-Virus is running -->
<passnextstate>0</passnextstate>
<failnextstate>0</failnextstate>
<!-- FailAction 4 is to Display Warning Msg -->
<failaction>4</failaction>
<!-- Customized Message for Anti-Virus -->
<failmessage>6474</failmessage>
</record>
</table>
<table name="appmonrule">
<record>
<!-- 201 is first rule to use-->