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
Junos CLI Reference
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

ospf3

date_range 20-Nov-23

Syntax

content_copy zoom_out_map
ospf3 {
    domain-id domain-id;
    domain-vpn-tag number;
    route-type-community (iana | vendor);
    traffic-engineering {
        <advertise-unnumbered-interfaces>;
        <credibility-protocol-preference>;
        ignore-lsp-metrics;
        multicast-rpf-routes;
        no-topology;
        shortcuts {
            lsp-metric-into-summary;
        }
    }
    ... ospf3-configuration ...
}

Hierarchy Level

content_copy zoom_out_map
[edit logical-systems logical-system-name protocols],
[edit logical-systems logical-system-name routing-instances routing-instance-name protocols],
[edit protocols],
[edit routing-instances routing-instance-name protocols]

Description

Enable OSPFv3 routing on the routing device. You must include the ospf3 statement to enable OSPFv3. By default, OSPFv3 is disabled.

Options

domain-id domain-id

The domain ID identifies the OSPF domain from which the route originated. If the router ID is not configured in the routing instance, the router ID is derived from an interface address belonging to the routing instance. The default OSPF domain ID is the null value 0.0.0.0.

domain-vpn-tag number

Set a virtual private network (VPN) tag for OSPFv2 external routes generated by the provider edge (PE) routing device. The number corresponds to the VPN tag.

route-type-community (iana | vendor)

Specify an extended community value to encode the OSPF route type. Each extended community is coded as an eight-octet value. This statement sets the most significant bit to either an IANA or vendor-specific route type.

  • iana—Encode a route type with the value 0x0306. This is the default value.

  • vendor—Encode the route type with the value 0x8000.

Required Privilege Level

routing—To view this statement in the configuration.

routing-control—To add this statement to the configuration.

Release Information

Statement introduced before Junos OS Release 7.4.

footer-navigation