Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
OSPF Version 3 for IPv6
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

Configuring Virtual Links for OSPFv3

date_range 04-Aug-23

Virtual links can connect discontiguous sections of the OSPF backbone Area 0 or extend backbone access to areas not directly adjacent to Area 0 (a requirement of the OSPF protocol). To configure a virtual link, configure the virtual-link statement at the [edit protocols ospf3 area 0] hierarchy level. In the statement, specify the router ID of your neighbor (often the loopback interface IP address) and the OSPFv3 area that the virtual link travels across to reach Area 0.

content_copy zoom_out_map
[edit]
protocols {
    ospf3 {
        area 0.0.0.0 {
            virtual-link neighbor-id neighbor-router-id transit-area area;
        }
    }
}
footer-navigation