In this section:


Use this feature to configure the target whose media is captured with the Media Capture Tool (MCT) and sent to the monitoring server.

Access to the Media Capture Tool is restricted to privileged, password-protected user accounts. Tracking of its use is tracked by AUD logging.


Command Syntax

% set global monitorTarget <target_name>
   duration <1-65535>
   gcid <0-2147483647>
   monitorEndpoint <endpoint name>
   monitorLeg <all | both | egress | ingress>
   state <disabled | enabled>

Command Parameters

Global Monitor Target Parameters

Parameter

Length/Range

Description

<target name>1-23 charactersThe target name.
duration1-65535<value> (Default = 0) – The duration (in seconds) that the monitor target is tapped.
gcid0-2147483647<value> – The target GCID (Global Call Identifier) to tap.
monitorEndpoint1-23 characters<endpoint name> – Name of endpoint to use for recording.
monitorLegN/A

Specifies which leg to tap:

  • all – All four legs in GW-GW network
  • both (default) – Both ingress and ingress leg
  • egress Egress leg only
  • ingress – Ingress leg only

state

N/A

Administrative state of the monitor target:

  • disabled (default)
  • enabled


Command Example

% set global monitorTarget mciTarget duration 1000 gcid 100 monitorEndpoint MyEndpoint monitorLeg both state enabled

  

  • No labels