预定义的多点对多点以太网服务定义
Connectivity Services Director 应用程序提供预定义的服务定义,服务供应者可以在创建服务订单时从中进行选择。本节提供有关用于创建多点到多点以太网服务的预定义服务定义的信息。有关用于创建 E-Line 服务定义或点对多点服务定义的预定义服务定义的信息,请参阅下列主题:
如果此处描述的多点到多点预定义服务定义都不适合您的需求,则可以按照 创建多点到多点 E-LAN 服务定义中所述创建服务定义。
Connectivity Services Director 应用程序为在网络核心中使用 BGP 交换的 E-LAN 服务提供预定义的服务定义。这些服务有时称为 E-LAN 服务。本节介绍多点对多点(或全网状)服务定义。 图 1 显示了此类服务的示例。

特定于每个服务实例的信息(如设备名称、端点名称和客户 VLAN ID)在服务订单中提供。可应用于许多服务实例的属性通常在服务定义中定义。这些属性包括:
以太网选项(dot1.q、端口-端口、qinq、非对称标记深度)
流量类型(单个 VLAN、VLAN 范围、所有流量、VLAN 列表)
VLAN 规范化
物理接口封装
逻辑接口封装
速率限制范围
表 1 列出了每个标准 E-LAN 服务定义。然后,以下各节将详细介绍每个标准服务定义。
标准服务定义名称 |
服务属性 |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
ELAN-BGP-dot1q-normalized-VLAN-none 服务定义
此服务定义为创建多点到多点以太网服务奠定了基础,这些服务使用 802.1Q 端点接口类型和灵活以太网服务作为物理封装类型,通过 BGP 网络核心传输来自端点上单个 VLAN 的流量。VLAN ID 不会保留在网络中 — 流量从端点上的单个 VLAN 传递到广播域中的任何 VLAN。服务配置器可以将基于此服务定义构建的服务带宽限制为 10 Mbps 到 100 Mbps 之间的特定值。
以下部分显示了使用此服务定义创建 图 1 所示服务时每个端点上的配置数据:
端点 A 上的配置
以下语句显示了端点 A(设备 IND)上的接口配置、过滤器配置和连接配置:
ge-0/0/1 { flexible-vlan-tagging; encapsulation flexible-ethernet-services; unit 1 { encapsulation vlan-vpls; vlan-id 1; family vpls { filter { input filter_in_ge-0/0/1_1; } } } } firewall { policer policer_in_ge-0/0/1_1 { if-exceeding { bandwidth-limit 100m; burst-size-limit 62500000; } then discard; } family vpls { filter filter_in_ge-0/0/1_1 { interface-specific; term 1 { then { policer policer_in_ge-0/0/1_1; accept; } } } } } routing-instances { BestCustomer_ELAN-BGP-Dot1q-Normalized-VLAN-SR { instance-type vpls; vlan-id none; interface ge-0/0/1.1; route-distinguisher 65410:1; vrf-target target:65410:0; protocols { vpls { no-tunnel-services; site Site_2 { site-identifier 2; site-preference primary; interface ge-0/0/1.1; } } }
端点 B 上的配置
以下语句显示了端点 B(设备 BLR)上的接口配置、过滤器配置和连接配置:
ge-0/0/1 { flexible-vlan-tagging; encapsulation flexible-ethernet-services; unit 1 { encapsulation vlan-vpls; vlan-id 1; family vpls { filter { input filter_in_ge-0/0/1_1; } } } } firewall { policer policer_in_ge-0/0/1_1 { if-exceeding { bandwidth-limit 100m; burst-size-limit 62500000; } then discard; } family vpls { filter filter_in_ge-0/0/1_1 { interface-specific; term 1 { then { policer policer_in_ge-0/0/1_1; accept; } } } } } routing-instances { BestCustomer_ELAN-BGP-Dot1q-Normalized-VLAN-SR { instance-type vpls; vlan-id none; interface ge-0/0/1.1; route-distinguisher 65410:0; vrf-target target:65410:0; protocols { vpls { no-tunnel-services; site Site_1 { site-identifier 1; site-preference primary; interface ge-0/0/1.1; } } } } }
端点 Z 上的配置
以下语句显示了端点 Z(设备 SJC)上的接口配置、过滤器配置和连接配置:
ge-0/0/1 { flexible-vlan-tagging; encapsulation flexible-ethernet-services; unit 1 { encapsulation vlan-vpls; vlan-id 1; family vpls { filter { input filter_in_ge-0/0/1_1; } } } } firewall { policer policer_in_ge-0/0/1_1 { if-exceeding { bandwidth-limit 100m; burst-size-limit 62500000; } then discard; } family vpls { filter filter_in_ge-0/0/1_1 { interface-specific; term 1 { then { policer policer_in_ge-0/0/1_1; accept; } } } } } routing-instances { BestCustomer_ELAN-BGP-Dot1q-Normalized-VLAN-SR { instance-type vpls; vlan-id none; interface ge-0/0/1.1; vlan-id none; route-distinguisher 65410:2; vrf-target target:65410:0; protocols { vpls { no-tunnel-services; site Site_3 { site-identifier 3; site-preference primary; interface ge-0/0/1.1; } } } }
ELAN-BGP-Dot1Q-SingleVLAN 服务定义
此服务定义为创建多点对多点以太网服务奠定了基础,这些服务使用 802.1Q 端点接口类型和灵活以太网服务作为物理封装类型,通过 BGP 网络核心在单个 VLAN 上传输流量。不执行 VLAN 映射 — 所有端点上的 VLAN ID 必须相同。服务配置器可以将基于此服务定义构建的服务带宽限制为 10 Mbps 到 100 Mbps 之间的特定值。
以下部分显示了使用此服务定义创建 图 1 所示服务时每个端点上的配置数据:
端点 A 上的配置
以下语句显示了端点 A(设备 IND)上的接口配置、过滤器配置和连接配置:
ge-0/0/2 { flexible-vlan-tagging; encapsulation flexible-ethernet-services; unit 1 { encapsulation vlan-vpls; vlan-id 1; family vpls { filter { input filter_in_ge-0/0/2_1; } } } } firewall { policer policer_in_ge-0/0/2_1 { if-exceeding { bandwidth-limit 100m; burst-size-limit 62500000; } then discard; } filter filter_in_ge-0/0/2_1 { interface-specific; term 1 { then { policer policer_in_ge-0/0/2_1; accept; } } } } } routing-instances { BestCustomer_ELAN-BGP-Dot1Q-SingleVLAN-SR { instance-type vpls; interface ge-0/0/2.1; route-distinguisher 65410:4; vrf-target target:65410:1; protocols { vpls { no-tunnel-services; site Site_2 { site-identifier 2; site-preference primary; interface ge-0/0/2.1; } } } }
端点 B 上的配置
以下语句显示了端点 B(设备 BLR)上的接口配置、过滤器配置和连接配置:
ge-0/0/2 { flexible-vlan-tagging; encapsulation flexible-ethernet-services; unit 1 { encapsulation vlan-vpls; vlan-id 1; family vpls { filter { input filter_in_ge-0/0/2_1; } } } } firewall { policer policer_in_ge-0/0/2_1 { if-exceeding { bandwidth-limit 100m; burst-size-limit 62500000; } then discard; } filter filter_in_ge-0/0/2_1 { interface-specific; term 1 { then { policer policer_in_ge-0/0/2_1; accept; } } } } } routing-instances { BestCustomer_ELAN-BGP-Dot1Q-SingleVLAN-SR { instance-type vpls; interface ge-0/0/2.1; route-distinguisher 65410:3; vrf-target target:65410:1; protocols { vpls { no-tunnel-services; site Site_1 { site-identifier 1; site-preference primary; interface ge-0/0/2.1; } } } }
端点 Z 上的配置
以下语句显示了端点 Z(设备 SJC)上的接口配置、过滤器配置和连接配置:
ge-0/0/2 { flexible-vlan-tagging; encapsulation flexible-ethernet-services; unit 1 { encapsulation vlan-vpls; vlan-id 1; family vpls { filter { input filter_in_ge-0/0/2_1; } } } } firewall { policer policer_in_ge-0/0/2_1 { if-exceeding { bandwidth-limit 100m; burst-size-limit 62500000; } then discard; } family vpls { filter filter_in_ge-0/0/2_1 { interface-specific; term 1 { then { policer policer_in_ge-0/0/2_1; accept; } } } } } routing-instances { BestCustomer_ELAN-BGP-Dot1Q-SingleVLAN-SR { instance-type vpls; interface ge-0/0/2.1; route-distinguisher 65410:5; vrf-target target:65410:1; protocols { vpls { no-tunnel-services; site Site_3 { site-identifier 3; site-preference primary; interface ge-0/0/2.1; } } } }
基于 ELAN-BGP 端口的服务定义
此服务定义为创建多点到多点以太网服务奠定了基础,这些服务使用以太网 vpls 作为物理封装类型,通过 BGP 网络核心传输整个端口上的所有流量。服务配置器可以将基于此服务定义构建的服务带宽限制为 10 Mbps 到 100 Mbps 之间的特定值。
以下部分显示了使用此服务定义创建 图 1 所示服务时每个端点上的配置数据:
端点 A 上的配置
以下语句显示了端点 A(设备 IND)上的接口配置、过滤器配置和连接配置:
ge-0/1/3 { mtu 1522; encapsulation ethernet-vpls; unit 0 { family vpls { filter { input filter_in_ge-0/1/3; } } } } firewall { policer policer_in_ge-0/1/3 { if-exceeding { bandwidth-limit 100m; burst-size-limit 15220; } then discard; } family vpls { filter filter_in_ge-0/1/3 { interface-specific; term 1 { then { policer policer_in_ge-0/1/3; accept; } } } } } routing-instances { ELAN_BGP_PortBased_10_100M { instance-type vpls; interface ge-0/1/3.0; route-distinguisher 65410:3; vrf-target target:65410:1; protocols { vpls { no-tunnel-services; site Site_2 { site-identifier 2; site-preference primary; interface ge-0/1/3.0; } } } } }
端点 B 上的配置
以下语句显示了端点 B(设备 BLR)上的接口配置、过滤器配置和连接配置:
ge-0/1/3 { mtu 1522; encapsulation ethernet-vpls; unit 0 { family vpls { filter { input filter_in_ge-0/1/3; } } } } firewall { policer policer_in_ge-0/1/3 { if-exceeding { bandwidth-limit 100m; burst-size-limit 15220; } then discard; } family vpls { filter filter_in_ge-0/1/3 { interface-specific; term 1 { then { policer policer_in_ge-0/1/3; accept; } } } } } routing-instances { ELAN_BGP_PortBased_10_100M { instance-type vpls; interface ge-0/1/3.0; route-distinguisher 65410:2; vrf-target target:65410:1; protocols { vpls { no-tunnel-services; site Site_1 { site-identifier 1; site-preference primary; interface ge-0/1/3.0; } } } } }
端点 Z 上的配置
以下语句显示了端点 Z(设备 SJC)上的接口配置、过滤器配置和连接配置:
ge-0/2/2 { mtu 1522; encapsulation ethernet-vpls; unit 0 { family vpls { filter { input filter_in_ge-0/2/2; } } } } } firewall { policer policer_in_ge-0/2/2 { if-exceeding { bandwidth-limit 100m; burst-size-limit 15220; } then discard; } family vpls { filter filter_in_ge-0/2/2 { interface-specific; term 1 { then { policer policer_in_ge-0/2/2; accept; } } } } } routing-instances { ELAN_BGP_PortBased_10_100M { instance-type vpls; interface ge-0/2/2.0; route-distinguisher 65410:4; vrf-target target:65410:1; protocols { vpls { no-tunnel-services; site Site_3 { site-identifier 3; site-preference primary; interface ge-0/2/2.0; } } } }
ELAN-BGP-QinQ-AllVLAN 服务定义
此服务定义为创建多点到多点以太网服务奠定了基础,这些服务使用 Q-in-Q 端点接口类型和灵活以太网服务作为物理封装类型,通过 BGP 网络核心传输所有流量。不执行 VLAN 映射 — 在要发送或接收流量的每个端点上,客户 VLAN ID 和服务提供商 VLAN ID 必须匹配。服务配置器可以将基于此服务定义构建的服务带宽限制为 10 Mbps 到 100 Mbps 之间的特定值。
以下部分显示了使用此服务定义创建 图 1 所示服务时每个端点上的配置数据:
端点 A 上的配置
以下语句显示了端点 A(设备 IND)上的接口配置、过滤器配置和连接配置:
ge-0/1/1 { flexible-vlan-tagging; encapsulation flexible-ethernet-services; unit 1 { encapsulation vlan-vpls; vlan-tags outer 1; family vpls { filter { input filter_in_ge-0/1/1_1; } } } } firewall { policer policer_in_ge-0/1/1_1 { if-exceeding { bandwidth-limit 100m; burst-size-limit 62500000; } then discard; } family vpls { filter filter_in_ge-0/1/1_1 { interface-specific; term 1 { then { policer policer_in_ge-0/1/1_1; accept; } } } } } routing-instances { BestCustomer_ELAN-BGP-QinQ-AllVLAN-SR { instance-type vpls; interface ge-0/1/1.1; route-distinguisher 65410:13; vrf-target target:65410:4; protocols { vpls { no-tunnel-services; site Site_2 { site-identifier 2; site-preference primary; interface ge-0/1/1.1; } } } } }
端点 B 上的配置
以下语句显示了端点 B(设备 BLR)上的接口配置、过滤器配置和连接配置:
ge-0/1/1 { flexible-vlan-tagging; encapsulation flexible-ethernet-services; unit 1 { encapsulation vlan-vpls; vlan-tags outer 1; family vpls { filter { input filter_in_ge-0/1/1_1; } } } } firewall { policer policer_in_ge-0/1/1_1 { if-exceeding { bandwidth-limit 100m; burst-size-limit 62500000; } then discard; } family vpls { filter filter_in_ge-0/1/1_1 { interface-specific; term 1 { then { policer policer_in_ge-0/1/1_1; accept; } } } } } routing-instances { BestCustomer_ELAN-BGP-QinQ-AllVLAN-SR { instance-type vpls; interface ge-0/1/1.1; route-distinguisher 65410:12; vrf-target target:65410:4; protocols { vpls { no-tunnel-services; site Site_1 { site-identifier 1; site-preference primary; interface ge-0/1/1.1; } } } } }
端点 Z 上的配置
以下语句显示了端点 Z(设备 SJC)上的接口配置、过滤器配置和连接配置:
ge-0/0/5 { flexible-vlan-tagging; encapsulation flexible-ethernet-services; unit 1 { encapsulation vlan-vpls; vlan-tags outer 1; family vpls { filter { input filter_in_ge-0/0/5_1; } } } } firewall { policer policer_in_ge-0/0/5_1 { if-exceeding { bandwidth-limit 100m; burst-size-limit 62500000; } then discard; } family vpls { filter filter_in_ge-0/0/5_1 { interface-specific; term 1 { then { policer policer_in_ge-0/0/5_1; accept; } } } } } routing-instances { BestCustomer_ELAN-BGP-QinQ-AllVLAN-SR { instance-type vpls; interface ge-0/0/5.1; route-distinguisher 65410:14; vrf-target target:65410:4; protocols { vpls { no-tunnel-services; site Site_3 { site-identifier 3; site-preference primary; interface ge-0/0/5.1; } } } } }
ELAN-BGP-QinQ-allVLAN-normalized-all 服务定义
此服务定义为创建多点到多点以太网服务奠定了基础,这些服务使用 Q-in-Q 端点接口类型和灵活以太网服务作为物理封装类型,通过 BGP 网络核心传输所有流量。客户 VLAN ID 在网络中保留 — 流量仅在匹配的客户 VLAN ID 之间传递。但是,流量可以在广播域中的任何服务提供商 VLAN ID 之间传递。服务配置器可以将基于此服务定义构建的服务带宽限制为 10 Mbps 到 100 Mbps 之间的特定值。
以下部分显示了使用此服务定义创建 图 1 所示服务时每个端点上的配置数据:
端点 A 上的配置
以下语句显示了端点 A(设备 IND)上的接口配置、过滤器配置和连接配置:
ge-0/1/0 { flexible-vlan-tagging; encapsulation flexible-ethernet-services; unit 1 { encapsulation vlan-vpls; vlan-tags outer 1; family vpls { filter { input filter_in_ge-0/1/0_1; } } } } firewall { policer policer_in_ge-0/1/0_1 { if-exceeding { bandwidth-limit 100m; burst-size-limit 62500000; } then discard; } family vpls { filter filter_in_ge-0/1/0_1 { interface-specific; term 1 { then { policer policer_in_ge-0/1/0_1; accept; } } } } } routing-instances { BestCustomer_ELAN-BGP-QinQ-AllVLAN-Normalized-All-SR { instance-type vpls; vlan-id all; interface ge-0/1/0.1; route-distinguisher 65410:10; vrf-target target:65410:3; protocols { vpls { no-tunnel-services; site Site_2 { site-identifier 2; site-preference primary; interface ge-0/1/0.1; } } } }
端点 B 上的配置
以下语句显示了端点 B(设备 BLR)上的接口配置、过滤器配置和连接配置:
ge-0/1/0 { flexible-vlan-tagging; encapsulation flexible-ethernet-services; unit 1 { encapsulation vlan-vpls; vlan-tags outer 1; family vpls { filter { input filter_in_ge-0/1/0_1; } } } } firewall { policer policer_in_ge-0/1/0_1 { if-exceeding { bandwidth-limit 100m; burst-size-limit 62500000; } then discard; } family vpls { filter filter_in_ge-0/1/0_1 { interface-specific; term 1 { then { policer policer_in_ge-0/1/0_1; accept; } } } } } routing-instances { BestCustomer_ELAN-BGP-QinQ-AllVLAN-Normalized-All-SR { instance-type vpls; vlan-id all; interface ge-0/1/0.1; route-distinguisher 65410:9; vrf-target target:65410:3; protocols { vpls { no-tunnel-services; site Site_1 { site-identifier 1; site-preference primary; interface ge-0/1/0.1; } } } }
端点 Z 上的配置
以下语句显示了端点 Z(设备 SJC)上的接口配置、过滤器配置和连接配置:
ge-0/0/4 { flexible-vlan-tagging; encapsulation flexible-ethernet-services; unit 1 { encapsulation vlan-vpls; vlan-tags outer 1; family vpls { filter { input filter_in_ge-0/0/4_1; } } } } firewall { policer policer_in_ge-0/0/4_1 { if-exceeding { bandwidth-limit 100m; burst-size-limit 62500000; } then discard; } family vpls { filter filter_in_ge-0/0/4_1 { interface-specific; term 1 { then { policer policer_in_ge-0/0/4_1; accept; } } } } } routing-instances { BestCustomer_ELAN-BGP-QinQ-AllVLAN-Normalized-All-SR { instance-type vpls; vlan-id all; interface ge-0/0/4.1; vlan-id all; route-distinguisher 65410:11; vrf-target target:65410:3; protocols { vpls { no-tunnel-services; site Site_3 { site-identifier 3; site-preference primary; interface ge-0/0/4.1; } } } }
ELAN-BGP-QinQ-allVLAN-normalized-none 服务定义
此服务定义为创建多点到多点以太网服务奠定了基础,这些服务使用 Q-in-Q 端点接口类型和灵活以太网服务作为物理封装类型,通过 BGP 网络核心传输所有流量。VLAN ID 不会保留在网络中 — 流量在广播域中的任何客户 VLAN 或服务提供商 VLAN 之间传递。服务配置器可以将基于此服务定义构建的服务带宽限制为 10 Mbps 到 100 Mbps 之间的特定值。
以下部分显示了使用此服务定义创建 图 1 所示服务时每个端点上的配置数据:
端点 A 上的配置
以下语句显示了端点 A(设备 IND)上的接口配置、过滤器配置和连接配置:
ge-0/0/3 { flexible-vlan-tagging; encapsulation flexible-ethernet-services; unit 1 { encapsulation vlan-vpls; vlan-tags outer 1; family vpls { filter { input filter_in_ge-0/0/3_1; } } } } firewall { policer policer_in_ge-0/0/3_1 { if-exceeding { bandwidth-limit 100m; burst-size-limit 62500000; } then discard; } family vpls { filter filter_in_ge-0/0/3_1 { interface-specific; term 1 { then { policer policer_in_ge-0/0/3_1; accept; } } } } } routing-instances { BestCustomer_ELAN-BGP-QinQ-AllVLAN-Normalized-SR { instance-type vpls; vlan-id none; interface ge-0/0/3.1; route-distinguisher 65410:7; vrf-target target:65410:2; protocols { vpls { no-tunnel-services; site Site_2 { site-identifier 2; site-preference primary; interface ge-0/0/3.1; } } } } }
端点 B 上的配置
以下语句显示了端点 B(设备 BLR)上的接口配置、过滤器配置和连接配置:
ge-0/0/3 { flexible-vlan-tagging; encapsulation flexible-ethernet-services; unit 1 { encapsulation vlan-vpls; vlan-tags outer 1; family vpls { filter { input filter_in_ge-0/0/3_1; } } } } firewall { policer policer_in_ge-0/0/3_1 { if-exceeding { bandwidth-limit 100m; burst-size-limit 62500000; } then discard; } family vpls { filter filter_in_ge-0/0/3_1 { interface-specific; term 1 { then { policer policer_in_ge-0/0/3_1; accept; } } } } } routing-instances { BestCustomer_ELAN-BGP-QinQ-AllVLAN-Normalized-SR { instance-type vpls; vlan-id none; interface ge-0/0/3.1; route-distinguisher 65410:6; vrf-target target:65410:2; protocols { vpls { no-tunnel-services; site Site_1 { site-identifier 1; site-preference primary; interface ge-0/0/3.1; } } } } }
端点 Z 上的配置
以下语句显示了端点 Z(设备 SJC)上的接口配置、过滤器配置和连接配置:
ge-0/0/3 { flexible-vlan-tagging; encapsulation flexible-ethernet-services; unit 1 { encapsulation vlan-vpls; vlan-tags outer 1; family vpls { filter { input filter_in_ge-0/0/3_1; } } } } firewall { policer policer_in_ge-0/0/3_1 { if-exceeding { bandwidth-limit 100m; burst-size-limit 62500000; } then discard; } family vpls { filter filter_in_ge-0/0/3_1 { interface-specific; term 1 { then { policer policer_in_ge-0/0/3_1; accept; } } } } } routing-instances { BestCustomer_ELAN-BGP-QinQ-AllVLAN-Normalized-SR { instance-type vpls; vlan-id none; interface ge-0/0/3.1; vlan-id none; route-distinguisher 65410:8; vrf-target target:65410:2; protocols { vpls { no-tunnel-services; site Site_3 { site-identifier 3; site-preference primary; interface ge-0/0/3.1; } } } } }
ELAN-BGP-QinQ-范围规范化-VLAN 服务定义
此服务定义为创建多点到多点以太网服务奠定了基础,这些服务使用 Q-in-Q 端点接口类型和灵活以太网服务作为物理封装类型,通过 BGP 网络核心传输来自端点上一系列 VLAN 的流量。根据此服务定义构建的服务必须在提供商边缘使用 MX 系列设备。客户 VLAN ID 在整个网络中保留 — 流量在广播域中任何服务提供商 VLAN 上的客户 VLAN ID 之间传递。服务配置器可以将基于此服务定义构建的服务带宽限制为 10 Mbps 到 100 Mbps 之间的特定值。
以下部分显示仅具有两个终结点(SJC 和 SFO)的服务的配置数据。
端点 A 上的配置
以下语句显示端点 A(设备 SJC)上的接口配置、过滤器配置和连接配置:
ge-0/0/6 { flexible-vlan-tagging; mtu 1522; encapsulation flexible-ethernet-services; unit 2 { encapsulation vlan-vpls; vlan-tags outer 2 inner-range 1500-2000; family vpls { filter { input filter_in_ge-0/0/6_2; } } } } firewall { policer policer_in_ge-0/0/6_2 { if-exceeding { bandwidth-limit 100m; burst-size-limit 62500000; } then discard; } family vpls { filter filter_in_ge-0/0/6_2 { interface-specific; term 1 { then { policer policer_in_ge-0/0/6_2; accept; } } } } } routing-instances { BestCustomer_ELAN-BGP-QinQ-Range-Normalized-VLAN-SR1 { instance-type vpls; vlan-id all; interface ge-0/0/6.2; vlan-id all; route-distinguisher 65410:19; vrf-target target:65410:6; protocols { vpls { no-tunnel-services; site Site_2 { site-identifier 2; site-preference primary; interface ge-0/0/6.2; } } } } }
端点 Z 上的配置
以下语句显示端点 Z(设备 SFO)上的接口配置、过滤器配置和连接配置:
ge-0/0/1 { flexible-vlan-tagging; mtu 1522; encapsulation flexible-ethernet-services; unit 1 { encapsulation vlan-vpls; vlan-tags outer 1 inner-range 1500-2000; family vpls { filter { input filter_in_ge-0/0/1_1; } } } } firewall { policer policer_in_ge-0/0/1_1 { if-exceeding { bandwidth-limit 100m; burst-size-limit 62500000; } then discard; } family vpls { filter filter_in_ge-0/0/1_1 { interface-specific; term 1 { then { policer policer_in_ge-0/0/1_1; accept; } } } } } routing-instances { BestCustomer_ELAN-BGP-QinQ-Range-Normalized-VLAN-SR1 { instance-type vpls; vlan-id all; interface ge-0/0/1.1; route-distinguisher 65410:18; vrf-target target:65410:6; protocols { vpls { no-tunnel-services; site Site_1 { site-identifier 1; site-preference primary; interface ge-0/0/1.1; } } } }