Example: Configuring a Link Services Interface with MLFR FRF.15
[edit interfaces]
t1-0/0/0 {
encapsulation frame-relay;
unit 0 {
dlci 16;
family mlfr-end-to-end {
bundle ls-0/3/0.0;
}
}
}
t1-0/0/1 {
encapsulation frame-relay;
unit 0 {
dlci 16;
family mlfr-end-to-end {
bundle ls-0/3/0.0;
}
}
}
ls-0/3/0 {
unit 0 {
encapsulation multilink-frame-relay-end-to-end;
family inet {
address 10.16.1.2/32 {
destination 10.16.1.1;
}
}
family iso;
family inet6 {
address 2001:DB8::1:2/12;
}
}
}