The QMSConfig.exe utility uses the WMI MSFT_SIPQMSExternalConsumer singleton class to configure quality metric export configuration parameters. Use this utility when configuring a report recipient.
|
Parameter
|
Description
|
|
InstanceID
|
- Description: GUID identifying the class
- Type: GUID
- Default: 53094317-4455-44ed-B8D5-A716972B3344
|
|
ConsumerURL
|
- Description: The URL where call quality reports are posted. The URL must start with http:// or https://. This value must be set to the CA QMSReportConsumer web service method that receives the report posts.
- Type: String
- Default: Null
|
|
ConsumerName
|
- Description: The friendly name of the third-party monitor. Set to NetQoS.
- Type: String
- Default: Null
|
|
ClientCertIssuer
|
- Description: The certificate authority that issued the certificate as a byte array. Needed for HTTPS support. If MTLS is specified, this property must contain the fully qualified domain name of the certificate server. This value must be NULL for TCP connections, and can be not NULL for MTLS connections.
- Type: unit8 []
- Default: Null
|
|
ClientCertSN
|
- Description: the serial number of the certificate as a byte array. Needed for HTTPS support. This value must be NULL for TCP connections and cannot be NULL for MTLS connections.
- Type: unit8 []
- Default: Null
|
|
Enabled
|
- Description: Whether the Metrics Receiver can receive call quality reports from the endpoints. Set to true to enable Lync collector functionality.
- Type: Boolean
- Default: False
|
|
ErrorRetryEnabled
|
- Description: Whether the Microsoft server retries when transient errors prevent the sending of quality reports. The default is recommended.
- Type: Boolean
- Default: True
|
|
MaxPostBatchSize
|
- Description: Maximum number of reports to send in one transaction, as a batch. The default is recommended.
- Type: unit32
- Default: 50. An acceptable range is 5-100.
|
|
MaxQueueSize
|
- Description: The amount of memory that can be used to cache call quality reports that cannot be sent immediately to the report recipient. When the queue limit is reached, the Microsoft server discards reports. The default is recommended.
- Type: unit32
- Default: 50000 KB
An additional class is configured for OCS 2007 R2 environments: MSFT_SIPLogSetting.
|
|
EnableQMS
|
- Description: Whether reports are delivered to an external consumer without a monitoring server. Set to true to enable the collection device. This setting is exposed in the OCS R2 MMC (Front End Properties) when the “Enable QoE monitoring” option is selected on the Monitoring tab. You cannot select the option in the MMC without associating a monitoring server. This WMI setting enables an external consumer without the monitoring back-end server association.
- Type: Boolean
- Default: False
|