Chapter 7 TunnelGuard SRS Builder
351
Nortel Secure Network Access Switch 4050 User Guide
2
In the
Available Expressions
area, select the desired expression and click the
Delete Expression
button.
TunnelGuard support for API calls
TunnelGuard can interact with other software vendor applications. In addition to
its own checks, TunnelGuard can be configured to communicate with other
applications and ask for their status. The result of the status check is treated the
same as other checks and is reported back to the server. This capability allows
administrators to use TunnelGuard to retrieve status from other software
packages, such as personal firewalls and virus checkers, to make sure they are
running properly.
Making API calls
TunnelGuard requires a Windows Platform DLL that implements at least one
common entry point as described below.
Windows
#include <windows.h>
/* return values */
#define STATUS_SUCCESS 0
#define STATUS _FAILURE -1
#define STATUS_REQUIRES_UPDATE 1
/* simple check */
int WINAPI CheckStatus(void);
This API blocks until one of the required status, as mentioned above, is returned
in 10 seconds or less. If an answer is not returned in a timely manner, it is assumed
the software is unavailable, and the call times out and returns an error message.
Note:
You cannot delete an expression that is used in a TunnelGuard
rule.
Содержание 4050
Страница 24: ...24 Contents 320818 A ...
Страница 48: ...48 Chapter 1 Overview 320818 A ...
Страница 70: ...70 Chapter 2 Initial setup 320818 A ...
Страница 190: ...190 Chapter 4 Configuring the domain 320818 A ...
Страница 232: ...232 Chapter 5 Configuring groups and profiles 320818 A ...
Страница 352: ...352 Chapter 7 TunnelGuard SRS Builder 320818 A ...
Страница 456: ...456 Chapter 9 Customizing the portal and user logon 320818 A ...
Страница 568: ...568 Chapter 10 Configuring system settings 320818 A ...
Страница 722: ...722 Chapter 13 Viewing system information and performance statistics 320818 A ...
Страница 756: ...756 Chapter 14 Maintaining and managing the system 320818 A ...
Страница 768: ...768 Chapter 15 Upgrading or reinstalling the software 320818 A ...
Страница 802: ...802 Chapter 17 Configuration example 320818 A ...
Страница 880: ...880 Appendix C Supported MIBs 320818 A ...
Страница 900: ...900 Appendix F Configuring DHCP to auto configure IP Phones 320818 A ...