Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents

labeled-unicast

date_range 20-Nov-23

Syntax

content_copy zoom_out_map
labeled-unicast {
    aggregate-label {
        community community-name:
    }
    explicit-null {
        connected-only;
    }
    per-group-label;
    resolve-vpn;
    traffic-statistics {
        file filename <world-readable | no-world-readable>;
        interval seconds;
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit logical-systems logical-system-name protocols bgp family inet],
[edit logical-systems logical-system-name protocols bgp group group-name family inet],
[edit protocols bgp family inet],
[edit protocols bgp group group-name family inet]

Description

Advertise labeled routes from the inet.0 VPN, and place labeled routes into the inet.0 VPN. When the labeled-unicast statement is used, the local router automatically performs a next hop to self on all routes advertised into EBGP from IBGP and into IBGP from EBGP.

Options

resolve-vpn—(Optional) Store labeled routes in the inet.3 or inet6.3 routing table to resolve routes for a provider edge (PE) router located in a different autonomous system (AS). For a PE router to install a route in the virtual routing and forwarding (VRF) table, the next hop must resolve to a route stored in the inet.3 or inet6.3 routing table. This option is also used to configure inter-AS VPLS with MAC operations.

Note:

VPLS is not supported by QFX Series switches.

The other statements are explained separately.

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