Juniper Exam Questions

Which two configuration elements are used to meet these requirements?

You are asked to share a customer’s routes between two separate Layer 3 VPNs. The VPNs must
remain separate. None of the shared routes should be sent to the remote PE devices.
Which two configuration elements are used to meet these requirements? (Choose two.)

A.
auto-export

B.
export-rib

C.
[edit policy-options policy-statement vpnb-export]
user@router# show
term 1 {
from {
protocol bgp;
interface ge-0/0/1.0;
}
then {
community add vpnb-target;
accept;
}
}
term 2 {
then reject;
}

D.
[edit policy-options policy-statement vpnb-export]
user@router# show
term 1 {
from {
protocol bgp;
interface ge-0/0/1.0;
}
then {
community add vpnb-target;
accept;
}
}

Explanation: