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

Configuring the Site Range

When you enable BGP signaling for each VPLS routing instance, you need to configure a site range. The site range specifies the total number of sites in the VPLS. To configure a site range, include the site-range statement:

site-range number;

You can include the site-range statement at the following hierarchy levels:

Note: When you configure the site range, you need to specify a value that is greater than the site identifier. The following configuration example illustrates this issue:

protocols {
vpls {
site-range 20;
no-tunnel-services;
site sample {
site-identifier 3;
}
}
}

This configuration is valid. However, if the site identifier was a value greater than 20, the VPLS connection would fail.


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