output-delay

Use output-delay to set the RIPng packet sending interval and the maximum number of RIPng packets that can be sent at each interval.

Use undo output-delay to restore the default.

Syntax

output-delay time count count

undo output-delay

Default

A RIPng process sends a maximum of three RIPng packets every 20 milliseconds.

Views

RIPng view

Predefined user roles

network-admin

Parameters

time: Specifies the RIPng packet sending interval in the range of 10 to 100 milliseconds.

count: Specifies the maximum number of RIPng packets sent by a RIPng process at each interval, in the range of 1 to 30.

Usage guidelines

If you configure the RIPng packet sending rate for both a RIPng process and an interface running the RIPng process, the configuration on the interface takes effect.

Examples

# Configure RIPng process 1 to send a maximum of 10 RIPng packets every 60 milliseconds.

<Sysname> system-view
[Sysname] ripng 1
[Sysname-ripng-1] output-delay 60 count 10

Related commands

ripng output-delay