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

Example: Configuring the LDP Egress Policy

Advertise all connected routes into LDP:

[edit protocols]
ldp {
egress-policy connected-only;
}
policy-options {
policy-statement connected-only {
from {
protocol direct;
}
then accept;
}
}

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