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

Configuring the Site of Origin Community on CE Router A

The following section describes how to configure CE Router A to advertise routes with a site of origin community to PE Router B for this example.

Note: In this example, direct routes are configured to be advertised, but any route can be configured.

Configure a policy to advertise routes with soo community on CE Router A as follows:

[edit]
policy-options {
policy-statement export-to-my-isp {
term a {
from {
protocol direct;
}
then {
community add my-soo;
accept;
}
}
}
}

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