[Contents] [Prev] [Next] [Index] [Report an Error]

VPLS Multihomed Site Configuration

The following describes the requirements for a VPLS multihomed site configuration:

The following configuration shows the statements you need to configure to enable VPLS multihoming:

[edit routing-instances routing-instance-name]
instance-type vpls;
interface interface-name;
interface interface-name;
protocols vpls {
site site-name {
active-interface {
any;
primary interface-name;
}
interface interface-name;
interface interface-name;
multi-homing;
site-identifier number;
}
}
route-distinguisher (as-number:id | ip-address:id);

Note: If you add a direct connection between CE devices that are multihomed to the same VPLS site on different PE routers, the traffic can loop and a loss of connectivity might occur. We do not recommend this topology.

Most of these statements are explained in more detail in the rest of this chapter. The following sections explain how to configure the statements that are specific to VPLS multihoming:


[Contents] [Prev] [Next] [Index] [Report an Error]