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

Router P1

Master Protocol Instance

protocols {
}

Enable RSVP

rsvp {
interface so-1/0/1.0;
}

Enable LDP

ldp {
interface so-1/0/0.0;
interface lo0.0;
}

Enable MPLS

mpls {
label-switched-path P1-to-P3 {
to 10.255.100.1;
ldp-tunneling;
}
interface so-1/0/0.0;
interface so-1/0/1.0;
}

Configure OSPF for Traffic Engineering Support

ospf {
traffic-engineering;
area 0.0.0.0 {
interface so-1/0/0.0;
interface so-1/0/1.0;
}
}

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