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

Configuring Router PE2

Configure an interface for traffic to Router CE2 from Router PE2:

[edit interfaces]
so-1/0/0 {
description "to Router CE2 so-0/2/0";
no-keepalives;
encapsulation frame-relay-ccc;
unit 1 {
encapsulation frame-relay-ccc;
point-to-point;
dlci 700;
}
unit 2 {
encapsulation frame-relay-ccc;
point-to-point;
dlci 702;
}
}

Configure an interface for traffic to Router PE1 from Router PE2:

[edit interfaces]
so-1/0/1 {
description "to Router PE1 so-0/2/1";
unit 0 {
family inet {
address 100.100.40.23/32 {
destination 100.100.40.22;
}
}
family iso;
family mpls;
}
}

Configure an interface for traffic to Router PE1 from Router PE2:

[edit interfaces]
so-1/0/3 {
description "to Router PE1 so-0/2/3";
unit 0 {
family inet;
family iso;
family mpls;
}
}
lo0 {
unit 0 {
family inet {
address 127.0.0.1/32;
address 10.100.40.210/32;
}
family iso {
address 47.0005.80ff.f800.0000.0108.0001.1921.6800.4216.00;
}
}
}

Configure the Layer 2 circuit at the [edit protocols] hierarchy level:

[edit protocols]
l2circuit {
neighbor 10.100.40.200 {
interface so-1/0/0.1 {
virtual-circuit-id 1;
no-control-word;
}
interface so-1/0/0.2 {
virtual-circuit-id 2;
no-control-word;
}
}
}

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