Click the Exhibit button.

RR:
protocols {
bgp {
group ebgd {
type external;
peer-as 100;
neighbor 172.16.1.1 {
description R1;
}
}
group ibgp {
type internal;
neighbor 172.16.1.2 {
description R2;
}
group cluster {
type internal;
neighbor 172.16.1.3 {
description R3;
}
neighbor 172.16.1.4 {
description R4;
}
neighbor 172.16.1.5 {
description R5;
}
cluster 0.0.0.1;
no-client-reflect;
}
}
}
Router RR is receiving routes from R1, R2, R3, and R4 as shown in the exhibit.
Which routes will RR advertise to R5? (Choose two.)