Juniper Exam Questions

Which parameter is needed to complete the configuration?

Refer to the Exhibit.
— Exhibit –interfaces {
ge-1/1/0 {
unit 0 {
family inet {
address 10.200.12.1/30;

}
}
}
lo0 {
unit 0 {
family inet {
address 10.200.1.1/32;
}
}
}
}
routing-options {
static {
route 10.200.1.2/32 next-hop 10.200.12.2;
}
autonomous-system 65001;
}
protocols {
bgp {
group 65002 {
local-address 10.200.1.1;
neighbor 10.200.1.2 {
peer-as 65002;
}
}
}

}
— Exhibit –Referring to the exhibit, you are configuring an EBGP peering using the loopback address
between two routers.
Which parameter is needed to complete the configuration?

A.
Multipath

B.
Passive

C.
Multihop

D.
local-as

Explanation: