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

vpws-service-id

date_range 26-Jul-24

Syntax

content_copy zoom_out_map
vpws-service-id {
    local service-id;
    remote serivce-id;
    source-packet-routing {
        srv6;
        locator locator-name {
            end-dx2-sid end-dx2-sid;
            micro-dx2-sid micro-sid-value;
            }
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit routing-instances instance-name protocols evpn interface interface-name]

Description

Specify the local and remote Ethernet VPN (EVPN)-Virtual Private Wire Service (VPWS) service identifiers. These service identifiers are unique to an EVPN and are used to identify the endpoints of the EVPN-VPWS network. These endpoints are auto-discovered by BGP and are used to exchange the service labels (learned from the respective provider edge (PE) routers) that are used by auto-discovered routes per EVI route type. Depending on the mode of operation of the PE routers in the EVPN-VPWS network, these two endpoints of the can be colocated on the same PE router or on different PE routers.

Options

local

Unique local VPWS service identifier of the EVPN-VPWS network. This identifies the logical interface of the PE router forwarding traffic to the PE router with a remote VPWS service identifier in the EVPN-VPWS network.

  • Range: 1 through 16,777,215

remote

Unique remote VPWS service identifier of the EVPN-VPWS network. This identifies the logical interface of the PE router receiving the traffic from the PE router with a local VPWS service identifier in the EVPN-VPWS network.

  • Range: 1 through 16,777,215

srv6 Enable segment routing over IPv6.
locator locator-name Specify a name to identify the locator.
end-dx2-sid end-dx2-sid Specify the SID to enable endpoint decapsulation of EVPN-VPWS Layer 2 cross connect circuit.
micro-dx2-sid micro-sid-value

Enable micro-sid by specifying the value for micro-SID.

Note:

The micro-SID value must be in the static SID range of the local micro-SIDs. To display the range of local static SIDs in the local micro-SID, use the show srv6 block command.

Required Privilege Level

routing—To view this statement in the configuration.

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

Release Information

Statement introduced in Junos OS Release 17.1.

source-packet-routing statement introduced in Junos OS Release 22.4R1.

locator statement introduced in Junos OS Release 22.4R1.

end-dx2-sid statement introduced in Junos OS Release 22.4R1.

micro-dx2-sid statement introduced in Junos OS Evolved Release 24.2R1

footer-navigation