set qos rsvp

Last Updated : Nov 06, 2012 |

Sets the current values for the RSVP parameters of the VoIP engines. The parameters that can be set are enabled or disabled, refresh rate in seconds, failure retry yes or no, and service profile (guaranteed-service or controlled load service).

Note:

The set qos rsvp command does not take effect unless QoS source setup is local.

Syntax

set qos rsvp {enable | disable} | {refresh secs} | {failure {retry | noretry}} | {profile {guaranteed | controlled}}

Parameters

Parameter

Description

Possible Values

Default Value

enable

Keyword indicating to enable RSVP in the router

disable

Keyword indicating to disable RSVP in the router

secs

The refresh time in seconds

1-99

15

retry

Keyword indicating to retry upon failure

noretry

Keyword indicating no retry upon failure

guaranteed

Keyword indicating to use the guaranteed service profile

controlled

Keyword indicating to use the controlled load service profile

User level

read-write

Context

general

Examples

To set the refresh rate to 15 seconds:

Gxxx-001(super)# set qos rsvp refresh 15

To specify no retry upon failure:

Gxxx-001(super)# set qos rsvp failure noretry

To specify controlled load service:

Gxxx-001(super)# set qos rsvp profile controlled

To enable RSVP:

Gxxx-001(super)# set qos rsvp enable