ProductName: 1103
ProductVersion: 1.0.0.0
Section: KLNAG_KLNLA_DATA
Settings related to Network location awareness (NLA)
Name | Type | Description | Default value |
KLNAG_NLA_ROAMING_IF_UNAVAIL | paramBool | Switch Network Agent into roaming mode if ak server is unavailable | true |
KLNLA_LOCATIONS | paramArray|paramParams | Locations array. Order of location in array is important. Network Agent is switched to the profile that corresponds to the first suitable location in the array. KLNLA_COP values : 0 - one of; 1 - none of; Network location description: Different attributes are connected with 'AND'. For example, location with following attributes
c_szwDnsDomain = {KLNLA_COP : 0, KLNLA_value : ['mycompany1.com', 'mycompany2.com']};
c_szwDhcpServer ={KLNLA_COP : 1, KLNLA_value : ['172.16.2.1', '172.16.2.2']};
means c_szwDnsDomain is ONE OF 'mycompany1.com', 'mycompany2.com', AND c_szwDhcpServer is NONE OF '172.16.2.1', '172.16.2.2'
Each array item contains following elements:
KLNLA_DHCP_SERVER | paramParams | DHCP server
|
KLNLA_DNSDOMAIN | paramParams | DNS domain
|
KLNLA_DEF_GATEWAY | paramParams | Default gateway
|
KLNLA_DNS_SERVER | paramParams | Dns server
|
KLNLA_WINS_SERVER | paramParams | WINS Server
|
KLNLA_IN_DOMAIN | paramParams | Logged in domain
|
KLNLA_DNS_RESOLVE | paramParams | DNS address can be resolved; if KLNLA_COP = 0 then the condition is true if at least one of addresses can be resolved; if KLNLA_COP = 1 then the condition is true if none of addresses can be resolved
|
KLNLA_SSL_AVAILABLE | paramParams | SSL location is available if KLNLA_COP = 0 then the condition is true if at least one of SSL locations specified is accessible if KLNLA_COP = 1 then the condition is true if none of addresses can be resolved
|
KLNLA_SUBNET | paramParams | Subnet
|
KLNLA_LOCATION_ENABLED | paramBool | Location is enabled |
KLNLA_LOCATION_ID | paramString | Network location ID - location's unique ID |
KLNLA_LOCATION_NAME | paramString | Network location name - string of any unicode printable symbols, length up to 255, cannot start with dot |
KLNLA_PROFILE_TO_USE | paramString | Name of profile to switch to. May be ".KLNLA_INACTIVE_PROFILE". Location is ignored if specified profile does not exists. |
|
|
KLNLA_PROFILES | paramArray|paramParams | Locations array. Order of location in array is important.
GatewayAddress | paramString | Gateway address | "" |
ServerAddress | paramString | Server address | localhost |
ServerSslPorts | paramArray|paramInt | Server SSL ports | {13000} |
Serverports | paramArray|paramInt | Server ports | {14000} |
UseProfileGateway | paramInt | deprecated, do not use | 0 |
UseSsl | paramBool | Use Ssl | true |
KLNLA_ADDRESS_FOR_UPDATES_ONLY | paramBool | Use profile only for downloading updates. This variable set true in profile means that administration server address specified in will be used for downloading updates only. | |
KLNLA_GUEST_MODE | paramBool | Network Agent must switch into the 'guest mode' Typically when Network Agent is switched to a profile, and KLNLA_ADDRESS_FOR_UPDATES_ONLY is false the Network Agent connects to the Administration Server in a 'guest mode'. When in guest mode Network Agent ignores any changes of NLA settings until it returns to the home server (until all locations become inactive). If 'KLNLA_ADDRESS_FOR_UPDATES_ONLY' is true then KLNLA_GUEST_MODE attribute is not used. | true |
KLNLA_PROFILE_DISPLAY_NAME | paramString | string of any unicode printable symbols, length up to 255 | |
KLNLA_PROFILE_ID | paramString | Unique string of symbols with codes 32-127, length up to 255, cannot start with dot | |
KLNLA_ROAMING_MODE | paramBool | if Network Agent must be switched into roaming mode while using the profile | |
| |