set protocols ospf6 area virtual-link retransmit-interval
User can configurethe interval time of virtual link OSPF interface retransmitting the OSPF route.
Command Syntax
set protocols ospf6 vrf <vrf-name> area <area-id> virtual-link <router-id> retransmit-interval <time>
Parameter
• <vrf-name> Optional. Specifies a VRF name. The value is a string. It’s a user-defined VRF set by the command set ip vrf <vrf-name> [description <string>].
Note that: The configuration is in the default VRF if not explicitly bound to any VRF.
• <area-id> The OSPF area to which the attached network belongs.
• <router-id> A unique 32-bit identifier within this AS.
• <time> The retransmit interval range 1-65535.
Example
• This example configurethe interval time 20 seconds of virtual link OSPF interface retransmitting the OSPF route
admin@XorPlus# set protocols ospf6 area 0.0.0.0 virtual-link 4.4.4.4 retransmit-interval 20 admin@XorPlus# commit
Copyright © 2025 Pica8 Inc. All Rights Reserved.