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

Example: Enabling OSPF Traffic Engineering Support

Enable OSPF traffic engineering support by configuring a virtual link on the local router. This router must be an area border router that is physically connected to the backbone.

[edit protocols]
ospf {
traffic-engineering {
shortcuts {
lsp-metric-into-summary;
}
}
}
[edit protocols]
mpls {
traffic-engineering bgp-igp;
label-switched-path xxxx {
to yy.yy.yy.yy;
}
}

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