Network Configuration Parameters
| Parameter | Default | Description |
|---|---|---|
| NAE_IP | No default | IP address of the Key Manager. Specify multiple IP addresses separated by colons (:) when load balancing is used. These servers must have the same value for the NAE_Port parameter. For IPv6, the IP address is to be specified in curly braces, such as {2002:0dc8:85k3:0000:0000:9a2e:0370:5221}. Also, combination of IPv4 and IPv6 addresses can be specified separated by colons(:) provided each IPv6 address is within {}. |
| NAE_Port | No default | Port of the Key Manager. |
| Protocol | tcp | Protocol used between the client and the Key Manager. Valid values are: •tcp •ssl We recommend you to use ssl. |
| Syslog_Server_IP | No default | Dedicated server where you want to dump all your logs. |
| Syslog_Server_Port | 514 | Port of the Syslog server. |
| Syslog_Server_Protocol | tcp_ok | Protocol used between CDP and the Syslog server. Possible values are: •tcp_ok •udp |
| Syslog_no_of_retries | 3 | Number of times the connection is retried. This parameter is valid if you select Syslog_Server_Protocol as tcp_ok. |
| Syslog_Retry_Interval | 10 | Duration in seconds after which the connection is retried since the last try. This parameter is valid if you select Syslog_Server_Protocol as tcp_ok. |
| Syslog_Retry_Limit | 2 | Maximum number of times the user can retry for a particular connection. After this value the client will not attempt to create a connection and logs will not be transferred on the network. If the value of syslog_retry_limit = 2 and Syslog_no_of_retries=3 the client will try to make connection 32=6 times* with a time gap = Syslog_Retry_Interval. Its value should be greater than 0. This parameter is valid if you select Syslog_Server_Protocol as tcp_ok. |