The ripng pkt-transmit command sets the interval for sending Update packets and the number of packets sent each time on a specified interface.
The undo ripng pkt-transmit command restores the default value.
By default, the interval for sending Update packets is 200 ms and the number of packets sent each time is 30 on the RIPng interface.
Parameter | Description | Value |
---|---|---|
interval interval | Specifies the interval for sending Update packets. | The value is an integer that ranges 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 that ranges from 25 to 100. The default value is 30. |
Running the ripng pkt-transmit command in the interface view as required can accurately control the interval for sending packets and the number of sent packets. RIPng performance is then improved.
Before running the ripng pkt-transmit command on an interface, run the ipv6 enable command to enable IPv6 on the interface.
# Set the interval for sending Update packets on VLANIF100 to 100 ms and the number of packets sent each time to 50.
<HUAWEI> system-view [HUAWEI] ipv6 [HUAWEI] interface vlanif 100
[HUAWEI-Vlanif100] ipv6 enable
[HUAWEI-Vlanif100] ripng pkt-transmit interval 100 number 50
# Set the interval for sending Update packets on GE0/0/1 to 100 ms and the number of packets sent each time to 50.
<HUAWEI> system-view [HUAWEI] ipv6 [HUAWEI] interface gigabitethernet 0/0/1 [HUAWEI-GigabitEthernet0/0/1] undo portswitch [HUAWEI-GigabitEthernet0/0/1] ipv6 enable [HUAWEI-GigabitEthernet0/0/1] ripng pkt-transmit interval 100 number 50