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

Option: Configuring Automatic Site Selection

You can configure BGP-signaled VPLS instances to automatically specify the site IDs for the routers participating in the VPLS domain. Site IDs help to minimize label usage in VPLS instances with numerous PE routers.

The automatic-site-id statement includes the following options:

To configure VPLS automatic site ID, include the automatic-site-id statement at the [edit routing-instances routing-instance-name protocols vpls site site-name] hierarchy level:

[edit]
routing-instances {
vpls instance 1 {
protocols {
vpls {
site vpls instance 1 {
automatic-site-id;
}
}
}
}
}

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