SV-254069r844240_rule
V-254069
SRG-NET-000512-RTR-000010
JUEX-RT-000970
CAT III
10
Enable split horizon on all PE routers deploying VPLS in a full-mesh configuration.
There is no fix for full mesh VPLS because Juniper PE devices with VPLS do not support or require a CLI command to enable/disabled split horizon. Split horizon operation cannot be disabled.
For H-VPLS, delete the "local-switching" directive for all inner mesh groups that do not require split horizon be disabled.
delete routing-instances <name> protocols vpls mesh-group <name> local-switching
Review the PE router configuration to verify that split horizon is enabled. By default, Juniper devices configured as PE routers and VPLS enforce split horizon operation. Except for H-VPLS, Juniper devices do not support disabling split horizon operation.
LDP signaled VPLS requires a full mesh topology, which can lead to scaling issues. Hierarchical VPLS (H-VPLS) partitions the VPLS domains into mesh groups, reducing the required number of pseudo wires. However, the inner VPLS domain may require split horizon be disabled. Juniper devices support these scenarios with the "local-switching" command. Ensure mesh groups supporting H-VPLS do not have the "local-switching" directive enabled, unless required, as shown in the following example. Generally, only inner mesh groups (that is, a group "nested" within another) may require split horizon be disabled.
[edit routing-instances <name> protocols vpls]
mesh-group <name> {
:
local-switching;
:
}
Note: Only EX9200-series devices currently support VPLS.
If split horizon is disabled but not required to be, this is a finding.
Note: In a ring VPLS, split horizon is disabled so that a PE router can forward a packet received from one pseudowire to another pseudowire. To prevent the consequential loop, at least one span in the ring would not have a pseudowire for any given VPLS instance.
V-254069
False
JUEX-RT-000970
Review the PE router configuration to verify that split horizon is enabled. By default, Juniper devices configured as PE routers and VPLS enforce split horizon operation. Except for H-VPLS, Juniper devices do not support disabling split horizon operation.
LDP signaled VPLS requires a full mesh topology, which can lead to scaling issues. Hierarchical VPLS (H-VPLS) partitions the VPLS domains into mesh groups, reducing the required number of pseudo wires. However, the inner VPLS domain may require split horizon be disabled. Juniper devices support these scenarios with the "local-switching" command. Ensure mesh groups supporting H-VPLS do not have the "local-switching" directive enabled, unless required, as shown in the following example. Generally, only inner mesh groups (that is, a group "nested" within another) may require split horizon be disabled.
[edit routing-instances <name> protocols vpls]
mesh-group <name> {
:
local-switching;
:
}
Note: Only EX9200-series devices currently support VPLS.
If split horizon is disabled but not required to be, this is a finding.
Note: In a ring VPLS, split horizon is disabled so that a PE router can forward a packet received from one pseudowire to another pseudowire. To prevent the consequential loop, at least one span in the ring would not have a pseudowire for any given VPLS instance.
M
5479