< Home

rip pkt-transmit

Function

The rip pkt-transmit command sets the interval for sending Update packets and the number of packets sent each time on the specified interface.

The undo rip pkt-transmit command restores the default values on an interface.

By default, the interval for sending RIP Update packets is 200 ms and 50 packets are sent each time.

Format

rip pkt-transmit { interval interval | number pkt-count } *

undo rip pkt-transmit

Parameters

Parameter Description Value
interval interval Specifies the interval for sending Update packets. The value is an integer ranging from 50 to 500, in milliseconds. The default value is 200.
number pkt-count Specifies the number of packets sent each time. The value is an integer and ranges from 25 to 100. The default value is 50.

Views

Interface view

Default Level

2: Configuration level

Usage Guidelines

The rip pkt-transmit command can be used on an interface to control the interval for sending Update packets and the number of sent packets. This improves RIP performance.

Example

# Set the interval for sending packets on VLANIF100 to 100 milliseconds and the number of the packets sent each time to 50.

<HUAWEI> system-view
[HUAWEI] interface vlanif 100
[HUAWEI-Vlanif100] rip pkt-transmit interval 100 number 50

# Set the interval for sending packets on GE0/0/1 to 100 milliseconds and the number of the packets sent each time to 50.

<HUAWEI> system-view
[HUAWEI] interface gigabitethernet 0/0/1
[HUAWEI-GigabitEthernet0/0/1] undo portswitch
[HUAWEI-GigabitEthernet0/0/1] rip pkt-transmit interval 100 number 50
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >