— Exhibit —
Refer to the Exhibit.
Referring to the exhibit, you see the proper BGP, MPLS, and routing instance configuration for
PE1 and PE2.
Which configuration on PE1 will allow CE1 to communicate with CE2 over a Layer 2 VPN,
assuming PE2 has PPP TCC encapsulation on so-0/0/0.0?
A.
[edit interfaces fe-0/2/2 unit 42]
family tcc {
proxy {
inet-address 192.168.1.2;
}
remote {
inet-address 192.168.1.1;
}
}
B.
[edit interfaces fe-0/2/2 unit 42]
family tcc {
remote {
inet-address 192.168.1.2;
}
}
C.
[edit interfaces fe-0/2/2 unit 42]
family tcc {
proxy {
inet-address 192.168.1.1;
}
}
D.
[edit interfaces fe-0/2/2 unit 42]
family tcc {
proxy {
inet-address 192.168.1.1;
}
remote {
inet-address 192.168.1.2;
}
}