The ospfv3 timer retransmit command specifies the interval for retransmitting the LSA on the interface instance.
The undo ospfv3 timer retransmit command restores the default value.
By default, the interval for retransmitting LSAs is 5 seconds.
ospfv3 timer retransmit interval [ instance instance-id ]
undo ospfv3 timer retransmit [ interval ] [instance instance-id ]
Parameter | Description | Value |
---|---|---|
interval | Indicates the interval for retransmitting LSAs. | The value is an integer ranging from 1 to 3600, in seconds. |
instance instance-id | Specifies the interface instance ID. | The value is an integer ranging from 0 to 255. The default value is 0. |
After sending an LSA to its neighbor, a switch needs to wait for the Ack packet from the neighbor. If the switch does not receive the Ack packet in the retransmission interval, the switch retransmits the LSA.
The interval for retransmitting LSA between the neighboring switches should not be set too short. Otherwise, it leads to unnecessary retransmission.
Before running this command on an interface, run the ospfv3 area command on the interface to enable OSPFv3.
# Set the interval for retransmitting the LSA between VLANIF 10 and its neighboring switch to 12 seconds.
<HUAWEI> system-view [HUAWEI] ipv6 [HUAWEI] ospfv3 [HUAWEI-ospfv3-1] router-id 10.1.1.1 [HUAWEI-ospfv3-1] quit [HUAWEI] interface vlanif 10 [HUAWEI-Vlanif10] ipv6 enable [HUAWEI-Vlanif10] ospfv3 1 area 1 [HUAWEI-Vlanif10] ospfv3 timer retransmit 12
# Set the interval for retransmitting the LSA between GE0/0/1 and its neighboring switch to 12 seconds.
<HUAWEI> system-view [HUAWEI] ipv6 [HUAWEI] ospfv3 [HUAWEI-ospfv3-1] router-id 10.1.1.1 [HUAWEI-ospfv3-1] quit [HUAWEI] interface gigabitethernet 0/0/1 [HUAWEI-GigabitEthernet0/0/1] undo portswitch [HUAWEI-GigabitEthernet0/0/1] ipv6 enable [HUAWEI-GigabitEthernet0/0/1] ospfv3 1 area 1 [HUAWEI-GigabitEthernet0/0/1] ospfv3 timer retransmit 12