set qos rtcp

Last Updated : Nov 06, 2012 |

Permits the setup of RTCP parameters. The parameters that can be set are enabling or disabling RTCP reporting capability, setting the IP address of the monitor, setting the reporting period, and defining the listening port number.

Syntax

set qos rtcp {{enable|disable} | monip ip-address | reportper seconds | listenport portno}

Parameters

Parameter

Description

Possible Values

Default Value

enable

Keyword that specifies to enable RTCP reporting capability

disable

Keyword that specifies to disable RTCP reporting capability

ip-address

The IP address of the monitor

seconds

The reporting period in seconds

5-30

5

portno

The listening port number

1-65535

5005

User level

read-write

Context

general

Examples

To set the monitoring IP address to 132.123.23.12:

Gxxx-001(super)# set qos rtcp monip 132.123.23.12

To set the reporting period to 10 seconds:

Gxxx-001(super)# set qos rtcp reportper 10

To set the listening port number to 5000:

Gxxx-001(super)# set qos rtcp listenport 5000

To enable reporting capability:

Gxxx-001(super)# set qos rtcp enable