Question 212 of 250 from exam 400-201: Cisco CCIE Service Provider Written Exam

Question 212 of 250 from exam 400-201: Cisco CCIE Service Provider Written Exam

Question

Refer to the exhibit.

ASBRx71#
prefix-set PREFIX1
33.33.33.0/24
end-set
1
prefix-set PREFIX2
33.33.33.0/32
end-set
1
route-policy INBOUND
if destination in PREFIX1 then
pass
elseif destination in PREFIX2 then
drop
else
pass
endif

end-policy
1

router bgp 10

address-family ipv4 unicast
1

neighbor 3.3.3.3
remote-as 333
address-family ipv4 unicast
route-policy INBOUND in
route-policy ALL out

Which action does the ASBRx71 take when it receives packets that are destined for 33.33.33.33?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

C.