Refer to the Exhibit.
— Exhibit –protocols {
bgp {
export exp-rt;
group int {
type internal;
local-address 192.168.1.1;
neighbor 192.168.1.2;
neighbor 192.168.1.3;
}
group ext {
type external;
peer-as 65002;
neighbor 172.16.1.2;
}
}
}
policy-options {
policy-statement exp-rt {
term 1 {
from {
route-filter 200.200.200.0/24 orlonger;
}
then {
community add no-export;
accept;
}
}
}
}
— Exhibit –Referring to the exhibit, route 200.200.200.0/24 is exported into BGP and the peering routers use
default BGP policies.
Which statement describes the advertisement for the 200.200.200.0/24 route?
A.
The route will only be advertised intra-AS.
B.
The route will only be advertised inter-AS.
C.
The route will be advertised both intra-AS and inter-AS.
D.
The route will not be advertised both intra-AS and inter-AS.