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

Configuring the Site

All the Layer 2 circuits provisioned for a local site are listed as the set of logical interfaces (using the interface statement) within the site statement.

On each PE router, you must configure each site that has a circuit to the PE router. To do this, include the site statement:

site site-name {
site-identifier identifier;
site-preference preference-value {
backup;
primary;
}
interface interface-name {
description text;
remote-site-id remote-site-ID;
}
}

You include the site statement at the following hierarchy levels:

You must configure the following for each site:


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